Install Cpanel on your Linux VPS, Ubuntu, Centos, Debian

You will need to upgrade to at least a link 4 to run cPanel on your VPS.

To install cpanel on your VPS, you will need to first log into your server as root after a fresh installation. Since the installation can take a while, I recommend installing screen (apt-get or yum install screen). Now you will want to download and install cPanel:


screen
cd /home
wget http://layer1.cpanel.net/latest
sh latest


If you get disconnected, you can ssh back into your server as root, and run:



screen -R

After everything is complete, and there are no errors, you should be able to access the WHM control panel by visiting https://your_ip:2087

  • 17 Users Found This Useful
Was this answer helpful?

Related Articles

How to install ionCube Loader on Ubuntu

ionCube is a Zend-Engine extension to encode PHP files. To install it on Ubuntu first...

Install Postfix to configure SMTP Server. -- Fedora 16

[root@mail ~]# yum -y install postfix [root@mail ~]# vi /etc/postfix/main.cf #...

Install Dovecot to Configure POP/IMAP Server. -- Fedora 16

[root@mail ~]# yum -y install dovecot [root@mail ~]# vi /etc/dovecot/dovecot.conf # line...

Create SSL Certficates for Mail server - Fedora 16

[root@www ~]# cd /etc/pki/tls/certs [root@www certs]# make server.key umask 77 ; \...

Configure Postfix and Dovecot for SSL - Fedora 16

[1] Create certifcate first. Click here[2] Configure Postfix and Dovecot for SSL [root@www ~]#...