Sharing a Terminal¶
Share a live terminal session with anyone — no accounts, no setup on their end. They get a read-only view of your terminal in real-time.
What you'll need¶
- A running relay-tty session
- The web server running (with
--tunnelfor remote sharing)
Step 1: Start a session¶
Step 2: Generate a share link¶
The URL goes to stdout, metadata to stderr (POSIX convention). Pipe it directly:
- Open a session in the web UI
- Tap the share icon in the toolbar
- Choose expiration time and optional password
- Copy the link or scan the QR code
Step 3: Send the link¶
Send the URL to anyone. They open it in a browser and see your terminal output in real-time. No login required.
Read-only
Share links are read-only. Viewers can see your terminal but cannot type or interact.
Options¶
Password protection¶
Add a password to the share link:
Viewers must enter the password before seeing the terminal.
Custom TTL¶
Default expiration is 1 hour. Maximum is 24 hours:
QR codes¶
The web UI share dialog generates a QR code automatically — useful for sharing with someone in the same room.
Next steps¶
- Session management — manage multiple sessions
- Security model — how share tokens work