Shell-Eggs Docs ยท Web Terminals
Browser xterm.js terminals (ttyd, gotty) and token-authed HTTP exec shells (php/node) - a shell in a browser tab.
http://<host>:<PORT>| ID | Name | Port | Connect / payload |
|---|---|---|---|
ttyd | ttyd Web Terminal | 7681 | browser โ http://<host>:<PORT> (xterm.js, basic-auth) |
gotty | GoTTY Web Terminal | 8080 | browser โ http://<host>:<PORT> (Go static binary alternative) |
php-webshell | PHP Web Shell (HTTP) | 8080 | curl "http://<host>:<PORT>/?token=<TOKEN>&cmd=id" |
node-webshell | Node.js Web Shell | 8080 | curl "http://<host>:<PORT>/?token=<TOKEN>&cmd=id" (30s exec timeout) |
Every payload reconnects forever (2-5s backoff) and is auto-restarted by the supervisor. Full details in SHELLs.md.