Skip to main content
Version: 1.7.52

Removing the Port for OpenAdmin

By default, the OpenAdmin 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 OpenAdmin and access it directly via your domain (e.g., https://yourdomain.com/), follow these steps:

  1. Set port to 443:
    opencli admin port 443
  2. Restart service to apply the change:
    service amdin restart