I’ve installed Cyber Panel with OpenLiteSpeed on a GCP micro instance with CentOS7, and although I can access the OpenLiteSpeed Control Panel I can’t access the Cyber Panel login, the latter timesout. I didn’t use the 1-click CyberPanel image, instead I used:
wget -O installer.sh https://cyberpanel.net/install.sh
I’ve opened ports 7080 and 8090 as shown in the nmap report below.
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:7080 0.0.0.0:* LISTEN 1025/openlitespeed
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 1025/openlitespeed
tcp 0 0 0.0.0.0:8090 0.0.0.0:* LISTEN 1037/lscpd (lscpd -
I saw another similar post from 2018 but without a solution at https://forums.cyberpanel.net/discussion/601/cyberpanel-cannot-be-accessed-from-google-cloud-platform
I didn’t realise that OpenLiteSpeed came with it’s own control panel, I had thought it would be simply a replacement for Apache, so I had thought I would just use CyberPanel to setup accounts/virtual hosts etc.
Any help in tracing the issue would be greatly appreciated. I only have limited experience with Linux/CentOS/Apache and no experience with OpenLireSpeed and CyberPanel.
2
Answers
I noted from another post that someone said installing using sudo would not work, so I deleted the instance, recreated, and installed using root user; made no difference.
At the end of the install I had missed seeing the list of ports that are required to be opened:
Although I had opened 7080 and 8090, I had not opened
and
I believe it was opening UDP:443 that allowed the Cyber Panel login page load.
try
if above returns 200/301/302 , then means panel page is OK
then
if above returns timeout or any error , that basically indicates firewall blocking it