Network Allocations, Ports & Domains
Every hosted instance comes assigned with dedicated IP address allocations and network ports.
Managing Network Allocations
- Go to the Network tab in your server navigation.
- You will see a list of IP addresses and ports assigned to your server instance.
- The port marked as Primary is the default port your Minecraft server or Discord bot uses to listen for incoming connections.
Setting Up Subdomains / SRV Records
To allow players to connect using a custom domain (e.g., play.yourdomain.com instead of an IP address):
Minecraft Java Edition (SRV Record Setup)
- Log into your domain registrar's DNS panel (e.g., Cloudflare, Namecheap).
- Create an A Record:
- Name:
mc - IPv4 address: Your server node IP address (without the port).
- Create an SRV Record:
- Service:
_minecraft - Protocol:
_tcp - Name:
play(or@for root domain) - Priority:
0 - Weight:
5 - Port: Your assigned server primary port
- Target:
mc.yourdomain.com