In this guide, we’ll show you how to easily create and edit DNS zones or records.
You also have an option from the Sered Client Area that allows you to create a DNS zone without hosting.
Creating and Editing DNS Zones or Records
Follow these steps to create DNS zones:
Step 1: Access Zone Editor
Inside cPanel, locate the DOMAINS section and click on Zone Editor.
Step 2: Choose the Domain
Select the domain for which you want to add the zone and click Manage.
Step 3: Add Record
On the next screen, click Add Record as shown in the image.
You will then see the zone configuration screen. Enter the required information, such as the zone name and IP address.
Remember to click Add Record at the end to save your changes.
Types of Records
Below is an explanation of what each type of record is used for:
A: Points a record to an IPv4 address.
AAAA: Points a record to an IPv6 address.
CAA: Specifies which certificate authorities can issue certificates for the domain.
CNAME: Canonical Name record; works like an alias to another record. For example, a domain has an A record pointing to the server’s IP. By default, a “www” record is often created as a CNAME pointing to the main domain, functioning like a redirection.
MX: Mail Exchange records designate the mail server. Files may be hosted in one location while the email service points to another server.
SRV: Specifies information about the availability of services on a domain.
TXT: Provides text information external to the domain (often used for verification, SPF, DKIM, etc.).
Warning
It’s very important to be careful with MX records and mail when changing an A record.
After verifying that they are correctly edited, click Save.
It’s recommended to take note of the current data before making changes in case of any issues or errors afterward.
If you modify the A record or “www” record, make sure the MX record points to mail.yourdomainname to avoid any problems with email usage.
If you’re making DNS record changes at the request of your service provider, they must provide you with the list of elements you need to modify.