✓ Service is running
This is a tty-proxy server for sharing terminal sessions over the web. It works with the tty-share command-line tool.
To share a terminal session:
# With TLS (recommended)
tty-share --tty-proxy tty-proxy.roboalch.com:3458 --public
# Without TLS
tty-share --tty-proxy tty-proxy.roboalch.com:3456 --no-tls --public
After running the command, you'll receive a URL like:
https://tty-proxy.roboalch.com/s/abc123...
Share this URL with anyone who needs to view your terminal.
wget https://github.com/elisescu/tty-share/releases/download/v2.4.0/tty-share_linux-amd64
chmod +x tty-share_linux-amd64
sudo mv tty-share_linux-amd64 /usr/local/bin/tty-share
Hosted at roboalch.com | More Services