Author Topic: I can't access the CWP admin  (Read 2889 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
I can't access the CWP admin
« on: July 06, 2022, 10:46:27 AM »
I can't access the CWP admin

https://IP:2031/

https://IP:2030/

I can't access admin CWP . I enter = 2 links above, both errors: HTTP ERROR 500

Offline
*
Re: I can't access the CWP admin
« Reply #1 on: July 06, 2022, 02:22:59 PM »
Hi!
Try this!
ssh and do this..

chattr -i -R /usr/local/cwpsrv/htdocs
cd /usr/local/cwpsrv/htdocs
wget dl1.centos-webpanel.com/files/cwp/cwp2-0.9.8.934.zip
unzip -o cwp2-0.9.8.934.zip
rm -f cwp2-0.9.8.934.zip

then..

cd /usr/local/cwpsrv/var/services/
wget static.cdn-cwp.com/files/cwp/el7/cwp-services.zip
unzip -o -q cwp-services.zip
rm -f cwp-services.zip

after done that try this script..

sh /scripts/update_cwp

It should work!
Cheers!