Termix 1.8.0 has been released.

https://github.com/Termix-SSH

I stumbled across the GitHub page by chance. I've been looking for an alternative to Terminus for quite some time. Termix looks really good. Very nice web interface. It's still a bit buggy in a few places, but it's quite usable.

"Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. Here, you can find the repositories for the main Termix server, along with the mobile app, documentation, and support"

32 points · 11 comments · view on lemmy.world

11 Comments

studentofarkad@lemmy.zip · 3 pts · 286d (4 replies)

New to self-hosting, what does this allow you to do?

Black616Angel@discuss.tchncs.de · 3 pts · 286d (3 replies)

In short: a management web interface.

It has a lot of tools, you may find helpful when working remotely or with a headless setup.

BarHocker@discuss.tchncs.de · 2 pts · 286d (2 replies)

That is too short. I still have no idea why I would want to install that on my server.

I feel like a lot of projects are missing a way to find out what they do without installing them.

shadeless@discuss.tchncs.de · 5 pts · 286d

The GitHub page lists all the features and has screenshots of the product, not sure what else you expect

https://github.com/Termix-SSH/Termix?tab=readme-ov-file

nottelling@lemmy.world · 1 pts · 286d

missing a way to find out what they do without installing them

At the very top of the project page it says:

Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities.

Now you know what it does without installing it

flightyhobler@lemmy.world · 1 pts · 286d (2 replies)

Whats up with the documentation and how can I add servers?

boebbele@discuss.tchncs.de · 0 pts · 285d (1 reply)

Adding hosts is currently only possible in a browser, not on a smartphone.

boebbele@discuss.tchncs.de · 1 pts · 285d

My compose:

services:
  termix:
    image: ghcr.io/lukegus/termix:latest
    container_name: termix
    restart: unless-stopped
    ports:
      - 8081:8081
    volumes:
      - /home/dockervolumes/data:/app/data
    environment:
      PORT: "8081"
volumes:
  termix-data:
    driver: local
networks: {}

It works great.

HereIAm@lemmy.world · 1 pts · 286d

Cool, I'll check this out. Always a bit of a ball ache when I need to access the server while lying in and too lazy to get up. Using vim on a phone is always an adventure in patience.

flightyhobler@lemmy.world · 1 pts · 286d (1 reply)

Does it support access without https?

boebbele@discuss.tchncs.de · 1 pts · 286d

Yes