home

browser SSH terminal · WebSocket proxy · xterm · runs locally

idle

This tool connects via a local WebSocket proxy you run on your machine. It never touches fatcousin servers — all SSH traffic stays local.

1. Install Node.js if you haven't already.

2. Download the proxy script:

↓ download ssh-proxy.mjs

3. Install its only dependency and start it:

npm install ssh2
node ssh-proxy.mjs

4. Proxy listens on ws://localhost:2222 by default. Connect above.

ready