Skip to main content
Version: 2.1.0

Removing the Port for HiTechAdmin

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

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