Welcome Guest. Sign in

0 Answers

How to Install WHM DNSOnly

Asked by: 0 views , ,
Centos, Linux

Install cPanel DNSONLY

To install cPanel DNSONLY, run the following commands:

  1. To open the /home directory, run the following command:
    cd /home
  2. To install GNU Wget, which you can use to retrieve installation files through HTTP, HTTPS, and FTP, run the following command:
    yum install wget
  3. To fetch the latest installation files from cPanel’s servers, run the following command:
    wget -N http://httpupdate.cpanel.net/latest-dnsonly
  4. To open and execute the installation files, run the following command:
    sh latest-dnsonly

Answer Question