A DNS (Domain Name System) name server stores DNS records for a domain name. There are many types of DNS records, but some of the most common are:
A records: An A record associates a domain name (such as example.com ) with an IP address (such as 104.218.15.162).
CNAME records: CNAME (canonical name) records define aliases by associating one domain name with another. For example, you could create a CNAME record for mail.example.com associated with example.com. When a DNS lookup for mail.example.com occurs, it receives in response the associated example.com domain, and subsequently performs a lookup on its A record. CNAME records enable you to define multiple domains without having to specify an IP address for each one.
οΈ WarningOnly advanced users should modify DNS records. Misconfigured DNS records can make a web site inaccessible, prevent e-mail from working correctly, or cause other unintended side effects.
To configure DNS records for your domain, cPanel provides a Zone Editor. The Zone Editor enables you to quickly and easily change DNS records for your domain or domains.
To edit a record using the Zone Editor, follow these steps:
Log in to cPanel.
π NoteIf you do not know how to log in to your cPanel account, please see this article.
On the Tools page, in the Domains section, click Zone Editor:
Under Domains, locate the domain for which you want to add a record, and then click Manage:
Locate the record you want to edit, and then under Actions, click Edit:
Modify the value or values you want to change, and then click Save Record. cPanel updates the record.
βοΈ WarningBe careful! Modifying some types ofΒ records can make your web site inaccessible, prevent e-mail from working correctly, or cause other unintended side effects.
To delete a record using the Zone Editor, follow these steps:
Log in to cPanel.
π NoteIf you do not know how to log in to your cPanel account, please see this article.
On the Tools page, in the Domains section, click Zone Editor:
Under Domains, locate the domain for which you want to add a record, and then click Manage:
Locate the record you want to delete, and then under Actions, click Delete:
At the Confirm Deletion prompt, click Continue. cPanel deletes the record.
βοΈ WarningBe careful! Deleting some types of records can make your web site inaccessible, prevent e-mail from working correctly, or cause other unintended side effects.