Installing WHM/Cpanel

Installing WHM/Cpanel

To install CPanel first make sure perl is installed and updated
yum -y install perl
Then update the hostname to it's proper hostname, you can find it here:
nano /etc/sysconfig/network 

Navigate to root user's home

cd /home
Then download the latest version of CPanel installer

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

Then run the installer
 
sh latest

Wait approximately 20 mins and WHM/Cpanel will be installed.