How To Install zPanel on CentOS 6 Print

  • 0

About zPanel


zPanel is a php-based free control panel for windows, mac, and linux servers. The program runs on top of an Apache, MySQL, PHP stack on whichever platform is used. zPanel should be installed on a fresh server, as all of the programs that zPanel requires are set up automatically through their installation process.

Step One—Download the Zipped Installer File


To begin the zPanel installation, log into your server as “root”.
Using putty login via SSH

Once you are logged into your VPS, you can proceed to download the zPanel installer file:
Type the following 
# wget http://www.zvps.co.uk/sites/default/files/downloads/zpanelx-centos-6-beta.tar.gz

Once the file is downloaded, you should unzip the tarball:
# tar -xf zpanelx-centos-6-beta.tar.gz

We need to subsequently make the installation script executable:
# chmod +x installer.sh.x

Prior before running the install script, we need to take one more step and install a dynamic linker with yum:
# yum install ld-linux.so.2

Finally, it is time to install zPanel. Execute the automated script:
# ./installer.sh.x

Once the zPanel installation completes, the server will reboot.

Step Two—Access Your zPanel Installation


After your server reboots, you can access zPanel by going to your domain or IP address in the browser.
http://SERVERIP

Your login credentials are:
username: zadmin
password: password

Was this answer helpful?

« Back