VERSION MANAGEMENT - "upgrade to latest version"

Is written:
On this page you can manage versions and or upgrade to latest version of CyberPanel

Okay, where can I upgrade to the latest version on this page?

You have to run update thru ssh. Would be great feature just click button to update.

i have already suggest this but dev team said, better to use ssh (not exactly like that, but sound like that)
reason: security

may i know the ssh cmds to upgrade/update cyberpanel ?

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

it will overwrite new updates right ? Lets say i already have cyberpanel…So it will just rewrite the updated lines ? Is that how the ssh cmds mentioned above works buddy ?

It will safely update and keep all your stuff

1 Like