Articles on: Minecraft Hosting

Point a custom domain to your Minecraft server

A domain like lilypad.gg (or, in the case of an actual server, hypixel.net) can make your server look much more professional to potential players, and is easier to distribute than a traditional IP and port like 66.118.235.132:25565 – luckily, we've made the process of pointing a domain to your server easy.

You can purchase domains from registrars like Porkbun, Cloudflare or Namecheap.

Log in to your domain's control panel and head to the page where you can manage DNS records. This might sometimes be called "Custom DNS" or just "DNS".

Create an A record with the following information:
Type: A
Name: The bit before the domain, such as play if you want your server address to be play.yourdomain.com – if you want players to connect via the root domain like yourdomain.com, most providers will require you to simply set this to @
Address: Your server's IP address, excluding the port (for example, 66.118.235.132)

If your DNS is with Cloudflare, make sure the record is set to "DNS only" and the orange cloud is toggled off.



Create an SRV record with the following information if your server's port is not 25565:
Type: SRV
Name: Same as before, the bit before the domain (or @)
Service: _minecraft
Protocol: TCP
Priority: 1
Weight: 1
Port: Your server's 5-digit port (for example, 25565)
Target: The full address which players will now connect with, such as play.yourdomain.com



Your custom domain should now work! Please note this may, in some cases, take up to 24 hours to take effect. If it's still not working, feel free to get in touch and we'll take a look.

Updated on: 04/06/2023

Was this article helpful?

Share your feedback

Cancel

Thank you!