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

 
 