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.

 

    • Related Articles

    • How to access cPanel/WHM on new VM

      So, you created a VM with cPanel/WHM and you cannot figure out how to access cPanel and WHM Since this is your cPanel/WHM server, you have root access to the install You would access with the following cPanel URL: https://[server-primary-ip]:2083 WHM ...
    • WHM / CPanel LOG Files and locations.

      cPanel logs Access logs and user actions /usr/local/cpanel/logs/access_log Account transfers and misc. logs /var/cpanel/logs Auditing log (account creations, deletions, etc) /var/cpanel/accounting.log Backup logs /usr/local/cpanel/logs/cpbackup Brute ...
    • enable cURL on WHM/cPanel using EasyApache

      How to enable cURL on WHM/cPanel using EasyApache Authorsupport support Article Reference NumberAA-05017 Views10659 How to enable cURL on WHM/cPanel using EasyApache Overview A command line tool for getting or sending files using URL syntax. To ...
    • install mysqli on cPanel/WHM using EasyApache

      How to install mysqli on cPanel/WHM using EasyApache Overview: The MySQLi Extension is a relational database driver used in the PHP programming language to provide an interface with MySQL databases. To install mysqli using EachApache: 1. Login to WHM ...
    • easyapache configuration on cpanel/whm server

      EasyApache Overview EasyApache is a powerful and simple-to-use script that you can use to update and configure your Apache web server.   To configure EasyApache on WHM/cPanel   1. Login to WHM 2. Either search for "EasyApache" or go to Software > ...