Dynamic DNS (DDNS) lets you use a fixed subdomain that always points to your current IP address — even if your ISP changes it. This is especially useful if you host a game server at home.
Why Use DDNS?
Most home internet connections have a dynamic IP address that changes periodically. Without DDNS, players would need your new IP every time it changes. With DDNS, they connect to a subdomain likemyserver.dynip.nl that automatically updates.
Creating a DDNS Service
- Go to DDNS in the dashboard sidebar.
- Click Create Service.
- Choose a package — there is a free tier available, as well as paid packages with longer renewal periods.
- Select a domain from the available DDNS domains (e.g.,
dynip.nl). - Enter your desired subdomain (e.g.,
myserver). - Choose a billing cycle (monthly or yearly for paid packages).
- Click Create.
Email Verification Required
You must verify your email address before creating a DDNS service. Go to Account Settings if you haven't done this yet.
Reserved Subdomains
Common subdomains like
www, mail, admin, api, and similar names are reserved and cannot be used.Viewing Your DDNS Address
After creation, you will see your service detail page showing:- Your full DDNS address (e.g.,
myserver.dynip.nl) - Current IP address
- Service status and expiration date
- Your API token for automatic updates
CanerAkar