-
release-1.3.1 Stable
released this
2025-08-28 06:00:47 +00:00 | 97 commits to main since this releaseAdded several QOL features while also fixing many authentication, SSH, and API bugs and errors.
Update Log:
- Masked password in Host Viewer
- Improved File Manager UI (better File Operations panel)
- Retain focus on the terminal when switching tabs
- Renamed
HDD SpacetoRoot Storage - Greatly improved the login and homepage UI
Bug Fixes:
- Fixed SSH terminal timing out after only a few minutes (now it should be infinite)
- Fixed
connection closedlog flooding - Fixed trailing slashes with OIDC (Pocket ID Support)
- Fixed Termix not connecting on
localhostenvironments
Downloads
-
release-0.1.0 Stable
released this
2025-08-19 05:13:56 +00:00 | 138 commits to main since this releaseThe initial release of Termix. See README.md for more information.
Downloads
-
release-0.2.0 Stable
released this
2025-08-19 05:13:56 +00:00 | 138 commits to main since this releaseAdded the ability to create users and save hosts, and also fixed miscellaneous authentication issues.
Change Log:
- User System (create user, log in, guest user, all completely encrypted)
- Save Hosts (also encrypted)
- Improved Logging
Bug Fixes:
- Fixed Control V Pasting Formatting
- OpenSSH Key Auth
Downloads
-
release-0.3.0 Stable
released this
2025-08-19 05:13:56 +00:00 | 138 commits to main since this releaseAdded organizational features to hosts (folders, pinned connections, etc.), added nerd fonts and SSH timeouts.
Change Log:
- Added tags for host organization (also allows filtering by tags)
- Ability to pin connections
- Better folder system
- Confirm delete system (for hosts and users)
- Migrated from MongoDB to SQLite (DATA RESET!!!!)
- Snippets (paste content to multiple terminals)
- Terminal customizability
- Adjust SSH algorithms
- Nerd font support
- Can change the web frontend port
- Show terminal title when split screen
- Hosts with the same name have a (1) or (2), etc. added to them
- Admin system (block account creation)
Bug Fixes:
- Fixed SSH timeout
- SSH would not log out after use
- Reduce build size and time
Downloads
-
release-1.0.0 Stable
released this
2025-08-19 05:13:56 +00:00 | 138 commits to main since this releaseThis version includes a complete Typescript + Shadcn rewrite while also combining my projects Confix and Tunnelix into one simple solution for managing servers!
Downloads
-
release-1.0.1 Stable
released this
2025-08-19 05:13:56 +00:00 | 138 commits to main since this releaseQuick bug patch that fixed SSH timing out after only 60 seconds.
Downloads
-
release-1.1.0 Stable
released this
2025-08-19 05:13:56 +00:00 | 138 commits to main since this releaseAdded support for OIDC, nerdfonts, release note viewer, UTF-8 encoding, and hiding of passwords and sidebars.
Update log:
- Added OIDC with the ability to add a provider in the admin settings. This may be buggy because I was unable to fully test OIDC since it's very different depending on your provider. Please let me know of any issues.
- Added an update viewer to view a summary of all updates with a reminder to update your instance of Termix.
- Nerdfonts are now supported, including ohmyzsh
- Fixed
topoutput by supporting UTF-8 encoding. - Able to hide the SSH key password
- Hide the top bar and sidebar in the Tunnel (you can open it again by clicking on the side of your screen with the little gray bar)
Downloads
-
release-1.2.0 Stable
released this
2025-08-19 05:13:56 +00:00 | 138 commits to main since this releaseEnhanced admin page with increased user control, added JSON import hosts, improved alert system, and the ability to reset passwords and delete accounts.
Update Log:
- Added confirm and hide password in the signup page of authentication
- Added ability to reset password when logging in (done via Docker container logs)
- Added the ability to delete accounts by entering a confirmation password
- Improved the admin settings by allowing admins to view all users, delete their accounts, and add other admins
- Added a button to import hosts from JSON files
- Added an alert system that pulls all alerts from a JSON file
Downloads
-
release-1.3.0 Stable
released this
2025-08-19 05:13:56 +00:00 | 138 commits to main since this releaseRedesigned and unified the frontend while adding file manager operations (create, upload, rename, delete) and real-time server stats via SSH (CPU, RAM, HDD).
Update Log:
- Moved Termix into one server browser panel instead of separate, hard-to-manage parts.
- Added file manager operations (upload, new file/folder, rename, and delete).
- Updated SSH tools to use the new key recording feature.
- Renamed config editor to file manager (all SSH connections that had config editor enabled were automatically re-enabled due to DB changes).
- Re-designed the admin page to be easier to navigate.
Bug Fixes:
- Issue 71 - Fixed registration option not prefilling
Downloads
-
release-1.1.1 Stable
released this
2025-08-11 07:30:04 +00:00 | 178 commits to main since this releaseAdded arrows to make it clearer how to reopen the sidebars, and added a welcome message to users for the new survey.
Downloads