How to Install zPanel on CentOS 6 VPS

New Way To Install zPanel

Within this new version, the way how to install zPanel is now more simplified than its previous versions. I wrote the tutorial before but it is now obsolete. So how to install zPanelX v10.1.1? Simply issue command below in your VPS while you are logged in as root. The below command will download and execute zPanel installer script:

Installing on CentOS VPS:

1
bash <(curl -Ss https://raw.githubusercontent.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh)

Installing on Ubuntu LTS:

1
bash <(curl -Ss https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh)

see: http://www.zpanelcp.com/download/

The Tutorial (How to – CentOS)

I did try it on CentOS so here’s I share the screenshot so you can confidently follow the steps. 

Step 1 – Login to your server as root

Step 2 – Now stop httpd (apache) and remove it.

1
service httpd stop

then remove it:

1
yum remove httpd

Step 3 – Now issue the installer command syntax:

1
bash <(curl -Ss https://raw.githubusercontent.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh)

The installer will ask to continue, simply type y then hit Enter.

Step 4 – Now it will ask you to select timezone. Choose the one you prefer but in my example I simply choose to use None.

Step 5 – Next, you’ll also be asked to define FQDN and to doublecheck ip address of your vps. Once everything is fine, type y and hit Enter to start the installation process.

Step 6 – Now simply sit tight and wait for the process to complete. Grab a cup of coffee while you can. This will take some times..

Step 7 – Once done, you’ll see something like this below. Also, you’ll be asked to restart your server.

That’s it. Enjoy..

Q: How to get it done on Ubuntu LTS vps?

A: The steps should be similar, just use provided installer script for Ubuntu LTS above.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Basic Setup After zPanel Install

1. Personalizing Your Account At first, you must customize your account according your need. The...

How to Install Ajaxplorer File Manager Module on zPanel CP

What is Ajaxplorer? Ajaxplorer is basically an open source software that turns instantly any...