Removing port 8090 is not working

I am using CyberPanel with Cloudflare and I want to remove port 8090 when accessing CyberPanel even when I’m using proxied Cloudflare(orange cloud).

I followed these instructions from How to remove port 8090 from CyberPanel - #2 by lmilani - Blog Posts - CyberPanel Community

However, it doesn’t work. These are my config for the XML file and the rewrite rule.

httpd_config.xml

proxy cyberpanel panel.quiklaunch.com 100 60 60 0 0 ...

For the rewrite rule,

  1. I access CyberPanel in port 8090
  2. Click Websites and select the website that I specifically created for this redirect.
  3. Under Configurations, I click Rewrite Rules and then I added

RewriteEngine On
REWRITERULE ^(.*)$ HTTP://cyberpanel/$1 [P]

I saved and exit. Then I tried accessing but it failed.

With Cloudflare proxied on, I could access it with https://panel.quiklaunch.com. I can’t even access https://panel.quiklaunch.com:8090. With proxied off(grey cloud), I can access the panel through https://panel.quiklaunch.com:8090, but not without 8090 port.

Can someone help me please?

1 Like