Skip to main content

Minecraft | Configuring an SRV Record for Your Minecraft Server

note

It's important to be aware that there is a possibility that the SRV record setup may not work as intended. However, you can still try following the provided instructions to set up the SRV record and test its functionality.

you will need an A record to use srv records

You can refer to this guide for instructions on creating an A record: Configuring an A Record for Your Minecraft Server

  1. Login to cPanel
  2. Under the "Domains" category, select "Zone Editor".

  1. Click the Manage button next to the desired domain.

  1. Choose SRV record from the dropdown

  1. Fill in the fields with the following information:
    • Name - Enter the subdomain you want along with the protocol/service. For example, _minecraft._tcp. The rest of the domain will be autofilled once you proceed to the next text box. If you want to use yourdomain.com without a subdomain, simply enter: _minecraft._tcp.
    • TTL - Use 14400. You can use different values if you have specific requirements.
    • Priority - Use 0. You can use different values if needed.
    • Weight - Use 5. Adjust this value if required.
    • Port - Enter the port number on which your server is running (e.g., 25586, 25598).
    • Target - Enter play.hyperlayer.net (replace it with the domain you created in the A record step).

  1. Click on Save Record to create the SRV record.