Can not access OpenLiteSpeed admin dashboard

#1
I just upgraded to the latest Ubuntu/cyberpanel version and I could not access my Cyberpanel admin area anymore.
things I already had setup before the upgrade:
I have removed port 8090 and placed the admin login on a subdomain. such as: CP.webdomain.com
for now
Cyberpanel is running when checked via ssh
websites are running and can be viewed but still not Cyber panel admin.
Your thoughts!!!
 

Cold-Egg

Administrator
#2
What's the output if you curl the web admin via the SSH console? Does it return a 301 or 200? If so, then it's a firewall issue somewhere.
Code:
curl -Iks https://127.0.0.1:7080/
 
Top