🖥️ tty-proxy Terminal Sharing Service

✓ Service is running

About

This is a tty-proxy server for sharing terminal sessions over the web. It works with the tty-share command-line tool.

How to Use

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.

Install tty-share

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

Resources


Hosted at roboalch.com | More Services