Skip to content

Custom Domain Setup

We recommend using Namecheap or Cloudflare as your domain provider.
You need two DNS records. The setup is nearly identical for both providers.

In this example, the domain is trysmp.net and the server runs on 5.175.186.204:19132.

Points the domain to your server IP.

Type: A
Name: trysmp.net
Target: 5.175.186.204 # without any port

Defines the Minecraft service port.

Type: SRV
Name: _minecraft._tcp # if you need a service and protocol; use `_minecraft` and `_tcp` separately
Priority: 10
Weight: 0
Port: 19132
Target: trysmp.net

If you want to use a domain like play.trysmp.net, adjust the records as follows:

Type: A
Name: play.trysmp.net
Target: 5.175.186.204
Type: SRV
Name: _minecraft._tcp.play
Priority: 10
Weight: 0
Port: 19132
Target: play.trysmp.net