Access your terminal remotely from any browser - mobile or desktop.
- CLI (current repository) - Install this to enable remote terminal access
- Web - The browser interface, coming soon at termote-web-app
# Install
npm install -g termote
# Login
termote login
# Start a session
termote startOpen the generated link in any browser to access your terminal.
- 🌐 Browser Access - Access your terminal from any browser on mobile or desktop
- 📱 QR Code - Quick mobile access with auto-generated QR codes
- 🔒 Secure - User authentication to protect your sessions
- ⚡ Real-time - Low-latency terminal synchronization
- 🔄 Reconnection - Resume sessions after network interruptions
Requires Node.js >= 18.0.0.
# npm
npm install -g termote
# pnpm
pnpm add -g termote
# yarn
yarn global add termoteAuthenticate with Termote.
Start a remote terminal session. A URL and QR code will be displayed for browser access.
# Basic usage
termote start
# With a session name
termote start -n "my session"
# Run a specific command
termote start -- htopOptions:
-n, --name <name>- Session name-f, --force- Force create a new session
View all active sessions.
termote listOptions:
-a, --all- Include inactive sessions
Stop sessions.
# Stop a specific session
termote stop -s <session-id>
# Stop all active sessions
termote stop --allLog out from Termote.
hikerell
- Twitter: @hikerell
MIT