WHM and cPanel is the most used control panel for server management. After getting your server, you need to install cPanel/WHM on your server to manage.
This tutorial will help you to install cPanel/WHM into your Linux CentOS 7 server and configure the WHM for the first time. Let’s begin..
Before installing cPanel/WHM into the server, Perl must be installed. To check or install this run the following command after login to your server:
yum install perl -y
Now install cPanel/WHM
cd /home && curl -o latest -L https://securedownloads.cpanel.net/latest && sh latest
After entering the command, the installation will run. This will take several minutes to complete.
After successful installation you can login to your WHM via http://serverip:2087