jeet-terminost
v1.0.2
Published
Securely broadcast your local terminal over the web
Downloads
42
Readme
Remote Terminal Host
Securely broadcast your local terminal over the web. This tool spawns a local terminal instance and exposes it via a secure, temporary web interface using localtunnel, protected by an ephemeral token.
Features
- Secure by Default: Generates a random JWT token for each session.
- Web-Based Terminal: Sleek, modern interface using
xterm.jswith responsive resizing. - Zero Config: Automatically uses
localtunnelto create a public URL. - Cross-Platform: Uses
powershell.exeon Windows andbashelsewhere.
Installation
npm installUsage
Start the server:
npm startOr run directly:
node bin/index.jsUpon starting, the server will provide a secure URL with an embedded token. Open this URL on any device to access your terminal remotely.
Security
- The session is protected by a JWT token generated uniquely every time the server starts.
- The token expires after 4 hours.
