The Simple Zone Editor in cPanel allows you to quickly add, modify, or remove basic DNS records for your domain. It supports A, CNAME, and TXT records — the most common record types needed for website hosting and domain verification.
Step 1: Log in to cPanel
Navigate to your cPanel login page (typically https://yourdomain.com/cpanel or https://yourdomain.com:2083) and sign in with your credentials.
Step 2: Open the Zone Editor
In the cPanel dashboard, locate the Domains section and click on Zone Editor. Some hosting providers may label this as Simple Zone Editor.
Step 3: Select Your Domain
If you have multiple domains on your account, click the Manage button next to the domain you want to edit.
Step 4: Add the DNS Record
Click the Add Record button. You will see a form with the following fields:
- Type — Select the record type:
- A Record — Maps a hostname to an IPv4 address (e.g., point
blog.example.comto192.0.2.1). - CNAME Record — Maps a hostname to another domain name (e.g., point
www.example.comtoexample.com). - TXT Record — Used for domain verification, SPF, DKIM, and other text-based entries.
- A Record — Maps a hostname to an IPv4 address (e.g., point
- Name — Enter the subdomain or hostname (e.g.,
blogforblog.example.com). Leave blank for the root domain. - Record / Address — Enter the target IP address, domain name, or text value depending on the record type.
- TTL — Leave as the default unless you have a specific requirement. Lower values cause DNS changes to propagate faster but increase query load.
Step 5: Save the Record
Click Add Record or Save. The new record will appear in the zone file list.
Important Notes
- DNS changes can take up to 48 hours to propagate globally, though most updates complete within a few hours.
- The Simple Zone Editor only handles A, CNAME, and TXT records. For MX, SRV, AAAA, or other advanced record types, use the Advanced Zone Editor or full Zone Editor.
- Some hosting providers disable the Zone Editor. If you do not see this option, contact your hosting provider to manage DNS records on your behalf.
- Incorrect DNS records can cause your website or email to stop working. Double-check all values before saving.
Troubleshooting
- Zone Editor is missing — Your hosting provider may have disabled this feature. Contact support for assistance.
- Changes are not taking effect — Use a DNS propagation checker such as whatsmydns.net to verify whether the new record has propagated.
- "Record already exists" error — A record with the same name and type already exists. Edit the existing record instead of creating a duplicate.
- Website still points to old IP — Clear your local DNS cache. On Windows, run
ipconfig /flushdns. On macOS, runsudo dscacheutil -flushcache.