NolimitHost
Last updated: July 23, 2026
This guide shows you how to point play.example.com to a NolimitHost Minecraft Java Edition server with DNS address and SRV records. After DNS is configured, Java players can connect with an address such as play.example.com.
This guide applies to Minecraft Java Edition. Native Bedrock clients do not all resolve Minecraft SRV records consistently, so Bedrock players may still need the NolimitHost server address and server port.
| Value | Example | Purpose |
|---|---|---|
| Server address | 203.0.113.20 | Identifies the server on the network. |
| Server port | 25570 | Identifies the Minecraft service on that address. |
| Custom domain | play.example.com | Gives players a memorable name to enter. |
DNS (the Domain Name System) is the address book of the internet: it turns names such as play.example.com into the numbers and settings computers use. An A record maps a hostname to an IPv4 address. It does not carry a port. An SRV record tells compatible clients which hostname and port provide a service.
server-ip or server-port in server.properties to match your domain.
When the NolimitHost allocation uses the standard Java port, create an address record:
| DNS field | Example value |
|---|---|
| Type | A |
| Name or host | play |
| Value or content | 203.0.113.20 |
| TTL | Automatic or your provider's normal value |
Players then connect with play.example.com.
First create a hostname for the server address:
| DNS field | Example value |
|---|---|
| Type | A |
| Name or host | mc-origin |
| Value or content | 203.0.113.20 |
Then create the Minecraft Java SRV record:
| DNS field | Example value |
|---|---|
| Type | SRV |
| Service | _minecraft |
| Protocol | _tcp |
| Name | play |
| Priority | 0 |
| Weight | 0 |
| Port | 25570 |
| Target | mc-origin.example.com |
play.example.com from Minecraft Java Edition.If you move the server later, update the address and SRV records only after the new server works directly.
This website uses cookies to ensure security, session management, and basic functionality. For details on all cookies used and how to manage your preferences, please see our Privacy Policy.