Lodestone Knowledgebase
Go to websiteCreate a ticket
  • Introduction
  • FAQ
  • Price Comparison
  • Account & Billing
    • Open a support ticket
  • Upgrade a service
  • Cancel an active service
  • Request a refund
  • Resolve pending status
  • Game Panel
    • Change server name
    • Change server version
    • Install plugins
    • Install modpacks
    • Create a subdomain
    • Create server backups
    • Invite subusers
    • Create MySQL databases
    • View assigned ports
    • Create schedules
    • Enable health monitoring
    • Use SFTP with FileZilla
  • Minecraft Java
    • Make a player an operator
    • Add a player to the whitelist
    • Change server world seed
    • Add a server icon
    • Customise server properties
    • Connect a custom domain
    • Reduce memory usage
    • Configure GeyserMC
    • Analyse timings with Spark
    • Using Minehut external
    • Configure Dynmap
    • Delete player data
  • Minecraft Bedrock
  • Connect to a server on PS4/5
  • Connect to a server on XBOX
  • Connect to a server on Switch
  • Add a player to the allowlist
  • Grant operator privileges
  • Enable cheats
  • Enable experimental mode
  • Dedicated Hosting
    • Connect through SSH
    • Change default SSH port
    • Connect through FTP
    • Configure Fail2Ban
Powered by GitBook
On this page
  • Finding your server details
  • Creating a A record
  • Creating an SRV record
  1. Minecraft Java

Connect a custom domain

How to link a custom domain name to your Minecraft server.

PreviousCustomise server propertiesNextReduce memory usage

Last updated 1 month ago

Using a custom domains means that your players can connect without using the numerical IP address of the server. This is useful for public community servers and networks.

If you don't own a domain name to connect, we recommend using our subdomain feature to configure a free subdomain instead.

Finding your server details

Head over to the Game Panel and select "Server Details" on the sidebar menu.

Under "Server Info", locate your server's IP and port, and make a note of them.

Creating a A record

You'll need to use a domain registrar like Cloudflare to purchase a domain name.

Create a new DNS A record for your domain, with the following values:

Type: A
Name: <your subdomain>
IPv4 address: <your server IP address>
Proxy status (Cloudflare): DNS Only
TTl: Auto

Save your changes once done.

Creating an SRV record

If you're using the default 25565 port, you don't need an SRV record.

Create a new DNS SRV record for your domain with the following values:

Type: SRV
Name: _tcp._minecraft.<your subdomain>
Priority: 0
Weight: 5
TTL: Auto
Port: <your server port>
Target: <the full domain name>

Save your changes once done.

Your changes will now process, but please allow up to 24 hours for the DNS records to update. Once everything has processed, your players can connect using the domain.