How to use a domain for a Minecraft Server

Diegocraft2626

New member
The first thing is having a Domain, i recommend GoDaddy

When you have a Domain, we can create records.
We only need SRV records and A records

We need to map a domain
- Create an A record that actually points your domain to the server following this instruction.
In this case, use these values for your A record:
HostValue: IP address of your Minecraft server
TTL
: Automatic or 30 min (our default TTL)

When you have that next you are going to set a SRV record

Service: _minecraft
Protocol: _tcp
Priority: 0
Weight: 5
Port: [custom port]
Target: [your domain]
TTL: Automatic or 30 min (our default TTL)

Now we need to map a subdomain

A record
HostValue: IP address of your Minecraft server
TTL: Automatic or 30 min (our default TTL)

SRV record
Service: _minecraft
Protocol: _tcp.mc
Priority: 0
Weight: 5
Port: [custom port]
Target: [your domain with the subdomain]
TTL: Automatic or 30 min (our default TTL)

Should work after 30 min