Upgrading CyberPanel
The following command 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)
Upgrading CyberPanel to a specific version
https://raw.githubusercontent.com/usmannasir/cyberpanel/<branch name>/cyberpanel_upgrade.sh
Replace with actual branch name from Github, branching schemes are described in CyberPanel contribution docs.
Updates between official versions
Even when there hasn’t been a new version of CyberPanel officially released, there are always minor updates happening behind the scenes. In order to take advantage of these, you can upgrade CyberPanel at any time.
To see a list of updates, you can visit the CyberPanel github repo’s commit log: Commits · usmannasir/cyberpanel (github.com)