Favicon of Termix

Termix

Access a full SSH terminal, set up secure tunnels, and edit server files directly from your web browser. A complete server management platform.

Manage your servers without being tied to a specific machine or pre-installed software. This platform provides a comprehensive server management solution accessible entirely through your web browser, offering flexibility and convenience for system administrators and developers.

Gain complete control over your remote machines with a powerful set of integrated tools. Key capabilities include:

  • A full-featured SSH terminal that works directly in your browser, providing a familiar command-line experience without any local client installation.
  • Secure SSH tunneling to safely access web applications or databases running on your private network from anywhere.
  • An integrated file editor that allows you to view and modify files on your server directly, eliminating the need for separate FTP or SCP clients.

This all-in-one solution simplifies server administration by consolidating essential tools into a single, accessible web interface.

Directory Structure

termix
data
.env
docker-compose.yml

docker-compose.yml

services:
  termix:
    image: termix/server:latest
    container_name: termix
    restart: unless-stopped
    ports:
      - "8080:8080"
    volumes:
      - ./data:/data
    environment:
      - TZ=UTC
      - SECRET_KEY=${SECRET_KEY}

.env

SECRET_KEY=change_this_to_a_secure_random_string
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Termix

Favicon

 

  
  
Favicon

 

  
  
Favicon