How do I install cPanel/WHM ?

The cPanel/WHM installation requires a clean Operating System for installation, or else problems may occur.


The installation of cPanel/WHM is simple but does take 60-90 minutes to complete. Once you have purchased a full license through our Sales department or a VPS license through our control panel, you can do the following to install:

iptables -F
/etc/init.d/iptables save
cd /home
wget http://layer1.cpanel.net/latest
chmod +x latest
screen
./latest


The above commands do the following:

  • Clear all IP Tables (firewall) rules and save the changes
  • Download the cPanel install script
  • CHMOD the script so it can be ran
  • Go into a "screen" so that you can perform your normal work while installing
  • Run the install script


We have you run the screen command because this install can take 60-90 minutes. To close out of it, without disrupting it, simply press CTRL+A+D. You can revisit the install at any time by typing screen -r.

  • 84 Users Found This Useful
Was this answer helpful?

Related Articles

cPanel/WHM licensing error

If you receive any "License Invalid" or any other kind of licensing error(s), please try running:...

How do I bind additional IPs in WHM?

cPanel makes adding IP addresses to WHM as easy as cake. Log into WHM Under the IP...

How do I install Webmin?

This article explains how to install Webmin on your Dedicated Server or VPS. CentOS / Fedora...

How do I login to cPanel/WHM?

cPanel/WHM installation is begun once you receive your "Your new server is ready!" e-mail. The...

How do I set the Primary Interface in WHM?

Under Basic cPanel/WHM Configuration on your dedicated server or VPS, there is an area called...