Introduction

The Zone Editor in cPanel allows you to manage your domain’s DNS (Domain Name System) records directly from your hosting control panel. DNS records control how your domain connects to web servers, email services, subdomains, and external platforms like Google Workspace or Microsoft 365. Using the Zone Editor, you can add, edit, and delete various record types including A, CNAME, MX, TXT, and more.

This guide walks you through using the Zone Editor to manage DNS settings in cPanel.


What Is a DNS Zone?

A DNS Zone is a portion of the DNS namespace that contains the DNS records for a specific domain. These records tell the internet how to handle services such as:

  • Web hosting (IP address)

  • Email routing

  • Domain verification

  • Subdomain mapping

  • External integrations

The Zone Editor in cPanel gives you full access to these configurations.


Accessing the Zone Editor

  1. Log in to your cPanel account

  2. Scroll down to the Domains section

  3. Click on Zone Editor

  4. You’ll see a list of domains hosted in your account


Types of DNS Records You Can Manage

Record Type Purpose
A (Address) Maps a domain to an IP address (IPv4)
AAAA Maps a domain to an IPv6 address
CNAME Points a domain to another domain name
MX Specifies mail servers for email delivery
TXT Adds arbitrary text data (often for domain verification)
SRV Defines services like VoIP or messaging
CAA Specifies which certificate authorities are allowed to issue SSL for your domain

How to Add a DNS Record

  1. In the Zone Editor, click Manage next to your domain

  2. Click + Add Record

  3. Select the record type (A, CNAME, TXT, etc.)

  4. Enter the following fields depending on the record type:

    • Name: The domain or subdomain (e.g., www, mail, or full domain)

    • TTL: Time to Live (default is usually fine)

    • Record Data: This could be an IP address, hostname, or text string

  5. Click Save Record


Example Record Setups

Purpose Record Type Example
Point domain to a server IP A Record yourdomain.com → 192.0.2.123
Create www subdomain CNAME www → yourdomain.com
Set email routing MX 10 mail.yourdomain.com
Verify domain for Google TXT google-site-verification=XXXXXX

Editing or Deleting Records

  • In the Manage screen, you'll see a list of existing DNS records

  • Click Edit next to any record to change its value

  • Click Delete to remove a record completely

⚠️ Be cautious: incorrect DNS settings can cause website downtime or email delivery issues.


Tips for Using Zone Editor

  • Changes to DNS records may take time to propagate globally (usually up to 24–48 hours)

  • Always double-check values for typos, especially when configuring MX and TXT records

  • Use the default TTL unless your provider recommends otherwise

  • If unsure, back up current DNS settings before making changes


Common Use Cases

  • Connecting your domain to a third-party website builder or email service

  • Verifying domain ownership with Google or Microsoft

  • Changing mail server settings (MX records)

  • Redirecting subdomains using A or CNAME records

  • Installing SSL certificates (with CAA or TXT records)


Conclusion

The Zone Editor is an essential tool for managing your domain's DNS records. Whether you're pointing your domain to a new server, setting up email, or verifying your domain with a third party, cPanel’s Zone Editor gives you full control in a user-friendly interface. Just be sure to handle DNS settings carefully, as incorrect configurations can affect your site's performance and accessibility.

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