Minecraft | Setting up a domain
Setting up a domain
There will be 2 parts to this tutorial, first setting up the main domain and then adding subdomains so play.skynode.pro for example.
Setting up the main domain
STEP 1: You need to create an A Record on your domain provider. We cannot show you how to create a record, it is different depending on the host you use as there are multiple ways on different sites.
STEP 2: Fill in these values accordingly:
- Host: @
- Value: The IP address of your server.
- TTL: Automatic or 30
STEP 3: Create an SRV Record in the same way you set up the A Record in Step 1.
STEP 4: Fill in these values accordingly:
- Service: _minecraft
- Protocol: _tcp
- Priority: 0
- Weight 5:
- Port: The port to your Minecraft server.
- Target: Your domain (i.e skynode.pro)
- TTL: Automatic or 30
You have now set up a domain for your Minecraft server. This second part is if you want to create a subdomain such as play.skynode.pro or mc.skynode.pro
STEP 5: Follow Step 1 again but instead enter these values:
- Host: The subdomain you want, in this case, "play".
- Value: The IP address of your server.
- TTL: Automatic
STEP 6: Repeat Step 3 but with the following values: - Service: _minecraft
- Protocol: _tcp
- Priority: 0
- Weight: 5
- Port: The port to your Minecraft server.
- Target: Your domain with the subdomain (i.e play.skynode.pro)
- TTL: Automatic or 30
All done! Enjoy your fresh new domain.
Updated on: 24/09/2022
Thank you!