The DNS Zone Editor in cPanel allows you to manage custom DNS records for a domain. Through this interface, you can add, modifier, and delete records that control how services such as websites and email are routed.
Understanding DNS record types
A DNS zone contains multiple record types. The most commonly managed records include:
- A records associate a hostname with an IPv4 address.
- CNAME records create aliases that point one hostname to another hostname.
- TXT records store text values and are commonly used for email authentication mechanisms such as SPF and DKIM.
Improper DNS configuration can disrupt website access or email delivery, so changes should be made carefully.
Accessing the Zone Editor
- Connectez-vous à cPanel.
- Ouvrez le Outils page.
- Dans le Domaines section, faire un clic Zone Editor.
- Locate the target domain and click Manage.
[Screenshot placeholder: cPanel Zone Editor domain list]
Adding a DNS record
- In the domain management view, click the arrow next to Add Record.
- Select the record type you want to add.
- Enter the fully qualified domain name in the Name champ.
- Set the TTL value. If unsure, utiliser
14400. - Confirm the correct record type is selected.
- Enter the record value:
- For A records, enter an IP address.
- For CNAME records, enter the canonical hostname.
- For TXT records, enter the required text value.
- Faire un clic Add Record.
[Screenshot placeholder: Add DNS record form]
Editing a DNS record
- Open Zone Editor and click Manage for the domain.
- Locate the record to change.
- Faire un clic Edit.
- Modify the required fields.
- Faire un clic Save Record.
[Screenshot placeholder: Edit DNS record action]
Changes take effect after DNS propagation, which may take several hours.
Deleting a DNS record
- Open Zone Editor and manage the domain.
- Locate the record to remove.
- Faire un clic Delete.
- Confirm the deletion.
[Screenshot placeholder: Delete DNS record confirmation]
Removing essential records can cause service outages. Verify the impact before deleting any record.
Common use cases
- Connecting domains to services hosted on serveurs cloud
- Configuring email authentication when using external mail providers instead of cPanel hosting mail services
- Preparing domains for deployment on a dedicated server