Show HN: Web CLI – Self-hosted web terminal for local and remote server (github.com)

3 points by polinux ↗ HN
Fixed Link.

I built this to avoid constantly SSH-ing into servers for routine tasks.

It's a single Go binary with embedded React frontend. Run commands locally or on remote servers via SSH, manage keys and servers through a web UI, store scripts with execution presets.

Quick start: ``` docker run -d -p 7777:7777 polinux/web-cli ```

Stack: Go, React/MUI, SQLite. Everything encrypted at rest (AES-256-GCM). Multi-arch Docker image (amd64/arm64).

1 comment

[ 0.19 ms ] story [ 3.6 ms ] thread
> built this to avoid constantly SSH-ing into servers for routine tasks

So, instead of just running

  ssh myserver 'command'
you prefer clicking around in a web-based graphical interface? I've never understood the idea behind these tools (like Rundeck), except maybe for sharing scripts with other people.