DDNS

Getting Started with DDNS

Caner Mar 14, 2026

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 like myserver.dynip.nl that automatically updates.

Creating a DDNS Service

  1. Go to DDNS in the dashboard sidebar.
  2. Click Create Service.
  3. Choose a package — there is a free tier available, as well as paid packages with longer renewal periods.
  4. Select a domain from the available DDNS domains (e.g., dynip.nl).
  5. Enter your desired subdomain (e.g., myserver).
  6. Choose a billing cycle (monthly or yearly for paid packages).
  7. Click Create.
Info
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.
Warning
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
Share this address with players or anyone who needs to connect to your server. The next step is to set up automatic IP updates — see DDNS Token & Auto-Update Setup.

Was this article helpful?