Wednesday, August 7, 2013

Installing cPanel & WHM

You must have Perl installed on your server before you can run the installation script for cPanel & WHM. You can install Perl using either yum or up2date.

    yum users should run the following command: yum install perl

    up2date users should run the following command: up2date -i perl

To install cPanel & WHM, run these commands:

    cd /home — Opens the /home directory.
    wget -N http://httpupdate.cpanel.net/latest — Fetches the latest installation files from cPanel's servers.
    sh latest — Opens and executes the installation files.

If licensing fails (due to a strict firewall or modified IP), run the command /usr/local/cpanel/cpkeyclt to activate your cPanel & WHM license.

No comments:

Post a Comment