Installation Guide – cPanel DNSOnly® Installation

This article explains how to install cPanel DNSOnly, the system requirements, DNS cluster configuration rules, how to access the DNSOnly interface, and how to manage DNSSEC within a cPanel DNS cluster.

cPanel DNSOnlyDNS ClusterDNSSEC

~3 min read · Updated Feb 14, 2026

1. Introduction to cPanel DNSOnly


cPanel DNSOnly is a lightweight and free version of cPanel designed exclusively for managing DNS services. It allows you to build a reliable and scalable DNS Cluster to improve domain performance, redundancy, and global availability.


2. System Requirements


Before installing cPanel DNSOnly, ensure your server meets the following requirements:


  • The server must meet the operating system’s official system requirements.
  • The server must not contain any previous content or configurations.
  • Ports 53, 953, and 2087 must be open.
  • Port 25 must be open if you want the server to send email notifications.
  • Your DNS Cluster must follow the official cPanel cluster configuration guidelines.
  • If your cluster uses DNSSEC, all servers must run PowerDNS.

3. How to Install cPanel DNSOnly


Follow the steps below to install cPanel DNSOnly on your server:


Step 1: Navigate to the Home Directory

Move to the /home directory:


cd /home

Step 2: Download the Installation File

Run the following command to download the latest installer from WebPros International, LLC:


curl -o latest-dnsonly -L https://securedownloads.cpanel.net/latest-dnsonly

Step 3: Run the Installer

Execute the installer using this command:


sh latest-dnsonly

4. Accessing the cPanel DNSOnly Interface


After installation, follow these steps to log in:


  • Open your browser and go to:
    https://IP:2087
    Replace IP with your server’s actual IP address or domain name.
  • Enter root as the username.
  • Enter your root password.
  • Click Log in.

5. DNSSEC Support in cPanel DNSOnly


Warning: If your DNS Cluster contains domains using DNSSEC, all servers in the cluster must run PowerDNS.


cPanel & WHM fully supports DNSSEC. A DNS resolver compares the DNSSEC record with the DS record stored at the domain registrar. If both match, the record is considered valid.


Managing DNSSEC Keys

You can create, manage, or delete DNSSEC keys from the Zone Editor interface:


cPanel » Home » Domains » Zone Editor


To manually synchronize or revoke active DNSSEC keys in a DNS Cluster, run the following script as root:


/usr/local/cpanel/scripts/dnssec-cluster-keys

Conclusion


Installing cPanel DNSOnly is an excellent solution for building a secure, fast, and scalable DNS Cluster. By meeting the system requirements, following the installation steps, and properly configuring DNSSEC, you can ensure high availability and strong DNS security for your infrastructure.


Written & researched by Dr. Shahin Siami

Related Articles

How to Restore Your cPanel Account: A Complete Guide for New System Administrators

This guide explains how new system administrators can restore a cPanel account using WHM, transfer accounts and configurations between servers, and enable diagnostic logging for transfer and restore operations. It covers essential concepts such as WHM vs. cPanel, root access, backup handling, SFTP uploads, transfer methods, and advanced debugging tools.

Continue

آموزش کامل انتقال تمام اکانت‌های cPanel از یک سرور به سرور دیگر

این مقاله نحوه انتقال همه اکانت‌های cPanel، تنظیمات سرویس‌ها، گواهی‌های SSL و IP اصلی سرور را از یک سرور قدیمی (Source) به یک سرور جدید (Target) توضیح می‌دهد. شامل نصب سرور جدید، انتقال تنظیمات، انتقال اکانت‌ها، تغییر IP، تنظیم DNS و نصب مجدد SSL است.

Continue

How to Migrate a WordPress® Installation to a cPanel & WHM Server

This guide explains how to migrate a WordPress installation from a macOS-hosted environment to a cPanel & WHM server. It covers exporting the database, uploading WordPress files, creating and importing a MySQL database, updating URLs, configuring wp-config.php, fixing broken links, and finalizing the migration.

Continue

How to Manually Transfer an Account Between Servers in cPanel & WHM

This article explains how to manually transfer a cPanel account between servers when the account is too large for WHM’s automated transfer tools. It covers creating temporary directories, compressing public_html and log files, securely transferring data with SCP, and restoring the files on the destination server.

Continue

How to Manually Migrate Horde Calendars and Contacts to Roundcube in cPanel & WHM

This article explains how to manually migrate Horde calendars and contacts to Roundcube in cPanel & WHM version 108 through 118. It covers exporting Horde data, placing it in the correct directories, and importing it into Roundcube using built‑in plugins or manual import tools.

Continue

How to Manually Migrate Accounts to cPanel & WHM from Unsupported Control Panels

This article explains how experienced system administrators can manually migrate accounts from unsupported third‑party control panels to cPanel & WHM. It covers pre‑migration steps, installation requirements, file and directory transfers, database restoration, SSL migration, and post‑migration tasks.

Continue