How do I install cPanel? Print

  • 0

You can install cPanel and WHM onto your server with just a few simple commands.

When logging into your new server through SSH using your root login details, you can apply the following commands to your server.

Installing cPanel & WHM
cd /home
curl -o latest -L https://securedownloads.cpanel.net/latest
sh latest


Install cPanel DNS Only
cd /home
curl -o latest-dnsonly -L https://securedownloads.cpanel.net/latest-dnsonly
sh latest-dnsonly


Please Note:
You may need to install Perl onto your server so that you can successfully install cPanel.  To do this, please run the following command

yum install perl

Was this answer helpful?

« Back