Using a domain and game server together
Introduction
When you purchase a game server with us, by default, you connect using your IP Address and Port. I.e. 12.345.678.9:0987.
Something we also offer are domains. When you purchase a domain, you can use DNS to join your server with a more friendly and clean format. I.e. play.mydomain.gg and sometimes your domain:port such as play.mydomain.gg:0987 depending on what your game supports.
What this looks like at face-value
When a player wants to join a server, this type of use-case for a domain can be really user-friendly. Here are some examples. The below examples use the game Minecraft, but this isn’t restricted to just one game, all games support this. (There may be a couple exceptions to classic titles or games without SRV implementation)
Connecting to a Minecraft server using a sub-domain (or domain) and without a port
This is using a SRV record

Example using a sub-domain and no port
Connecting to a Minecraft server using a sub-domain and with a port
This is using a CNAME record

Example using a sub-domain and a port
Connecting to a Minecraft server using a domain and with a port
This is using an A record

Example using a domain and a port
Connecting to a Minecraft server using no domain
This is how you would join without a domain (default)

Example using no domain and a port (default)
Configuring DNS for your game server
Once you have purchased a domain, now its time to point it to your game server.
Login to your Billing Portal and bring up the dashboard
Tip: If you have custom nameservers set, i.e. your DNS zone is with Cloudflare, you can follow these steps, however you would edit your records from that portal (Cloudflare) and not our Billing Portal.
Navigate to your domain and then to your DNS Management - Once you’re there follow the below guides on how to make the right records.
Can’t see the ‘DNS Management’ button? We will only manage your DNS zone if your nameservers are set to us. If you have set your nameservers to Cloudflare for instance, you will need to change/add records on their website.

Setting up to use with the port
Once you are in the DNS Management area you can create the records you want. In this case, we will follow this CNAME example.
Click the
+button
A new row should appear in your DNS zone table

If you want your players to type in following the CNAME example:
mc.mydomainipurchased.au:25565, you would set:The hostname as
mc.The address / content as
the_ip_of_server. To get the IP address of your server, open the Game Panel and view your server. - Still not sure? Learn how to get your server IP by clicking here.Click the dropdown box and pick CNAME
Lastly set the TTL to
3600or1440, whichever is fine.
You should now have a record that looks like this - below

Click the ✅ box to save the changes.
Use a tool like https://www.whatsmydns.net/#CNAME/ to see if your DNS changes have propagated. Adjusting DNS zones can take minutes and in rare cases, hours.
Another test you can do is open command prompt on your computer and type
ping mc.mydomainipurchased.au -tthis should ping back to your server’s IP address
Once the changes have propagated, you can try and join your server like this section is showing you.
Setting up to use without the port
Create the A record
Once you are in the DNS Management area you can create the records you want. In this case, we will follow this SRV example.
Click the
+button
A new row should appear in your DNS zone table, you may need to adjust the ‘type’ column dropdown box to
A
If you want your players to type in following:
mc.mydomainipurchased.au, you would set:The hostname as
mc.Address / Content -
the_ip_of_serverTTL -
14400
Create the SRV record
Click the
+button
A new row should appear in your DNS zone table, you may need to adjust the ‘type’ column dropdown box from
AtoSRVas shown below
Now for the SRV record set the following parameters:
The hostname as
_minecraft._tcp.Weight -
1(Used for load balancing)Port -
the_port_of_server- Learn how to get your server port by clicking here.Target -
mc.mydomainipurchased.auSet the TTL to
3600or1440, whichever is fine.Priority -
1(lower the number, higher the priority)
You should now have two records that looks like this - below

Click the green checkmark buttons to save your records once you are happy with them.
Wait for the DNS changes to propagate across the internet. These usually take minutes now days but sometimes can take an hour or more in rare cases.
Click the ✅ box to save the changes.
Use a tool like https://www.whatsmydns.net/#CNAME/ to see if your DNS changes have propagated. Adjusting DNS zones can take minutes and in rare cases, hours.
Once the changes have propagated, you can try and join your server like this section is showing you.
End
See our offers!
Check out our domain and game server offers today! - Click here
Need support?
Raise a support ticket for any enquiries or issues. - Click here