Version: 2.1.0
2.0.3
Released on August 30, 2026
Polish
- Docker module in HiTechCloud UI is split into separate
terminal,change_image,change_ws, andchange_dbmodules (previously all bundled underdocker), so each can be enabled/disabled independently in HiTechAdmin > Settings > Modules. - New HiTechAdmin > Services > Podman page: podman info, image/volume/network listings, per-image pull/delete and bulk "pull all missing" / "delete unused" actions, per-image vulnerability (Trivy) scanning, and a system disk-usage breakdown.
- New HiTechAdmin > Server > Swap page to view swap usage and resize, create, or drop the swap file.
- New HiTechAdmin > Backups pages: system config backups (destination, trigger, one-click restore, run history) and user account backups.
- Added inline-edit options on HiTechAdmin > Users >
<username>: Locale, Web server, Database type, Varnish caching, and disabling 2FA. - Added a one-click full account export option on HiTechAdmin > Users > <username> > Export, with delete support.
- Extended the HiTechAdmin REST API with matching endpoints for Swap, Services > Podman, Backups, and User Export.
- Added autocompletion for all hitechcloudcli scripts.
- Added default sorting by size for table on Disk Usage Explorer module.
- Added auto-installer and manager pages for 10+ CMS types.
- Added support for Ruby apps on Auto-installer and Site Manager.
- Added a Security tab scan button (ClamAV, shared across every CMS) to Site Manager.
- Added a Env Vars Editor tab to Site Manager for NodeJS, Python and Ruby apps.
- Added option to bulk edit (update, backup, detach, delete) sites in Site Manager.
- PM2 module is split into python, nodejs, ruby modules.
- Added an option to clone python, nodejs, ruby, docker applications.
- Added backup and restore functionality to python, nodejs, ruby applications.
🐛 Bug Fixes
- Container log viewing fixed for Node.js/Python/Ruby — was reading a hardcoded Docker json-log file path that doesn't exist under podman; now uses podman logs directly.
- Memory %% typo fixed to Memory % in the service-status tooltip — confirmed it was the only stray instance (other %% usages elsewhere are intentional JS placeholder tokens, not this bug).
- Fixed duplicate rows in HiTechAdmin > Services > Podman's images table caused by shared-store images being listed twice.
- Fixed a layout bug on the HiTechAdmin Users list page.
- hitechcloudcli command processes keep pilling up #1078
- Fixed bug with translating Titles of pages in HiTechCloud UI.
Was this helpful?