Introduction
DNS (Domain Name System) controls how domain names (like kirods.com
) point to servers and services across the internet — such as websites, emails, and subdomains. The Zone Editor in cPanel gives you complete control over your domain’s DNS records, letting you add, modify, or remove records like A, CNAME, MX, TXT, and more.
In this guide, you'll learn how to use the Zone Editor to manage DNS settings for your domain.
What is a DNS Zone?
A DNS Zone is a collection of DNS records for a specific domain. Each record tells the internet where to send traffic — whether it's web visitors, emails, or verifications for services like Google or Microsoft.
Accessing the Zone Editor in cPanel
-
Log in to your cPanel account
-
Scroll to the Domains section
-
Click on Zone Editor
-
You’ll see a list of all domains linked to your account
️ Types of DNS Records You Can Manage
A Record
Points a domain to an IP address (IPv4)
-
Example:
kirods.com
→192.0.2.1
CNAME Record
Points a domain or subdomain to another domain
-
Example:
www.kirods.com
→kirods.com
✉️ MX Record
Directs email to the correct mail server
-
Example: MX →
mail.kirods.com
(priority 10)
TXT Record
Stores text data, often used for domain verification or SPF/DKIM email validation
-
Example: TXT →
"v=spf1 include:mailserver.com ~all"
AAAA Record
Points a domain to an IPv6 address
⚙️ SRV Record
Used for advanced service configurations (VoIP, messaging, etc.)
➕ How to Add a DNS Record
-
Click Manage next to your domain
-
Click Add Record
-
Choose the record type (A, CNAME, MX, TXT, etc.)
-
Enter the name, TTL (usually leave as default), and record value
-
Click Save Record
Example: To point a subdomain to another site, create a CNAME like:
-
Name:
blog
-
Type:
CNAME
-
Record:
external.bloghost.com
✏️ How to Edit or Delete a Record
-
In the Manage section, search or scroll to find the record
-
Click Edit to make changes or Delete to remove it
-
Click Save Record after editing
⚠️ Be cautious when editing existing A or MX records — incorrect changes can break your website or email.
Common Use Cases
-
Connect your domain to a third-party email service (like Google Workspace or Zoho) by updating MX and TXT records
-
Set up subdomains to point to another server
-
Add SPF/DKIM records for better email deliverability
-
Verify domain ownership for tools like Google Search Console, Mailchimp, etc.
⏳ DNS Propagation Notice
Changes to DNS records can take anywhere from a few minutes to 24–48 hours to propagate globally.
✅ Conclusion
With the Zone Editor in cPanel, you have full control over your domain’s DNS settings — no coding or advanced DNS experience needed. From pointing your domain to a new server to verifying email services, everything is manageable in just a few clicks.