How to upgrade CyberPanel?

CyberPanel is the first control panel that uses OpenLiteSpeed as a web server. CyberPanel comes with two versions one is simply called CyberPanel and the other is Called CyberPanel Ent. CyberPanel comes with OpenLiteSpeed and is completely free for an unlimited number of domains and worker processes.

Upgrading of CyberPanel is fairly easy. The upgrading must be run as root (sudo will not work).

The following commands can be used to upgrade to the latest version.

sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)

ImportError: cannot import name integer_types

If you run into above-mentioned error, run the following command:

pip install requests urllib3 pyOpenSSL --upgrade

For more information, read the docs: http://cyberpanel.net/docs

Leave a Reply