Version: 1.7.49
Removing the Port for OpenPanel
By default, the OpenPanel interface runs on a Gunicorn web server, while all other websites run on Caddy. This setup ensures that the admin panel remains accessible even if the main web server is down.
If you want to remove the port number for OpenPanel and access it directly via your domain (e.g., https://yourdomain.com/), follow these steps:
- Set port to
443:opencli port set 443 - Restart services to apply the change:
docker restart openpanel caddy
Was this helpful?