WebGee DocsDocs
Domains & DNS

What is an SRV Record and How to Add an SRV Record for a Domain in cPanel

Step 1: Log in to cPanel

  • Open your web browser and navigate to your cPanel login page.

  • Enter your username and password, then click Log in.


Step 2: Open the DNS Zone Editor

  • In cPanel, scroll to the Domains section.

  • Click on DNS Zone Editor.


Step 3: Select Your Domain

  • Find the domain you want to add the SRV record to.

  • Click Manage next to that domain.


Step 4: Add a New SRV Record

  • Click Add a Record.

  • From the drop-down menu, select Add “SRV” Record.


Step 5: Fill in the SRV Record Details

| Field

|

Description

| | --- | --- | |

Name

|

Format: _service._protocol.domain. (include trailing dot .) Example: _sip._tcp.sip.example.com.

| |

TTL

|

Time to Live. Default value is usually fine.

| |

Priority

|

Determines preference. Lower values = higher priority. Use 0 if unsure.

| |

Weight

|

Used when multiple records have the same priority. Higher = more preferred. Use 0 if unsure.

| |

Port

|

The TCP or UDP port the service uses.

| |

Target

|

Hostname of the server providing the service. Include trailing dot .

|

Tip: Service and protocol are combined in the Name field using _service._protocol.domain. format.


Step 6: Save the Record

  • After filling in all fields, click Add Record.

  • Your SRV record is now active and will propagate in DNS shortly.

On this page