CyberPanel Community

Can't Access Control Panel

Dz
DzMehedi #1

Hello,
Today I’m going to update my vps
run this command yum update
the update was success full and i’m going to access my cyberpanel control panel and i got error. i think its a paython error. need help to solve this problem.

5 replies
Dz
DzMehedi #3

Thanks,
Solved After Trying This

`pip uninstall requests
pip uninstall urllib3
yum remove python-urllib3
yum remove python-requests


yum install python-urllib3
yum install python-requests

reboot`
```
Dz
DzMehedi #4

Today i Update Cyberpanel. But I’m facing the same problem again…

Link: Removed

Please Help me solve the issue as early as possible.

us
usmannasir #5
rm -f upgrade.py; wget https://cyberpanel.net/upgrade.py; python upgrade.py
Dz
DzMehedi #6

Thanks.
Successfully Working Now :slight_smile:

Sign in to reply