General Settings
From this page Administrators can configure the domain to access both HiTechCloud and HiTechAdmin interfaces, as well as ports for those services.

Domain​
Both HiTechAdmin and HiTechCloud are accessed through the same single Hostname field: enter either a domain name or the server's IP address there, and both interfaces become reachable at https://HOSTNAME:PORT/.
To enable access to both HiTechAdmin and HiTechCloud through a domain name, such as srv.your-domain.com:2083, follow these three steps:
-
Set hostname: Set the desired subdomain as server hostname:
hostnamectl set-hostname server.example.net -
Configure DNS: Point the subdomain to the public IP of the server. Use a tool such as https://www.whatsmydns.net/ to check that domain is pointed to server ip.
-
Set in General Settings Set the domain name in the Hostname field on HiTechAdmin > Settings > General Settings.
You can also set a separate domain just for HiTechCloud UI
Set IP address for HiTechCloud​
To access HiTechCloud and HiTechAdmin via the server's public IP address, enter the IP address in the same Hostname field in HiTechAdmin > Settings > General Settings (this field accepts either a domain name or an IP address).
Ports​
Port configurations for HiTechAdmin and HiTechCloud interfaces can be modified from their default settings (2087 for HiTechAdmin and 2083 for HiTechCloud).
- To change the port for the HiTechCloud from the default
2083to another value, set the desired port in the "HiTechCloud port" field. - To change the port for the HiTechAdmin from the default
2087to another value, set the desired port in the "HiTechAdmin port" field.
Redirect​
By default, when users add a domain, the addition of "/hitechcloud" to the domain URL will redirect them to the HiTechCloud interface. However, you have the flexibility to customize this, such as changing it to "/awesome," allowing users to access their HiTechCloud via "their-domain.com/awesome".
To change the "/hitechcloud" to something else, simply set the value in the "/hitechcloud" field and click on save. Changes take effect instantly without service interruption.
Debugging (Dev Mode)​
Toggle Dev mode to enable verbose/detailed logging for HiTechCloud and HiTechAdmin, useful for error diagnostics. Logs can be viewed under HiTechAdmin > Services > View Log Files.
After saving, an HiTechAdmin restart is needed for the new value to take effect.