Vimzaa Knowledgebase
  • Getting Started
  • Virtual Private Servers
    • What is Virtual Private Server
    • Getting Started With Linux
      • An Introduction to the Linux Terminal
      • Basic Linux Navigation and File Management
      • An Introduction to Linux Permissions
      • An Introduction to Linux I/O Redirection
      • Linux Permissions Basics and How to Use Umask on a VPS
    • Connect with SSH
      • How to Add SSH Keys to VPS
      • SSH Essentials: Working with SSH Servers, Clients, and Keys
    • How To Edit the Sudoers File on Ubuntu and CentOS
    • Introduction to Nginx and LEMP on Ubuntu
      • Initial Server Setup with Ubuntu
      • Installing LEMP Stack on Ubuntu 14.04
      • Installing LEMP Stack on Ubuntu 16.04
    • Anti-Spam Best Practices
  • cPanel Hosting
    • Cloudflare
    • cPanel - Advanced
      • How to add and manage cron jobs / scheduled tasks in cPanel
      • How to track DNS using cPanel
      • How to create custom ‘error pages’ in cPanel
      • How to flush your local machines DNS Cache
      • How to use the Google Public DNS for faster DNS lookups
      • How to check if your domain has ‘propagated’ following DNS changes
      • Install Wildcard SSL Certificates using LetsEncrypt with cPanel
      • Correct SPF Records
      • Check processes or users with high iowait (99.99%) from Cloudlinux Logs
      • How to tune MySQL on a cPanel server with MySQLTuner
      • Clear disk space on cPanel Server by removing backups, trash etc
      • Add monitoring script to server for monitoring top, iostat etc
      • Testing your site before ‘go-live’ by editing your hosts file
    • cPanel - Domains
      • How to use the Site Publisher in cPanel
      • Managing addon domains in cPanel
      • What is the difference between addon domains and ‘alias’ domains?
      • Managing subdomains in cPanel
      • Managing domain aliases in cPanel
      • Managing domain redirects using cPanel
      • How to use the Simple Zone Editor in cPanel for managing your DNS Records
      • How to use the Zone Editor within cPanel to manage your DNS records
      • How to redirect all domain ‘alias’ to the main domain using cPanel
      • How to enable Cloudflare on your cPanel account
      • How to check what nameservers a domain is using
      • How to create Custom Nameservers / Vanity Nameservers
      • How do I transfer a domain name to Vimzaa?
    • cPanel - Managing Databases
      • Managing a MySQL Database in cPanel with phpMyAdmin
      • Manage MySQL Database in cPanel
      • Simplified database creation with the cPanel MySQL Wizard
      • Managing MySQL databases remotely using ‘Remote MySQL’ in cPanel
    • cPanel - Managing Email Accounts
      • Managing email accounts with cPanel
      • How to create and manage email forwarders using cPanel
      • Managing email routing with cPanel
      • Change Your E-Mail Account Password
      • Improving mail deliverability (SPF & DKIM)
    • cPanel - Managing Files
    • cPanel - Metrics
    • cPanel - Software and Applications
    • cPanel - Security
    • SiteBuilder Pro
    • Enable or disable PHP modules
    • How can I migrate my cPanels to Vimzaa Website Hosting?
    • SSH Access to cPanel Servers
    • How do I add another domain to my Hosting Account?
    • How do I access WHM (Web Host Manager)?
  • Plesk Hosting
    • An Introduction to Plesk
    • Getting Started with Plesk
      • How to login to Plesk for the first time
      • The Plesk User Interface Explained
      • Understanding Subscriptions in Plesk
      • How to upload content with Plesk
      • How to manage mailboxes / mail accounts with Plesk
      • Managing Web ApplicationsManaging Web Applications
    • Plesk Tutorials
      • A basic getting started guide to creating your first site with Plesk
      • How to manage DNS and nameservers using Plesk
    • Plesk Funtionality - Explained
      • Managing your User Account in Plesk
      • Managing your Web Hosting with Plesk
  • Game Servers
    • Setup Teamspeak 3 Server on Linux
    • Installing SteamCMD for Steam Game Servers
  • SSL Certificates
  • Domains
    • Can I register or transfer my domain to Vimzaa
    • Can I buy a domain name together with a web hosting plan
    • Default nameservers for shared webhosting
Powered by GitBook
On this page
  • Overview
  • Add an A record
  • Add a CNAME record
  • Delete a record
  • DNSSEC
  • Enable DNSSEC
  • Disable DNSSEC
  1. cPanel Hosting
  2. cPanel - Domains

How to use the Simple Zone Editor in cPanel for managing your DNS Records

PreviousManaging domain redirects using cPanelNextHow to use the Zone Editor within cPanel to manage your DNS records

Last updated 6 years ago

DNS converts domain names into computer-readable IP addresses. DNS zone files configure domain names to the correct IP addresses. This feature allows you to create and edit these zone files using a simplified interface.

Warning: This interface is deprecated and will be removed in a future release. Use the new to perform the same functions.

Location under cPanel
cPanel > Home > Domains > Simple Zone Editor

Overview

Important:

We deprecated this interface in cPanel & WHM version 62. We strongly recommend that you use cPanel’s interface (cPanel >> Home >> Domains >> Zone Editor).

DNS (Domain Name System) is the component of the Internet that converts human-readable domain names (for example, example.com) into computer-readable IP addresses (for example, 192.0.32.10). DNS uses zone files that reside on your server to map domain names to IP addresses.

There are several different types of records in a domain’s zone file. This interface allows you to create and delete A and CNAME (Canonical Name) records.

Note:

You cannot set a record’s time to live (TTL) in this interface. Records that you create with this interface default to the TTL that your hosting provider specifies. To set the TTL for a record, use cPanel’s interface (cPanel >> Home >> Domains >> Advanced Zone Editor).

Add an A record

An A record is a DNS record that maps hostnames to IP addresses. A records are essential because they allow DNS servers to identify and locate your website and its various services on the Internet. Without appropriate A records, your visitors cannot access your website, FTP site, or email accounts.

To add an A record, perform the following steps:

  1. If this account owns more than one domain, select the domain that you wish to manage from the Domain menu.

  2. Enter the Name and Address of the A record.

  3. Click Add A Record.

Warning:

cPanel & WHM configures your DNS records so that visitors can resolve your website and its services (for example, FTP and Email). Only add A records when you add a service that cPanel & WHM or your service provider do not provide.

Add a CNAME record

A CNAME record creates an alias for another domain name, which DNS looks up. This is useful, for example, if you point multiple CNAME records to a single A record in order to simplify DNS maintenance.

To add a CNAME record, perform the following steps:

  1. If this account owns more than one domain, select the domain that you wish to manage from the Domain menu.

  2. Enter CNAME record in the Name and CNAME text box.

  3. Click Add CNAME Record.

Delete a record

To delete an A or CNAME record, perform the following steps:

  1. If this account owns more than one domain, select the domain that you wish to manage from the Domain menu.

  2. Click the Delete link next to the record that you wish to remove.

  3. Click Delete.

DNSSEC

Important:

This feature only appears if your System Administrator installs PowerDNS in either of the following interfaces:

DNS Security Extensions (DNSSEC) add a layer of security to your domains’ DNS records. DNSSEC uses digital signatures and cryptographic keys to validate that DNS responses are authentic. These digital signatures protect clients from various forms of attack, such as Spoofing or a Man-in-the-Middle attack.

Important:

  • DNSSEC keys remain on a server after you terminate an account. If you restore an account on the same server from which you deleted it, the account’s DNSSEC keys remain valid.

  • If you transfer the account to another server, you must reconfigure DNSSEC for the domains and update the domain server records on the registrar. The system does not include DNSSEC keys in an account’s backup file. To transfer an account with DNSSEC enabled domains, perform the following steps for each domain:

    1. Remove the Domain Server (DS) records from the registrar.

    2. Wait for the changes to propagate (up to 72 hours).

    3. Disable DNSSEC on the domain (optional).

    4. Transfer the account to the new server.

    5. Enable DNSSEC on the new server.

    If you do not remove the old DS records from the registrar, the domains may produce DNS resolution issues due to invalid DNSSEC responses.

Enable DNSSEC

To enable DNSSEC for a domain, perform the following steps:

  1. If this account owns more than one domain, select the domain that you wish to manage from the Domain menu.

  2. Click Enable. The system will generate a new DNSSEC key, and a new line will appear that contains the following information:

    Column

    Description

    Key Tag

    An integer value that identifies the domain’s DNSSEC record.

    Algorithm

    The record’s encrypted signature.

    Digest Type

    The algorithm type that constructs the digest. Select the Digest Type that your registrar supports.

    Digest

    An alpha-numeric string that the algorithm generates.

Important:

After you generate the domain’s DNSSEC key, you must configure a Domain Server (DS) record with your domain registrar. Click the links below for DS record instructions with some of the most popular domain registrars. GoDaddy Namecheap OpenSRS

Disable DNSSEC

To disable DNSSEC for a domain, perform the following steps:

  1. If this account owns more than one domain, select the domain that you wish to manage from the Domain menu.

  2. Click Disable.

Important:

After you generate the domain’s DNSSEC key, you must delete the DS record with your domain registrar. Click the links below for DS record instructions with some of the most popular domain registrars. GoDaddy Namecheap OpenSRS

WHM’s .

WHM’s interface (WHM >> Home >> Service Configuration >> Nameserver Selection).

Zone Editor
Zone Editor
Advanced Zone Editor
Initial Setup Assistant
Nameserver Selection