Skip to main content
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

PathUsed byFormatPurpose
/etc/hitechcloud/hitechcloud/conf/hitechcloud.configHiTechCloud, HiTechAdmin, hitechcloudclikey=valueMain panel settings: license key, enabled modules, session/2FA settings, nameservers, update settings
/etc/hitechcloud/hitechcloud/secret.keyHiTechCloud, HiTechAdminraw text (hex)Signing key for session cookies/CSRF, also reused as the Dovecot master-password source
/etc/hitechcloud/hitechcloud/default_localeHiTechCloudtextDefault UI locale
/etc/hitechcloud/hitechcloud/translations/HiTechCloud, HiTechAdmindirTranslation catalogs
/etc/hitechcloud/hitechcloud/static/HiTechClouddirOverride dir for css/custom.css, js/custom.js, robots.txt, security.txt
/etc/hitechcloud/hitechcloud/features/default.txt, <plan>.txtHiTechCloud, HiTechAdmintext listFeature flags available per plan
/etc/hitechcloud/hitechcloud/quota_report.jsonHiTechCloud, HiTechAdminJSONCached disk/quota usage report
/etc/hitechcloud/hitechcloud/conf/custom_dashboard_section.jsonHiTechCloud, HiTechAdminJSONAdmin-injected custom dashboard content
/etc/hitechcloud/hitechcloud/conf/knowledge_base_articles.jsonHiTechCloud, HiTechAdmin, hitechcloudcliJSONCached "how-to" / knowledge base links
/etc/hitechcloud/hitechcloud/conf/domain_restriction.txtHiTechAdmin, hitechcloudclitext listDomains forbidden from being added by users
/etc/hitechcloud/hitechcloud/conf/blacklist_useragents.txtHiTechAdmin, hitechcloudclitext listBlocked user-agents (bot/scraper blocking)
/etc/hitechcloud/hitechcloud/conf/public_suffix_list.dathitechcloudclitextPublic suffix (TLD) list, used for DNS zone-apex handling
/etc/hitechcloud/hitechcloud/custom_code/custom.css, custom.js, in_header.html, in_footer.htmlHiTechCloud, HiTechAdminCSS/JS/HTMLUser-editable custom code injected into the panel UI
/etc/hitechcloud/hitechcloud/service/pagespeed.apiHiTechCloud, HiTechAdmintextPageSpeed Insights API key
/etc/hitechcloud/hitechcloud/service/service.config.py(system)Python configsystemd/service config, fetched during updates
/etc/hitechcloud/modules/HiTechCloud, HiTechAdmindirThird-party/custom plugin modules (<plugin>/readme.txt metadata)
/etc/hitechcloud/skeleton/hitechcloudclidirTemplate files copied into every new user's account directory
/etc/hitechcloud/no_porthitechcloudcliflag fileMarker file
/etc/hitechcloud/upgrade/skip_versionshitechcloudclitext listVersions to skip during hitechcloudcli update

Per-user account data — /etc/hitechcloud/hitechcloud/core/users/<username>/

PathFormatPurpose
ip.jsonJSONUser's dedicated IP assignment
.lastlogintextLast login timestamp
aliases.ymlYAMLCached email alias list
emails.ymlYAMLCached email account list
notifications.yamlYAMLPer-user notification preferences
ip.json, activity.log, custom_message.htmlJSON/text/HTMLAllowed IPs, activity log, suspension message (HiTechAdmin)

Per-website data

PathPurpose
/etc/hitechcloud/hitechcloud/websites/Per-website metadata directory
/var/www/html/<domain>Document root (base dir for File Manager)

HiTechAdmin settings

PathFormatPurpose
/etc/hitechcloud/hitechadmin/config/admin.iniINIMain HiTechAdmin settings (incl. email_storage_location)
/etc/hitechcloud/hitechadmin/secret.keytextSession/auth secret key
/etc/hitechcloud/hitechadmin/users.dbSQLiteHiTechAdmin user accounts database
/etc/hitechcloud/hitechadmin/config/notifications.iniINISentinel/notification thresholds
/etc/hitechcloud/hitechadmin/config/services.jsonJSONService enable/status list
/etc/hitechcloud/hitechadmin/config/features.jsonJSONFeature toggle config
/etc/hitechcloud/hitechadmin/config/log_paths.jsonJSONCustom log file paths shown in the log viewer
/etc/hitechcloud/hitechadmin/config/forbidden_usernames.txttext listBlacklisted usernames for new accounts
/etc/hitechcloud/hitechadmin/config/reseller_template.jsonJSONDefault template applied to new resellers
/etc/hitechcloud/hitechadmin/config/shortcuts.jsonJSONUI shortcut/menu definitions
/etc/hitechcloud/hitechadmin/config/terms.mdMarkdownTerms of Service text shown at signup
/etc/hitechcloud/hitechadmin/config/quick_start.dismissed, tour.skipflag fileOnboarding/tour dismissal flags
/etc/hitechcloud/hitechadmin/ssh_whitelist.conftextSSH login IP whitelist
/etc/hitechcloud/hitechadmin/resellers/<name>.jsonJSONPer-reseller configuration (allowed plans, etc.)
/etc/hitechcloud/hitechadmin/usage_stats.jsonJSONUsage/telemetry state
/etc/hitechcloud/hitechadmin/service/hitechadmin.servicesystemd unitInstalled as the admin systemd service
/usr/local/admin/custom.cssCSSCustom HiTechAdmin UI override
/usr/local/admin/modules/api/available_endpoints.txttextEnabled API endpoints
/usr/local/admin/modules/security/csf.plscriptConfigServer Firewall control script
/usr/local/admin/core/search/filtered.json, filter.jsonJSONCommand-palette / search index
/usr/local/admin/templates/emails/dirAdmin email report templates

Docker / Podman & containers

PathFormatPurpose
/etc/hitechcloud/docker/compose/docker-compose.yml, .envYAML/envMain podman/docker-compose stack (mysql, redis, hitechcloud, caddy, bind9, ftp, phpMyAdmin, clamav)
/etc/hitechcloud/docker/compose/nodejs.yml, python.ymlYAMLCompose overlays for Node.js/Python app hosting
/etc/hitechcloud/docker/compose/1.0/docker-compose.yml, .env, autostart.servicesYAML/env/textPer-account container stack template (legacy "1.0" webserver stack)
/etc/hitechcloud/docker/templates/docker_*.confconfPer-website nginx-vhost snippets matching the container backend
/etc/hitechcloud/docker/daemon/rootless.jsonJSONRootless Docker daemon config template
/etc/hitechcloud/docker/overlay2/*.jsonJSON/etc/docker/daemon.json templates per filesystem/distro
/etc/hitechcloud/docker/modprobe.txttextKernel modules loaded at boot (symlinked to /etc/modules-load.d/podman.conf)
/etc/hitechcloud/docker/selinux/pasta_local.ppSELinux policyRootless podman networking policy
/root/.envenvRoot-level docker-compose environment (e.g. CADDY_IMAGE)
/root/docker-compose.ymlYAMLHost-level compose stack for core services
/home/<user>/.envenvPer-user container stack env vars (WEB_SERVER, MYSQL_TYPE, etc.)
/home/<user>/docker-compose.ymlYAMLPer-user container stack definition
/home/<user>/.config/containers/{storage,containers}.confconfRootless podman container config

Web servers & reverse proxy (Caddy, Nginx, Apache, OpenLiteSpeed, OpenResty, Varnish)

PathFormatPurpose
/etc/hitechcloud/caddy/Caddyfile (mounted as /etc/caddy/Caddyfile in container)CaddyfileMain reverse-proxy config for all websites
/etc/hitechcloud/caddy/domains/<domain>.confCaddyfile snippetPer-domain vhost config, incl. WAF toggles
/etc/hitechcloud/caddy/suspended_domains/<domain>.confCaddyfile snippetVhost for suspended domains
/etc/hitechcloud/caddy/templates/*.conf, *.html, wp.rulestemplatesDomain, suspended-user/domain, WordPress vhost templates
/etc/hitechcloud/caddy/redirects.confCaddyfile snippetGlobal HTTP redirects (webmail, HiTechAdmin port)
/etc/hitechcloud/caddy/coraza_rules.conf, check.confCoraza rulesWAF rule set
/etc/hitechcloud/caddy/coreruleset/rules/*.conf[.disabled]OWASP CRSWAF (Coraza) core rule set
/etc/hitechcloud/caddy/ssl/custom/, ssl/certs/, ssl/acme-v02.api.letsencrypt.org-directory/dirCustom and Let's Encrypt SSL certificate storage
/etc/hitechcloud/nginx/nginx.confconfDefault Nginx template
/etc/hitechcloud/nginx/user-nginx.confconfPer-user Nginx include, copied to /home/<user>/nginx.conf
/etc/hitechcloud/nginx/vhosts/hitechcloud_proxy.confconfReverse-proxy vhost for the panel itself
/etc/hitechcloud/nginx/vhosts/1.1/docker_*.conf, nginx_proxy_headers.txtconfPer-website nginx-vhost templates (current stack)
/etc/hitechcloud/nginx/vhosts/docker_*.confconfPer-website nginx-vhost templates (legacy "1.0" stack)
/etc/hitechcloud/nginx/certs/cert.crt, cert.keyPEMDefault/self-signed TLS cert used before a real cert is issued
/etc/hitechcloud/nginx/default_page.html, suspended_user.html, suspended_website.htmlHTMLPlaceholder/suspension pages
/etc/hitechcloud/nginx/cloudflare.incconfCloudflare real-IP restore config
/etc/hitechcloud/nginx/options-ssl-nginx.confconfRecommended TLS options
/etc/hitechcloud/nginx/modsecurity/*.confModSecurity rulesWAF rules for the nginx engine
/etc/hitechcloud/apache/httpd.confconfApache template, copied to /home/<user>/httpd.conf
/etc/hitechcloud/openlitespeed/httpd_config.confconfOpenLiteSpeed template, copied to /home/<user>/openlitespeed.conf
/etc/hitechcloud/openlitespeed/start.shscriptContainer entrypoint
/etc/hitechcloud/openresty/nginx.confconfOpenResty template, copied to /home/<user>/openresty.conf
/etc/hitechcloud/varnish/default.vcl, defaultVCLVarnish cache config, copied to /home/<user>/default.vcl
/home/<user>/nginx.conf, openresty.conf, openlitespeed.conf, httpd.conf, default.vclPer-user generated webserver configs
/var/log/caddy/domlogs/dirPer-domain access logs
/var/log/caddy/stats/dirGoAccess stats data
/var/log/caddy/coraza_waf/<domain>.logJSON-linesCoraza WAF access log
/etc/hitechcloud/goaccess/goaccess.confconfGoAccess web-log analytics config
/etc/hitechcloud/goaccess/GeoLite2-*.tar.gzMaxMind DBGeoIP data for GoAccess

DNS (BIND9)

PathFormatPurpose
/etc/bind/named.conf, named.conf.local, named.conf.options, named.conf.default-zonesBIND confCore BIND9 configuration, DNS cluster settings
/etc/bind/zones/<domain>.zoneBIND zonePer-domain DNS zone file
/etc/bind/zones/backups/dirZone file backups
/etc/bind/rndc.keykeyBIND RNDC key
/etc/hitechcloud/bind9/zone_template.txt, zone_template_ipv6.txttemplateTemplates used when generating new DNS zones

Mail (HiTechMail / Dovecot / Postfix)

PathFormatPurpose
/usr/local/mail/hitechmail/compose.ymlYAMLMail server docker-compose stack
/usr/local/mail/hitechmail/mailserver.env, .envenvdocker-mailserver environment config
/usr/local/mail/hitechmail/docker-data/dms/config/postfix-accounts.cfconfPostfix mail account list
/usr/local/mail/hitechmail/docker-data/dms/config/postfix-regex.cfconfPostfix regex/alias rules
/usr/local/mail/hitechmail/docker-data/dms/config/opendkim/keys/dirPer-domain DKIM signing keys
/usr/local/mail/hitechmail/docker-data/dms/dovecot/userdbconfDovecot mailbox user database
/usr/local/mail/hitechmail/docker-data/dms/mail-logs/mail.loglogMail server log
/usr/local/mail/hitechmail/postfwd/postfwd.cfconfPostfwd policy config (per-domain sending limits)
/etc/dms-settingsconfdocker-mailserver settings snapshot
/etc/hitechcloud/email/snappymaildirSnappyMail webmail config

FTP

PathFormatPurpose
/etc/hitechcloud/ftp/vsftpd.conf (mounted as /etc/vsftpd/vsftpd.conf)confvsftpd server config
/etc/hitechcloud/ftp/all.userstextMaster FTP user list
/etc/hitechcloud/ftp/users/dirPer-user FTP account config
/etc/hitechcloud/ftp/server.confconfFTP server settings (e.g. hostname)
/etc/hitechcloud/ftp/filezilla.conf, cyberduck.conftemplateFTP client-config templates served to users
/etc/hitechcloud/ftp/start_vsftpd.shscriptContainer entrypoint

PHP

PathFormatPurpose
/etc/hitechcloud/php/ini/<version>.iniphp.iniDefault php.ini per PHP version (5.6–8.5), mounted into containers
/etc/hitechcloud/php/options.txttextDefault PHP option definitions shown in the panel
/etc/hitechcloud/php/ini.txt, extensions.txttextSelectable php.ini directives / extensions
/etc/hitechcloud/php/extensions_table.jsonJSONTable of installable PHP extensions
/etc/hitechcloud/hitechcloud/php/api_versions.jsonJSONCached list of available PHP versions
/etc/hitechcloud/php/composer/*.pharbinaryComposer versions installed into user containers
/etc/hitechcloud/php/ioncube/dirionCube loaders per PHP version
/home/<user>/php.ini/<version>.iniphp.iniPer-user, per-version PHP config
/home/<user>/php.ini/options.txttextPer-user PHP option overrides

Databases (MySQL/MariaDB, PostgreSQL)

PathFormatPurpose
/etc/my.cnfmy.cnf (INI)Panel's own MySQL client credentials ([client] section)
/etc/hitechcloud/mysql/host_my.cnf, container_my.cnfmy.cnfHost- and container-level MySQL client auth
/etc/hitechcloud/mysql/mysqld.cnf, user.cnfconfServer/user database config
/etc/hitechcloud/mysql/keys.txttextAllow-list of editable my.cnf keys for users
/etc/hitechcloud/mysql/initialize/1.1/plans.sqlSQLSeeds the panel database with default hosting plans
/etc/hitechcloud/mysql/scripts/dump.shscriptDB dump/backup helper mounted into containers
/etc/hitechcloud/mysql/phpmyadmin/pma.php, config.inc.phpPHP confphpMyAdmin container config
/home/<user>/custom.cnfmy.cnfUser's MySQL resource-limit config override
/home/<user>/my.cnfmy.cnfUser's MySQL root client credentials
/etc/hitechcloud/postgres/postgresql.confconfDefault PostgreSQL config template
/etc/hitechcloud/postgres/keys.txttextAllow-list of editable PostgreSQL config keys
/home/<user>/postgre_custom.confconfPer-user PostgreSQL config override

Cron (Ofelia)

PathFormatPurpose
/etc/cron.d/hitechcloudcrontabSystem-wide cron jobs for HiTechCloud (do not edit manually)
/etc/hitechcloud/ofelia/users.iniINITemplate cron config, copied to /home/<user>/crons.ini
/home/<user>/crons.iniINIPer-user scheduled job definitions

Backups

PathFormatPurpose
/etc/hitechcloud/backups/backup.envenvDefault backup destination/schedule template
/etc/hitechcloud/backups/customized.templateGo templateBackup success/failure notification message template
/home/<user>/backup.envenvPer-user backup destination config (S3/WebDAV/SSH/Azure)

Firewall & security

PathFormatPurpose
/etc/csf/csf.confconfConfigServer Firewall main config
/etc/csf/csf.denytextCSF deny list
/etc/hitechcloud/csf/csf.blockliststextCSF blocklist sources
/etc/sysconfig/imunify360/integration.confconfImunify360 panel integration config
/etc/sysconfig/imunify360/malware-filters-admin-conf/ignored.txttextFiles ignored by malware scanning
/etc/pam.d/imunify360-denyPAM confDeny rule for blocked SSH logins
/etc/hitechcloud/clamav/domains.list, extensions.txttextClamAV scan target lists
/etc/hitechcloud/wordpress/vulnerability/dirCached WordPress vulnerability database
/etc/ssh/sshd_configconfSSH daemon config (port, root login)
~/.ssh/authorized_keysOpenSSHPer-user SSH keys

WordPress & app installers

PathFormatPurpose
/etc/hitechcloud/wordpress/htaccess/apache.htaccess, litespeed.htaccess.htaccessDefault .htaccess per webserver engine
/etc/hitechcloud/wordpress/mu-plugin.phpPHPMust-use plugin injected into new WordPress installs
/etc/hitechcloud/wordpress/sets/plugins.txt, themes.txttext listDefault plugin/theme bundles offered in the installer
/etc/hitechcloud/wordpress/wp-cli.phar (mounted as /usr/local/bin/wp)binaryWP-CLI
/etc/hitechcloud/<app>/archives/ (wordpress, joomla, matomo, mediawiki, moodle, nextcloud, opencart, prestashop)dirCached installer archives per application
/etc/hitechcloud/matomo/credentialstextStored Matomo admin credentials

System integration

PathFormatPurpose
/etc/passwd, /etc/shadow, /etc/groupsystemUser/group accounts, read/modified by hitechcloudcli user management
/etc/subuid, /etc/subgidsystemSubordinate UID/GID ranges for rootless podman
/etc/fstabsystemChecked/modified for storage/quota mounts
/etc/hostssystemUpdated with domain/IP mappings
/etc/logrotate.d/hitechcloud, caddy-logs, sysloglogrotateLog rotation rules
/etc/hitechcloud/ssh/admin_welcome.shscriptSSH login MOTD/welcome script
/root/hitechcloud_restart_needed, hitechadmin_restart_needed, hitechadmin_is_disabled, disable_hitechadmin_reboot_ui, disable_hitechadmin_terminal_ui, disable_2087_portflag filesRestart/feature-disable state flags
/tmp/.hitechcloud_license_cache.jsonJSONCached license validation result