Skip to content

Show HN: Web CLI – Self-hosted web terminal for local and remote server

github.com/pozgo
3 pointspolinux1 comment
On 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).

Comments

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.
AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.