Install
openclaw skills install remotegoExpose any CLI tool as a public web terminal via tunnel. Mirror bash, vim, python, node, or any command in a browser for remote access and collaboration.
openclaw skills install remotegoMirror any CLI tool in a browser with a public URL. Share your terminal with anyone over the internet.
The user wants to:
remotego is installed globally via npm. Run it with any command:
remotego <command> [command-args...] [options]
| Goal | Command |
|---|---|
| Mirror Claude Code | remotego claude |
| Mirror bash | remotego bash |
| Mirror Python REPL | remotego python3 -i |
| Mirror vim | remotego vim |
| Mirror Node.js REPL | remotego node |
| Custom port | remotego --port 9000 bash |
| Custom tunnel domain | remotego --domain myterm.localhost.run bash |
| Pass flags to command | remotego -- git log --oneline |
| Flag | Description | Default |
|---|---|---|
--port <port> | Local HTTP port | 7681 |
--cwd <dir> | Working directory | Current dir |
--domain <domain> | Custom localhost.run domain | Random |
--help, -h | Show help |
npm install -g @remotego/remotego
Or use without installing:
npx @remotego/remotego bash
Press Ctrl+C in the terminal running remotego.
| Issue | Solution |
|---|---|
node not found | Install from https://nodejs.org/ |
| Tunnel fails | Check if SSH port 22 is blocked; falls back to localhost |
| Port in use | Use --port to specify a different port |
| Browser doesn't open | Manually open the URL shown in terminal output |