How to install zpanel in Cetos ?
This is step by step guide of installation of zpanel in Cetos 6. The preferred version of centos for zpanel installation is Centos 6.3 .
Pre Requirement : Fresh Installation of Centos 6 .
Optional Step: Install all updates
yum -y update
Steps to install Zpanel 10.1.0 to Centos 64 bit
Step 1: sudo -i
Step 2: cd
Step 3: wget -O installer-10-1-0-centos-64.sh.x https://github.com/zpanel/zpanelx/releases/download/10.1.0_orig/installer-10-1-0-centos-64.sh.x
Note: If wget error, install wget: ” yum install wget"
then redo wget and continue with install.
Step 4: chmod +x installer-10-1-0-centos-64.sh.x
Step 5: yum install ld-linux.so.2 curl
Step 6: ./installer-10-1-0-centos-64.sh.x
Step 7: Follow the screen. you get all detail of login after installation.
Step 8: Go to Server IP and login with zpanle credential.
Steps to install Zpanel 10.1.0 to Centos 32 bit
Step 1: sudo -i
Step 2: cd
Step 3: wget -O installer-10-1-0-centos-32.sh.x https://github.com/zpanel/zpanelx/releases/download/10.1.0_orig/installer-10-1-0-centos-32.sh.x
Note: If wget error, install wget: ” yum install wget"
then redo wget and continue with install.
Step 4: chmod +x installer-10-1-0-centos-32.sh.x
Step 5: yum install ld-linux.so.2 curl
Step 6: ./installer-10-1-0-centos-32.sh.x
Step 7: Follow the screen. you get all detail of login after installation.
Step 8: Go to Server IP and login with zpanle credential.
* All passwords are stored in file /root/passwords.txt*