Termix logo

Termix

7418

Open-source, self-hosted platform for unified server management with SSH access and remote file tools

#ssh #server #host management #Screenshots
2025-11-01
2025-11-01

Getting Started

  1. Create a folder and move to the folder
    mkdir termix && cd termix
    
  2. Create a docker-compose.yml file and add the following content:
    docker-compose.yml
    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
    
  3. Start the service using docker compose
    docker compose up -d
    
  4. Open the browser and go to http://localhost:8080 to access the Termix.
SnapDock

SnapDock

No setup hassle—just follow the steps and try the live demo!