2025-08-07 02:20:27 -05:00
# Repo Stats
2025-09-12 14:42:00 -05:00
<p align="center">
<img src="https://flagcdn.com/us.svg" alt="English" width="24" height="16"> English |
<a href="README-CN.md"><img src="https://flagcdn.com/cn.svg" alt="中文" width="24" height="16"> 中文</a>
</p>
2025-08-07 02:20:27 -05:00



<a href="https://discord.gg/jVQGdvHDrf"><img alt="Discord" src="https://img.shields.io/discord/1347374268253470720"></a>
2025-09-12 14:42:00 -05:00
2025-09-12 15:17:13 -05:00
<p align="center">
2025-09-12 15:18:07 -05:00
<img src="./repo-images/RepoOfTheDay.png" alt="Repo of the Day Achievement" style="width: 300px; height: auto;">
2025-09-12 15:17:13 -05:00
<br>
<small style="color: #666 ;">Achieved on September 1st, 2025</small>
</p>
2025-08-07 02:20:27 -05:00
#### Top Technologies
2025-09-12 14:42:00 -05:00
2025-08-07 02:20:27 -05:00
[](#)
[](#)
[](#)
[](#)
[](#)
[](#)
[](#)
[](#)
2025-08-18 23:59:48 -05:00
<br />
<p align="center">
<a href="https://github.com/LukeGus/Termix">
<img alt="Termix Banner" src=./repo-images/HeaderImage.png style="width: auto; height: auto;"> </a>
</p>
2025-08-07 02:20:27 -05:00
If you would like, you can support the project here!\
[](https://github.com/sponsors/LukeGus)
# Overview
2025-08-24 15:39:53 -05:00
<p align="center">
<a href="https://github.com/LukeGus/Termix">
<img alt="Termix Banner" src=./public/icon.svg style="width: 250px; height: 250px;"> </a>
</p>
2025-09-12 14:42:00 -05:00
Termix is an open-source, forever-free, self-hosted all-in-one server management platform. It provides a web-based
solution for managing your servers and infrastructure through a single, intuitive interface. Termix offers SSH terminal
2025-10-01 15:40:10 -05:00
access, SSH tunneling capabilities, remote file management, with many more tools to come.
2025-08-07 02:20:27 -05:00
# Features
2025-09-12 14:42:00 -05:00
2025-08-07 02:20:27 -05:00
- **SSH Terminal Access** - Full-featured terminal with split-screen support (up to 4 panels) and tab system
- **SSH Tunnel Management** - Create and manage SSH tunnels with automatic reconnection and health monitoring
2025-10-01 15:40:10 -05:00
- **Remote File Manager** - Manage files directly on remote servers with support for viewing and editing code, images, audio, and video. Upload, download, rename, delete, and move files seamlessly.
- **SSH Host Manager** - Save, organize, and manage your SSH connections with tags and folders and easily save reusable login info while being able to automate the deploying of SSH keys
2025-08-19 00:09:25 -05:00
- **Server Stats** - View CPU, memory, and HDD usage on any SSH server
2025-08-31 19:25:44 -05:00
- **User Authentication** - Secure user management with admin controls and OIDC and 2FA (TOTP) support
2025-10-01 15:40:10 -05:00
- **Database Encryption** - SQLite database files encrypted at rest with automatic encryption/decryption
- **Data Export/Import** - Export and import SSH hosts, credentials, and file manager data with incremental sync
- **Automatic SSL Setup** - Built-in SSL certificate generation and management with HTTPS redirects
- **Modern UI** - Clean desktop/mobile friendly interface built with React, Tailwind CSS, and Shadcn
2025-09-03 00:14:49 -05:00
- **Languages** - Built-in support for English and Chinese
2025-10-01 15:40:10 -05:00
- **Platform Support** - Available as a web app, desktop application (Windows & Linux), and dedicated mobile app for iOS and Android (coming in a few days)
2025-08-07 02:20:27 -05:00
# Planned Features
2025-09-12 14:42:00 -05:00
2025-10-01 15:40:10 -05:00
See [Projects ](https://github.com/users/LukeGus/projects/3 ) for all planned features. If you are looking to contribute, see [Contributing ](https://github.com/LukeGus/Termix/blob/main/CONTRIBUTING.md ).
2025-08-07 02:20:27 -05:00
# Installation
2025-09-12 14:42:00 -05:00
2025-10-01 15:40:10 -05:00
Supported Devices:
- Website (any modern browser like Google, Safari, and Firefox)
- Windows (app)
- Linux (app)
- iOS (coming in a few days)
- Android (coming in a few days)
- iPadOS and macOS are in progress
Visit the Termix [Docs ](https://docs.termix.site/install ) for more information on how to install Termix on all platforms. Otherwise, view
2025-09-12 14:42:00 -05:00
a sample docker-compose file here:
2025-08-07 02:20:27 -05:00
```yaml
services :
termix :
image : ghcr.io/lukegus/termix:latest
container_name : termix
restart : unless-stopped
ports :
- "8080:8080"
volumes :
- termix-data:/app/data
environment :
PORT : "8080"
volumes :
termix-data :
2025-09-12 14:42:00 -05:00
driver : local
2025-08-07 02:20:27 -05:00
```
# Support
2025-09-12 14:42:00 -05:00
If you need help with Termix, you can join the [Discord ](https://discord.gg/jVQGdvHDrf ) server and visit the support
channel. You can also open an issue or open a pull request on the [GitHub ](https://github.com/LukeGus/Termix/issues )
repo.
2025-08-07 02:20:27 -05:00
# Show-off
<p align="center">
<img src="./repo-images/Image 1.png" width="400" alt="Termix Demo 1"/>
<img src="./repo-images/Image 2.png" width="400" alt="Termix Demo 2"/>
</p>
<p align="center">
2025-10-01 15:40:10 -05:00
<img src="./repo-images/Image 3.png" width="400" alt="Termix Demo 3"/>
<img src="./repo-images/Image 4.png" width="400" alt="Termix Demo 4"/>
2025-08-07 02:20:27 -05:00
</p>
<p align="center">
2025-10-01 15:40:10 -05:00
<img src="./repo-images/Image 5.png" width="400" alt="Termix Demo 5"/>
<img src="./repo-images/Image 6.png" width="400" alt="Termix Demo 6"/>
</p>
<p align="center">
<video src="https://github.com/user-attachments/assets/88936e0d-2399-4122-8eee-c255c25da48c" width="800" controls>
2025-08-07 02:20:27 -05:00
Your browser does not support the video tag.
</video>
</p>
# License
2025-09-12 14:42:00 -05:00
2025-08-07 02:20:27 -05:00
Distributed under the Apache License Version 2.0. See LICENSE for more information.