cPanel&WHM installation on Centos 7

Installation Requirements

  • Centos 7 VPS
  • Minimum of 1GB RAM (2GB RAM is recommended)
  • Minimum 20GB disk space (40GB recommended)
  • cPanel license

And install


To hostname configuration , run the following command:

  hostnamectl set-hostname host.mydomain.com 


To perl is not present on your server , run the following command:

  yum install -y perl


If curl is not present on your server you can install it with the following command:

yum install -y curl



To install cPanel&WHM , run the following command:     

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


The installation process just about take up to 30 minutes. After the installation , you should reboot on your server.

And Login WHM

You can now open your browser and navigate to https://your-server-ip:2087

WHMlogin
To log in, enter “root” as username and use your server root password. 
whmpanel

and navigate to https://your-server-ip:2083. Installation complete with successfully.
CpanelLogin


Peace out !

  • cPanel, cPanel&WHM, cPanelinstallation
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Error could not resolve host in installation cPanel&WHM

This error message is Could not resolve host: mirrorlist.centos.org; Name or service not known...

Error invalid hostname in installation cPanel&WHM

You attempt to install cPanel/WHM on CentOS 7 but was greet with an invalid hostname error. In...

Error MySQL or MariaDB was installed in installation cPanel&WHM

You are getting this output; The installation process found evidence that MySQL or MariaDB was...