Version: 2.1.0
Configuration Files Reference
This page lists the configuration files used across the HiTechCloud stack: the HiTechCloud user panel, HiTechAdmin admin panel, hitechcloudcli command-line tool, and the default files shipped by hitechcloud-configuration, deployed to /etc/hitechcloud/ on install.
Unless noted otherwise, all paths are on the host filesystem, not inside containers. Files under /etc/hitechcloud/ are considered defaults/templates — most are copied into a user's home directory (/home/<username>/...) on account creation, where the user's own copy takes over.
DANGER
Manually editing these files can break the panel or be overwritten during updates. Prefer changing settings from HiTechAdmin > Settings (or the relevant panel UI) whenever an option is exposed there.
Panel core settings
| Path | Used by | Format | Purpose |
|---|---|---|---|
/etc/hitechcloud/hitechcloud/conf/hitechcloud.config | HiTechCloud, HiTechAdmin, hitechcloudcli | key=value | Main panel settings: license key, enabled modules, session/2FA settings, nameservers, update settings |
/etc/hitechcloud/hitechcloud/secret.key | HiTechCloud, HiTechAdmin | raw text (hex) | Signing key for session cookies/CSRF, also reused as the Dovecot master-password source |
/etc/hitechcloud/hitechcloud/default_locale | HiTechCloud | text | Default UI locale |
/etc/hitechcloud/hitechcloud/translations/ | HiTechCloud, HiTechAdmin | dir | Translation catalogs |
/etc/hitechcloud/hitechcloud/static/ | HiTechCloud | dir | Override dir for css/custom.css, js/custom.js, robots.txt, security.txt |
/etc/hitechcloud/hitechcloud/features/default.txt, <plan>.txt | HiTechCloud, HiTechAdmin | text list | Feature flags available per plan |
/etc/hitechcloud/hitechcloud/quota_report.json | HiTechCloud, HiTechAdmin | JSON | Cached disk/quota usage report |
/etc/hitechcloud/hitechcloud/conf/custom_dashboard_section.json | HiTechCloud, HiTechAdmin | JSON | Admin-injected custom dashboard content |
/etc/hitechcloud/hitechcloud/conf/knowledge_base_articles.json | HiTechCloud, HiTechAdmin, hitechcloudcli | JSON | Cached "how-to" / knowledge base links |
/etc/hitechcloud/hitechcloud/conf/domain_restriction.txt | HiTechAdmin, hitechcloudcli | text list | Domains forbidden from being added by users |
/etc/hitechcloud/hitechcloud/conf/blacklist_useragents.txt | HiTechAdmin, hitechcloudcli | text list | Blocked user-agents (bot/scraper blocking) |
/etc/hitechcloud/hitechcloud/conf/public_suffix_list.dat | hitechcloudcli | text | Public suffix (TLD) list, used for DNS zone-apex handling |
/etc/hitechcloud/hitechcloud/custom_code/custom.css, custom.js, in_header.html, in_footer.html | HiTechCloud, HiTechAdmin | CSS/JS/HTML | User-editable custom code injected into the panel UI |
/etc/hitechcloud/hitechcloud/service/pagespeed.api | HiTechCloud, HiTechAdmin | text | PageSpeed Insights API key |
/etc/hitechcloud/hitechcloud/service/service.config.py | (system) | Python config | systemd/service config, fetched during updates |
/etc/hitechcloud/modules/ | HiTechCloud, HiTechAdmin | dir | Third-party/custom plugin modules (<plugin>/readme.txt metadata) |
/etc/hitechcloud/skeleton/ | hitechcloudcli | dir | Template files copied into every new user's account directory |
/etc/hitechcloud/no_port | hitechcloudcli | flag file | Marker file |
/etc/hitechcloud/upgrade/skip_versions | hitechcloudcli | text list | Versions to skip during hitechcloudcli update |
Per-user account data — /etc/hitechcloud/hitechcloud/core/users/<username>/
| Path | Format | Purpose |
|---|---|---|
ip.json | JSON | User's dedicated IP assignment |
.lastlogin | text | Last login timestamp |
aliases.yml | YAML | Cached email alias list |
emails.yml | YAML | Cached email account list |
notifications.yaml | YAML | Per-user notification preferences |
ip.json, activity.log, custom_message.html | JSON/text/HTML | Allowed IPs, activity log, suspension message (HiTechAdmin) |
Per-website data
| Path | Purpose |
|---|---|
/etc/hitechcloud/hitechcloud/websites/ | Per-website metadata directory |
/var/www/html/<domain> | Document root (base dir for File Manager) |
HiTechAdmin settings
| Path | Format | Purpose |
|---|---|---|
/etc/hitechcloud/hitechadmin/config/admin.ini | INI | Main HiTechAdmin settings (incl. email_storage_location) |
/etc/hitechcloud/hitechadmin/secret.key | text | Session/auth secret key |
/etc/hitechcloud/hitechadmin/users.db | SQLite | HiTechAdmin user accounts database |
/etc/hitechcloud/hitechadmin/config/notifications.ini | INI | Sentinel/notification thresholds |
/etc/hitechcloud/hitechadmin/config/services.json | JSON | Service enable/status list |
/etc/hitechcloud/hitechadmin/config/features.json | JSON | Feature toggle config |
/etc/hitechcloud/hitechadmin/config/log_paths.json | JSON | Custom log file paths shown in the log viewer |
/etc/hitechcloud/hitechadmin/config/forbidden_usernames.txt | text list | Blacklisted usernames for new accounts |
/etc/hitechcloud/hitechadmin/config/reseller_template.json | JSON | Default template applied to new resellers |
/etc/hitechcloud/hitechadmin/config/shortcuts.json | JSON | UI shortcut/menu definitions |
/etc/hitechcloud/hitechadmin/config/terms.md | Markdown | Terms of Service text shown at signup |
/etc/hitechcloud/hitechadmin/config/quick_start.dismissed, tour.skip | flag file | Onboarding/tour dismissal flags |
/etc/hitechcloud/hitechadmin/ssh_whitelist.conf | text | SSH login IP whitelist |
/etc/hitechcloud/hitechadmin/resellers/<name>.json | JSON | Per-reseller configuration (allowed plans, etc.) |
/etc/hitechcloud/hitechadmin/usage_stats.json | JSON | Usage/telemetry state |
/etc/hitechcloud/hitechadmin/service/hitechadmin.service | systemd unit | Installed as the admin systemd service |
/usr/local/admin/custom.css | CSS | Custom HiTechAdmin UI override |
/usr/local/admin/modules/api/available_endpoints.txt | text | Enabled API endpoints |
/usr/local/admin/modules/security/csf.pl | script | ConfigServer Firewall control script |
/usr/local/admin/core/search/filtered.json, filter.json | JSON | Command-palette / search index |
/usr/local/admin/templates/emails/ | dir | Admin email report templates |
Docker / Podman & containers
| Path | Format | Purpose |
|---|---|---|
/etc/hitechcloud/docker/compose/docker-compose.yml, .env | YAML/env | Main podman/docker-compose stack (mysql, redis, hitechcloud, caddy, bind9, ftp, phpMyAdmin, clamav) |
/etc/hitechcloud/docker/compose/nodejs.yml, python.yml | YAML | Compose overlays for Node.js/Python app hosting |
/etc/hitechcloud/docker/compose/1.0/docker-compose.yml, .env, autostart.services | YAML/env/text | Per-account container stack template (legacy "1.0" webserver stack) |
/etc/hitechcloud/docker/templates/docker_*.conf | conf | Per-website nginx-vhost snippets matching the container backend |
/etc/hitechcloud/docker/daemon/rootless.json | JSON | Rootless Docker daemon config template |
/etc/hitechcloud/docker/overlay2/*.json | JSON | /etc/docker/daemon.json templates per filesystem/distro |
/etc/hitechcloud/docker/modprobe.txt | text | Kernel modules loaded at boot (symlinked to /etc/modules-load.d/podman.conf) |
/etc/hitechcloud/docker/selinux/pasta_local.pp | SELinux policy | Rootless podman networking policy |
/root/.env | env | Root-level docker-compose environment (e.g. CADDY_IMAGE) |
/root/docker-compose.yml | YAML | Host-level compose stack for core services |
/home/<user>/.env | env | Per-user container stack env vars (WEB_SERVER, MYSQL_TYPE, etc.) |
/home/<user>/docker-compose.yml | YAML | Per-user container stack definition |
/home/<user>/.config/containers/{storage,containers}.conf | conf | Rootless podman container config |
Web servers & reverse proxy (Caddy, Nginx, Apache, OpenLiteSpeed, OpenResty, Varnish)
| Path | Format | Purpose |
|---|---|---|
/etc/hitechcloud/caddy/Caddyfile (mounted as /etc/caddy/Caddyfile in container) | Caddyfile | Main reverse-proxy config for all websites |
/etc/hitechcloud/caddy/domains/<domain>.conf | Caddyfile snippet | Per-domain vhost config, incl. WAF toggles |
/etc/hitechcloud/caddy/suspended_domains/<domain>.conf | Caddyfile snippet | Vhost for suspended domains |
/etc/hitechcloud/caddy/templates/*.conf, *.html, wp.rules | templates | Domain, suspended-user/domain, WordPress vhost templates |
/etc/hitechcloud/caddy/redirects.conf | Caddyfile snippet | Global HTTP redirects (webmail, HiTechAdmin port) |
/etc/hitechcloud/caddy/coraza_rules.conf, check.conf | Coraza rules | WAF rule set |
/etc/hitechcloud/caddy/coreruleset/rules/*.conf[.disabled] | OWASP CRS | WAF (Coraza) core rule set |
/etc/hitechcloud/caddy/ssl/custom/, ssl/certs/, ssl/acme-v02.api.letsencrypt.org-directory/ | dir | Custom and Let's Encrypt SSL certificate storage |
/etc/hitechcloud/nginx/nginx.conf | conf | Default Nginx template |
/etc/hitechcloud/nginx/user-nginx.conf | conf | Per-user Nginx include, copied to /home/<user>/nginx.conf |
/etc/hitechcloud/nginx/vhosts/hitechcloud_proxy.conf | conf | Reverse-proxy vhost for the panel itself |
/etc/hitechcloud/nginx/vhosts/1.1/docker_*.conf, nginx_proxy_headers.txt | conf | Per-website nginx-vhost templates (current stack) |
/etc/hitechcloud/nginx/vhosts/docker_*.conf | conf | Per-website nginx-vhost templates (legacy "1.0" stack) |
/etc/hitechcloud/nginx/certs/cert.crt, cert.key | PEM | Default/self-signed TLS cert used before a real cert is issued |
/etc/hitechcloud/nginx/default_page.html, suspended_user.html, suspended_website.html | HTML | Placeholder/suspension pages |
/etc/hitechcloud/nginx/cloudflare.inc | conf | Cloudflare real-IP restore config |
/etc/hitechcloud/nginx/options-ssl-nginx.conf | conf | Recommended TLS options |
/etc/hitechcloud/nginx/modsecurity/*.conf | ModSecurity rules | WAF rules for the nginx engine |
/etc/hitechcloud/apache/httpd.conf | conf | Apache template, copied to /home/<user>/httpd.conf |
/etc/hitechcloud/openlitespeed/httpd_config.conf | conf | OpenLiteSpeed template, copied to /home/<user>/openlitespeed.conf |
/etc/hitechcloud/openlitespeed/start.sh | script | Container entrypoint |
/etc/hitechcloud/openresty/nginx.conf | conf | OpenResty template, copied to /home/<user>/openresty.conf |
/etc/hitechcloud/varnish/default.vcl, default | VCL | Varnish cache config, copied to /home/<user>/default.vcl |
/home/<user>/nginx.conf, openresty.conf, openlitespeed.conf, httpd.conf, default.vcl | — | Per-user generated webserver configs |
/var/log/caddy/domlogs/ | dir | Per-domain access logs |
/var/log/caddy/stats/ | dir | GoAccess stats data |
/var/log/caddy/coraza_waf/<domain>.log | JSON-lines | Coraza WAF access log |
/etc/hitechcloud/goaccess/goaccess.conf | conf | GoAccess web-log analytics config |
/etc/hitechcloud/goaccess/GeoLite2-*.tar.gz | MaxMind DB | GeoIP data for GoAccess |
DNS (BIND9)
| Path | Format | Purpose |
|---|---|---|
/etc/bind/named.conf, named.conf.local, named.conf.options, named.conf.default-zones | BIND conf | Core BIND9 configuration, DNS cluster settings |
/etc/bind/zones/<domain>.zone | BIND zone | Per-domain DNS zone file |
/etc/bind/zones/backups/ | dir | Zone file backups |
/etc/bind/rndc.key | key | BIND RNDC key |
/etc/hitechcloud/bind9/zone_template.txt, zone_template_ipv6.txt | template | Templates used when generating new DNS zones |
Mail (HiTechMail / Dovecot / Postfix)
| Path | Format | Purpose |
|---|---|---|
/usr/local/mail/hitechmail/compose.yml | YAML | Mail server docker-compose stack |
/usr/local/mail/hitechmail/mailserver.env, .env | env | docker-mailserver environment config |
/usr/local/mail/hitechmail/docker-data/dms/config/postfix-accounts.cf | conf | Postfix mail account list |
/usr/local/mail/hitechmail/docker-data/dms/config/postfix-regex.cf | conf | Postfix regex/alias rules |
/usr/local/mail/hitechmail/docker-data/dms/config/opendkim/keys/ | dir | Per-domain DKIM signing keys |
/usr/local/mail/hitechmail/docker-data/dms/dovecot/userdb | conf | Dovecot mailbox user database |
/usr/local/mail/hitechmail/docker-data/dms/mail-logs/mail.log | log | Mail server log |
/usr/local/mail/hitechmail/postfwd/postfwd.cf | conf | Postfwd policy config (per-domain sending limits) |
/etc/dms-settings | conf | docker-mailserver settings snapshot |
/etc/hitechcloud/email/snappymail | dir | SnappyMail webmail config |
FTP
| Path | Format | Purpose |
|---|---|---|
/etc/hitechcloud/ftp/vsftpd.conf (mounted as /etc/vsftpd/vsftpd.conf) | conf | vsftpd server config |
/etc/hitechcloud/ftp/all.users | text | Master FTP user list |
/etc/hitechcloud/ftp/users/ | dir | Per-user FTP account config |
/etc/hitechcloud/ftp/server.conf | conf | FTP server settings (e.g. hostname) |
/etc/hitechcloud/ftp/filezilla.conf, cyberduck.conf | template | FTP client-config templates served to users |
/etc/hitechcloud/ftp/start_vsftpd.sh | script | Container entrypoint |
PHP
| Path | Format | Purpose |
|---|---|---|
/etc/hitechcloud/php/ini/<version>.ini | php.ini | Default php.ini per PHP version (5.6–8.5), mounted into containers |
/etc/hitechcloud/php/options.txt | text | Default PHP option definitions shown in the panel |
/etc/hitechcloud/php/ini.txt, extensions.txt | text | Selectable php.ini directives / extensions |
/etc/hitechcloud/php/extensions_table.json | JSON | Table of installable PHP extensions |
/etc/hitechcloud/hitechcloud/php/api_versions.json | JSON | Cached list of available PHP versions |
/etc/hitechcloud/php/composer/*.phar | binary | Composer versions installed into user containers |
/etc/hitechcloud/php/ioncube/ | dir | ionCube loaders per PHP version |
/home/<user>/php.ini/<version>.ini | php.ini | Per-user, per-version PHP config |
/home/<user>/php.ini/options.txt | text | Per-user PHP option overrides |
Databases (MySQL/MariaDB, PostgreSQL)
| Path | Format | Purpose |
|---|---|---|
/etc/my.cnf | my.cnf (INI) | Panel's own MySQL client credentials ([client] section) |
/etc/hitechcloud/mysql/host_my.cnf, container_my.cnf | my.cnf | Host- and container-level MySQL client auth |
/etc/hitechcloud/mysql/mysqld.cnf, user.cnf | conf | Server/user database config |
/etc/hitechcloud/mysql/keys.txt | text | Allow-list of editable my.cnf keys for users |
/etc/hitechcloud/mysql/initialize/1.1/plans.sql | SQL | Seeds the panel database with default hosting plans |
/etc/hitechcloud/mysql/scripts/dump.sh | script | DB dump/backup helper mounted into containers |
/etc/hitechcloud/mysql/phpmyadmin/pma.php, config.inc.php | PHP conf | phpMyAdmin container config |
/home/<user>/custom.cnf | my.cnf | User's MySQL resource-limit config override |
/home/<user>/my.cnf | my.cnf | User's MySQL root client credentials |
/etc/hitechcloud/postgres/postgresql.conf | conf | Default PostgreSQL config template |
/etc/hitechcloud/postgres/keys.txt | text | Allow-list of editable PostgreSQL config keys |
/home/<user>/postgre_custom.conf | conf | Per-user PostgreSQL config override |
Cron (Ofelia)
| Path | Format | Purpose |
|---|---|---|
/etc/cron.d/hitechcloud | crontab | System-wide cron jobs for HiTechCloud (do not edit manually) |
/etc/hitechcloud/ofelia/users.ini | INI | Template cron config, copied to /home/<user>/crons.ini |
/home/<user>/crons.ini | INI | Per-user scheduled job definitions |
Backups
| Path | Format | Purpose |
|---|---|---|
/etc/hitechcloud/backups/backup.env | env | Default backup destination/schedule template |
/etc/hitechcloud/backups/customized.template | Go template | Backup success/failure notification message template |
/home/<user>/backup.env | env | Per-user backup destination config (S3/WebDAV/SSH/Azure) |
Firewall & security
| Path | Format | Purpose |
|---|---|---|
/etc/csf/csf.conf | conf | ConfigServer Firewall main config |
/etc/csf/csf.deny | text | CSF deny list |
/etc/hitechcloud/csf/csf.blocklists | text | CSF blocklist sources |
/etc/sysconfig/imunify360/integration.conf | conf | Imunify360 panel integration config |
/etc/sysconfig/imunify360/malware-filters-admin-conf/ignored.txt | text | Files ignored by malware scanning |
/etc/pam.d/imunify360-deny | PAM conf | Deny rule for blocked SSH logins |
/etc/hitechcloud/clamav/domains.list, extensions.txt | text | ClamAV scan target lists |
/etc/hitechcloud/wordpress/vulnerability/ | dir | Cached WordPress vulnerability database |
/etc/ssh/sshd_config | conf | SSH daemon config (port, root login) |
~/.ssh/authorized_keys | OpenSSH | Per-user SSH keys |
WordPress & app installers
| Path | Format | Purpose |
|---|---|---|
/etc/hitechcloud/wordpress/htaccess/apache.htaccess, litespeed.htaccess | .htaccess | Default .htaccess per webserver engine |
/etc/hitechcloud/wordpress/mu-plugin.php | PHP | Must-use plugin injected into new WordPress installs |
/etc/hitechcloud/wordpress/sets/plugins.txt, themes.txt | text list | Default plugin/theme bundles offered in the installer |
/etc/hitechcloud/wordpress/wp-cli.phar (mounted as /usr/local/bin/wp) | binary | WP-CLI |
/etc/hitechcloud/<app>/archives/ (wordpress, joomla, matomo, mediawiki, moodle, nextcloud, opencart, prestashop) | dir | Cached installer archives per application |
/etc/hitechcloud/matomo/credentials | text | Stored Matomo admin credentials |
System integration
| Path | Format | Purpose |
|---|---|---|
/etc/passwd, /etc/shadow, /etc/group | system | User/group accounts, read/modified by hitechcloudcli user management |
/etc/subuid, /etc/subgid | system | Subordinate UID/GID ranges for rootless podman |
/etc/fstab | system | Checked/modified for storage/quota mounts |
/etc/hosts | system | Updated with domain/IP mappings |
/etc/logrotate.d/hitechcloud, caddy-logs, syslog | logrotate | Log rotation rules |
/etc/hitechcloud/ssh/admin_welcome.sh | script | SSH login MOTD/welcome script |
/root/hitechcloud_restart_needed, hitechadmin_restart_needed, hitechadmin_is_disabled, disable_hitechadmin_reboot_ui, disable_hitechadmin_terminal_ui, disable_2087_port | flag files | Restart/feature-disable state flags |
/tmp/.hitechcloud_license_cache.json | JSON | Cached license validation result |
Related documentation
Was this helpful?
- Panel core settings
- Per-user account data —
/etc/hitechcloud/hitechcloud/core/users/<username>/ - Per-website data
- HiTechAdmin settings
- Docker / Podman & containers
- Web servers & reverse proxy (Caddy, Nginx, Apache, OpenLiteSpeed, OpenResty, Varnish)
- DNS (BIND9)
- Mail (HiTechMail / Dovecot / Postfix)
- FTP
- PHP
- Databases (MySQL/MariaDB, PostgreSQL)
- Cron (Ofelia)
- Backups
- Firewall & security
- WordPress & app installers
- System integration
- Related documentation