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