Hi,
I don’t know if it’s to do with the hack or just a coincidence but when I go to log into my CyberPanel (https://myIp:8090/base/) I get an internal error with the message “The server encountered an unexpected condition which prevented it from fulfilling the request.” The network tab tells me it’s a “500 Internal Error”.
I can still log onto my VM with Putty and I think things look okay, the databases are there and my website is running normally (though the jar did stop three days in a row a week ago, that normally only happens once every few months).
When I first noticed it I tried to upgrade my CyberPanel following instructions here but the command
sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh || wget -O - https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgrade.sh)
gave me the error “protobuf requires Python ‘>=3.7’ but the running Python is 3.6.8”.
I came back to it today and have installed pyenv so that I can have a different version of python running. If I do “python3 --version” it tells me I’m running 3.11.3. Good, I thought, I’ll run the initial command again, but I get the same error message saying my python is 3.6.8.
So, quick question - how can I run the upgrade command so that it’ll use the right version of python? Also, should I be in a particular directory/folder when I run it?
I’ve also tried restarting the panel with “systemctl restart lscpd” and that appears to work, or at least it doesn’t complain. But no difference when I go to the panel.
From another thread when I first looked at this I saw a few log files to look at, I did that (can’t remember which ones) but there was nothing I thought was useful.
Thanks in advance.
cheers
