Skip to main content
Version: 2.1.0

Custom HiTechCloud Templates

Templates offer a flexible way to customize the appearance of your control panel interface. Whether you're looking to align the panel's look with your brand identity or simply want to refresh its appearance, our template system provides the tools necessary to achieve your desired aesthetics.

Using Templates

HiTechCloud templates are designed to be easily interchangeable, allowing users to swiftly change the look and feel of their control panel without affecting the underlying functionality. This ensures that you can update the appearance of your control panel as often as you like, without any downtime or disruption to your operations.

To change theme for HiTechCloud, run command:

hitechcloudcli config update template PATH_HERE

instead of PATH_HERE set either just the folder name or a full path, example:

hitechcloudcli config update template "/home/custom_template/"

and restart service to apply: docker restart hitechcloud.


To change theme for HiTechAdmin, run command:

hitechcloudcli config update admin_template PATH_HERE

instead of PATH_HERE set either just the folder name or a full path, example:

hitechcloudcli config update admin_template "/home/custom_admin_template/"

and restart service to apply: service admin restart.


Creating Custom Templates

For those who require a more personalized touch, HiTechCloud allows the creation of custom templates. This option is perfect for users who want to integrate their brand colors, logos, and other design elements into their control panel.

To create new templates copy the default templates folders:

For HiTechCloud: docker cp hitechcloud:/templates/ /home/custom_template/

For HiTechAdmin: cp /user/local/admin/templates/ /home/custom_admin_template/

and then make the changes in html/css files.