An SRV (Service) record is a type of DNS record that is used to specify the location of a specific service for a domain. Here's how to add an SRV record in cPanel:

  1. Log in to your cPanel account.
  2. In the "Domains" section, click on the "Advanced DNS Zone Editor" icon.
  3. Select the domain name for which you want to add the SRV record.
  4. Scroll down to the "SRV Records" section, and click on the "Add SRV Record" button.
  5. Fill in the following information:
  • Service: Enter the name of the service for which you are creating the SRV record.
  • Protocol: Select the protocol for the service (usually _tcp or _udp)
  • Priority: Enter a priority for the record (lower number means higher priority)
  • Weight: Enter a weight for the record (used to determine which server to connect to if multiple servers have the same priority)
  • Port: Enter the port number for the service
  • Target: Enter the hostname or IP address of the server providing the service.
  1. Click "Add SRV Record" to save the changes.

It's important to keep in mind that SRV records are typically used for specialized services such as SIP or XMPP, and

Was this answer helpful? 1 Users Found This Useful (1 Votes)