Overview
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 Record) records.
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:
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:
Delete a record
To delete an A or CNAME record, perform the following steps:
1. Login to WHM. 2. Click on Edit a Package in package section. 3. Select the... Read More
To create an email account: To create an email account, follow the steps given below:1.... Read More
1. Log into your cPanel 2. Navigate to Domains section > Zone Editor menu: 3. Click Manage... Read More
To create an email account, follow the steps given below: Login to cPanel. Click Email... Read More
Overview Cron jobs are scheduled tasks that the system runs at predefined times or intervals.... Read More