Monthly Total
Active subscriptions
$0
/month
Your Subdomains
API Keys
Use API keys for Dynamic DNS updates. Set up a script on your router to automatically update your IP.
No API keys yet
Dynamic DNS Setup
If your home IP changes frequently, use this endpoint to automatically update your subdomain:
# Auto-detect IP from request
curl -X POST https://api.hytalehome.com/api/ddns/update \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"subdomain": "yourname"}'
# Or specify IP explicitly
curl -X POST https://api.hytalehome.com/api/ddns/update \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"subdomain": "yourname", "ip": "1.2.3.4"}'