Remove Port 8090 from URL
Note: If you're using Cloudflare for DNS management then you have to disable the proxied DNS record for the subdomain you want to use for Cyberpanel. Because Cloudflare blocks port 8090 (Reference)
Add a new website using Cyberpanel that will have the domain/subdomain which will be used to go to the cyberpanel
SSH into the VPS terminal and make sure you're the root user by using the
sudo su
commandGo to the directory where
httpd_config.conf
file is
Edit the
httpd_config.conf
file
Add the following code inside
httpd_config.conf
and make sure there's no duplicate
Go to the cyberpanel and edit the website you're using for cyberpanel
Click on rewrite rules and add the following code:
Restart OpenLiteSpeed to apply the changes using the following command
Congratulations, Now you can access Cyberpanel using a normal domain name without appending the port number. For example https://c01.sikka.io
Last updated