Being one of most favorite free hosting control panel, zPanel CP is
constantly improved and getting developed regularly to answer so much
hesitation regarding its security. Recently, its developer released
zPanelX version 10.1.1 adding more hardened security, bug fixes, and
some new functionality.
Despite its doubted security, zPanelX is -for me- so far the best free alternative to WHM/cPanel because it supports hosting packages, user groups, and already includes all basic features of what a newbie really need to host websites.
Also, with the release of this new (major) version, its developer announced that zPanel Project is now owned by HostWinds. Since Hostwinds is now financially supporting the zPanel project, the revenue from the purchase of any zPanel related products from Hostwinds, will be directly injected back into the open source project.
see: http://www.zpanelcp.com/download/
Step 1 – Login to your server as root
Step 2 – Now stop httpd (apache) and remove it.
then remove it:
Step 3 – Now issue the installer command syntax:
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.
Despite its doubted security, zPanelX is -for me- so far the best free alternative to WHM/cPanel because it supports hosting packages, user groups, and already includes all basic features of what a newbie really need to host websites.
Also, with the release of this new (major) version, its developer announced that zPanel Project is now owned by HostWinds. Since Hostwinds is now financially supporting the zPanel project, the revenue from the purchase of any zPanel related products from Hostwinds, will be directly injected back into the open source project.
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 .github.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) |
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. The box I use is a VPS from GreenValueHost with following specs: 768MB RAM, 50GB SSD-Cached Disk, 2TB bandwidth and running CentOS 6 64-bit. I bought it for only $14.85/year using this 75% off promo.Step 1 – Login to your server as root
Step 2 – Now stop httpd (apache) and remove it.
1
| service httpd stop |
1
| yum remove httpd |
1
| bash <(curl -Ss https: //raw .github.com /zpanel/installers/master/install/CentOS-6_4/10_1_1 .sh) |
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.
No comments:
Post a Comment