try this
Setup CyberPanel without port 8090 (OpenLiteSpeed)
Steps above are common whether you run OpenLiteSpeed or LiteSpeed Enterprise Web server. But now you need to do thing differently. We will discuss OpenLiteSpeed first.
Open command line and edit: /usr/local/lsws/conf/httpd_config.conf
Paste following content:
extprocessor cyberpanel {
type proxy
address https://switch.cyberpanel.net:8090
maxConns 100
pcKeepAliveTimeout 60
initTimeout 60
retryTimeout 0
respBuffer 0
}
Please replace https://switch.cyberpanel.net:8090 with the domain you choose in Step 1.
Use Rewrite Rules to Proxy to port 8090
You can now use rewrite rules to proxy traffic to port 8090, now edit rewrite rules for the domain you choose in Step 1 using the rewrite rule guide. You can use these rules:
REWRITERULE ^(.*)$ HTTP://cyberpanel/$1 [P]
Once done, you can now visit CyberPanel on your domain without port 8090. You can also visit PHPMyAdmin and Rainloop.