ZPanelCP Historical Articles

ZPanelCP CentOS Installation and upgrade guides (historical purposes only)

ZPanelCP CentOS Installer 10.1.0

Install ZPanelX on CentOS 6.4 (Community ENTerprise Operating System), an open source panel on an open source operating system!

LOG INTO YOUR SERVER AS THE ROOT USER, do not use sudo.
  1. Download the correct installer for your system:
  2. 64 Bit Installer wget http://www.zvps.co.uk/downloads/centos/10-1-0/installer-10-1-0-centos-64.sh.x.tar.gz

    Or

    32 Bit Installer wget http://www.zvps.co.uk/downloads/centos/10-1-0/installer-10-1-0-centos-32.sh.x.tar.gz

  3. Unzip the tarball
  4. 64 Bit Installer tar -xf installer-10-1-0-centos-64.sh.x.tar.gz

    Or

    32 Bit Installer tar -xf installer-10-1-0-centos-32.sh.x.tar.gz

  5. Change the script to be executable
  6. 64 Bit Installer chmod +x installer-10-1-0-centos-64.sh.x

    Or

    32 Bit Installer chmod +x installer-10-1-0-centos-32.sh.x

  7. Install pre-required packages:
  8. yum install ld-linux.so.2 curl

  9. Run the ZPanelX installer
  10. 64 Bit Installer ./installer-10-1-0-centos-64.sh.x

    Or

    32 Bit Installer ./installer-10-1-0-centos-32.sh.x

  11. Follow the on screen instructions during the installation.
  12. The zadmin, MySQL root & postfix passwords are all stored in /root/passwords.txt after installation.
  13. Lastly run the following command to fix the zpanel stored IP (broken api call) REPLACE 0's with your actual public IP:
  14. setso --set server_ip 000.000.000.000

ZPanelCP CentOS 10.1.0 Update

Upgrade an existing 10.0.2 server to 10.1.0

Warnings about this update, do NOT update until you have read this section:

  1. Only use this script to update from 10.0.2 to 10.1.0
  2. If you haven't manually updated the postfix MySQL password a new password will be generated and stored in /root/passwords.txt
LOG INTO YOUR SERVER AS THE ROOT USER, do not use sudo.

  1. Download the correct installer for your system:
  2. 64 Bit Updater wget http://www.zvps.co.uk/downloads/centos/10-1-0/updater-10-1-0-centos-64.sh.x.tar.gz

    Or

    32 Bit Updater wget http://www.zvps.co.uk/downloads/centos/10-1-0/updater-10-1-0-centos-32.sh.x.tar.gz

  3. Unzip the tarball
  4. 64 Bit Updater tar -xf updater-10-1-0-centos-64.sh.x.tar.gz

    Or

    32 Bit Updater tar -xf updater-10-1-0-centos-32.sh.x.tar.gz

  5. Change the script to be executable
  6. 64 Bit Updater chmod +x updater-10-1-0-centos-64.sh.x

    Or

    32 Bit Updater chmod +x updater-10-1-0-centos-32.sh.x

  7. Run the ZPanelX 10.1.0 Updater
  8. 64 Bit Updater ./updater-10-1-0-centos-64.sh.x

    Or

    32 Bit Updater ./updater-10-1-0-centos-32.sh.x

  9. Follow the on screen instructions during the installation.
  10. You will need your MySQL root password to perform this update (can be obtainted from /etc/zpanel/panel/cnf/db.php)
  11. If a new postfix password has been generated during the update it will be stored in /root/passwords.txt
  12. Lastly run the following command to fix the zpanel stored IP (broken api call) REPLACE 0's with your actual public IP:
  13. setso --set server_ip 000.000.000.000

ZPanelCP CentOS 10.0.2 Update

Upgrade an existing 10.0.1 server to 10.0.2

Warnings about this update, do NOT update until you have read this section:

  1. If you are updating from 10.0.1 to 10.0.2
  2. You MUST run the 10.0.1 update script regardless of the version currently shown in zpanel (10.0.0 or 10.0.1). BEFORE running this update.

  3. After the 10.0.2 update, the zadmin password has been reset and stored in /root/passwords.txt
  4. ALL User Passwords Need either Resetting by the zadmin or reset by the user using the forgotten password functionality

  5. The zadmin API key has also been reset, if you are using this in any other application please update it.
  6. Be aware this update makes a LOT of system configuration changes to all third party applications used by zpanel.
  7. Check the running AND functionality of all systems after the updates

  8. If you have any issues after the update please post in http://forums.zpanelcp.com/forumdisplay.php?63-General-Support-amp-Questions
  9. PLEASE PUT [update] at the start of your post TITLE so the support team at ZPanelCP can identify what type of support ticket they are dealing with

LOG INTO YOUR SERVER AS THE ROOT USER, do not use sudo.

  1. Download the correct updater for your system:
  2. 64 Bit Updater wget http://www.zvps.co.uk/sites/default/files/downloads/centos-6-3/package/installer-x86_64-10-0-2.sh.x.tar.gz

    Or

    32 Bit Updater wget http://www.zvps.co.uk/sites/default/files/downloads/centos-6-3/package/installer-x86-10-0-2.sh.x.tar.gz

  3. Unzip the tarball
  4. 64 Bit Updater tar -xf installer-x86_64-10-0-2.sh.x.tar.gz

    Or

    32 Bit Updater tar -xf installer-x86-10-0-2.sh.x.tar.gz

  5. Change the script to be executable
  6. 64 Bit Updater chmod +x installer-x86_64-10-0-2.sh.x

    Or

    32 Bit Updater chmod +x installer-x86-10-0-2.sh.x

  7. Run the ZPanelX installer
  8. 64 Bit Updater ./installer-x86_64-10-0-2.sh.x

    Or

    32 Bit Updater ./installer-x86-10-0-2.sh.x

  9. Follow the on screen instructions during the update.
  10. At the end please record down the mysql root password. (you will need this to access mysql via the root user and also for running future updates to zpanel) All Passwords are stored in /root/passwords.txt
  11. Lastly run the following command to fix the zpanel stored IP (broken api call) REPLACE 0's with your actual public IP:
  12. setso --set server_ip 000.000.000.000

ZPanelCP CentOS 10.0.1 Update

Upgrade an existing 10.0.0 server to 10.0.1

Warnings about this update, do NOT update until you have read this section:

  1. If you are updating from 10.0.0 to 10.0.1
  2. You MUST update to 10.0.2 straight afterwards

  3. After the 10.0.2 update, the zadmin password has been reset and stored in /root/passwords.txt
  4. ALL User Passwords Need either Resetting by the zadmin or reset by the user using the forgotten password functionality

  5. The zadmin API key has also been reset, if you are using this in any other application please update it.
  6. Be aware this update makes a LOT of system configuration changes to all third party applications used by zpanel.
  7. Check the running AND functionality of all systems after the updates

  8. If you have any issues after the update please post in http://forums.zpanelcp.com/forumdisplay.php?63-General-Support-amp-Questions
  9. PLEASE PUT [update] at the start of your post TITLE so the support team at ZPanelCP can identify what type of support ticket they are dealing with

LOG INTO YOUR SERVER AS THE ROOT USER, do not use sudo.

  1. Download the correct updater for your system:
  2. 64 Bit Updater wget http://www.zvps.co.uk/sites/default/files/downloads/centos-6-3/package/installer-x86_64-10-0-1.sh.x.tar.gz

    Or

    32 Bit Updater wget http://www.zvps.co.uk/sites/default/files/downloads/centos-6-3/package/installer-x86-10-0-1.sh.x.tar.gz

  3. Unzip the tarball
  4. 64 Bit Updater tar -xf installer-x86_64-10-0-1.sh.x.tar.gz

    Or

    32 Bit Updater tar -xf installer-x86-10-0-1.sh.x.tar.gz

  5. Change the script to be executable
  6. 64 Bit Updater chmod +x installer-x86_64-10-0-1.sh.x

    Or

    32 Bit Updater chmod +x installer-x86-10-0-1.sh.x

  7. Run the ZPanelX installer
  8. 64 Bit Updater ./installer-x86_64-10-0-1.sh.x

    Or

    32 Bit Updater ./installer-x86-10-0-1.sh.x

  9. Follow the on screen instructions during the update.
  10. At the end please record down the mysql root password. (you will need this to access mysql via the root user and also for running future updates to zpanel) All Passwords are stored in /root/passwords.txt
  11. Lastly run the following command to fix the zpanel stored IP (broken api call) REPLACE 0's with your actual public IP:
  12. setso --set server_ip 000.000.000.000