Skip to content

Termix:一个基于Web的开源服务器管理平台,提供SSH终端、隧道和文件编辑功能

Published:

原文链接


Repo Stats

English English | 中文 中文

GitHub Repo stars GitHub forks GitHub Release Discord

Top Technologies

React Badge TypeScript Badge Node.js Badge Vite Badge Tailwind CSS Badge Docker Badge SQLite Badge Radix UI Badge

\

Termix Banner

If you would like, you can support the project here!
GitHub Sponsor

Overview

Termix Banner

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 access, SSH tunneling capabilities, and remote file editing, with many more tools to come.

Features

Planned Features

Installation

Visit the Termix Docs for more information on how to install Termix. Otherwise, view a sample docker-compose file here:

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:
    driver: local 

Support

If you need help with Termix, you can join the Discord server and visit the support channel. You can also open an issue or open a pull request on the GitHub repo.

Show-off

Termix Demo 1 Termix Demo 2

Termix Demo 3 Termix Demo 4 Termix Demo 5

Termix.Show.Off.Video.mov

License

Distributed under the Apache License Version 2.0. See LICENSE for more information.


Previous Post
actuallymentor/battery:管理 Apple Silicon Mac 电池充电状态的 CLI/GUI 工具
Next Post
完整指南:掌握优秀系统设计的原则与实践