Installation Guide - cPanel DNSOnly® Installation
Overview
This document describes how to install cPanel DNSOnly® on your server.
- For more information about cPanel DNSOnly, read our cPanel DNSOnly documentation.
- For more information about DNS cluster configuration, read our Guide to DNS Cluster Configurations documentation.
You can download cPanel DNSOnly for free.
Configuration requirements
To successfully install and use cPanel DNSOnly, your system must meet the following requirements:
- Your server must meet our system requirements for its specific operating system.
- Your server cannot have previous content on it.
- Your server must allow traffic on ports
53
,953
, and2087
. - If you want the server to send email notifications, you must allow traffic on port
25
. - Your DNS cluster configuration must meet the requirements for DNS clusters in our Guide to DNS Cluster Configurations documentation.
- If your DNS cluster will include domains that use DNSSEC, all of the cluster’s servers must run PowerDNS.
Install cPanel DNSOnly
To install cPanel DNSOnly, perform the following steps:
- Navigate to the
/home
directory on your server. - To fetch the latest installation files from WebPros International, LLC’s servers, run the following command:
curl -o latest-dnsonly -L https://securedownloads.cpanel.net/latest-dnsonly
- To open and execute the installation files, run the following command:
sh latest-dnsonly
Access cPanel DNSOnly
To access the cPanel DNSOnly interface, perform the following steps:
- Navigate to
https://IP:2087
in your preferred browser.Note:In this address,
IP
represents your server’s IP address. If you have a domain name that resolves to the server, you can use it in place of the IP address. - Enter
root
in the Username text box. - Enter your password in the Password text box.
- Click Log in.
cPanel DNSOnly and DNSSEC
If the DNS cluster includes domains that use DNSSEC, all of the cluster’s servers must run PowerDNS.
cPanel & WHM supports DNS Security Extensions (DNSSEC) in DNS clusters. A DNS resolver will compare the DNS server’s DNSSEC record to the DS record at the registrar. If they match, the record is valid.
- You can create, manage, or delete a domain’s DNSSEC keys in cPanel’s Zone Editor interface (cPanel » Home » Domains » Zone Editor).
- The system uses the
/usr/local/cpanel/scripts/dnssec-cluster-keys
script to synchronize and revoke currently-active DNSSEC keys in a DNS cluster. If you wish to perform this step manually, run that script as theroot
user.
For more information about DNSSEC in cPanel & WHM, read our DNSSEC documentation.