← 返回
未分类 中文

Remotego

Expose 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.
Expose 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.
topcheer
未分类 clawhub v1.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 332
下载
💾 0
安装
1
版本
#latest

概述

remotego - Expose Any CLI as a Public Web Terminal

Mirror any CLI tool in a browser with a public URL. Share your terminal with anyone over the internet.

When to Use

The user wants to:

  • Share their terminal session with someone remotely
  • Access a CLI tool from a browser
  • Collaborate on a terminal session in real-time
  • Expose a local CLI to a public URL

How to Use

remotego is installed globally via npm. Run it with any command:

remotego <command> [command-args...] [options]

Quick Examples

GoalCommand
---------------
Mirror Claude Coderemotego claude
Mirror bashremotego bash
Mirror Python REPLremotego python3 -i
Mirror vimremotego vim
Mirror Node.js REPLremotego node
Custom portremotego --port 9000 bash
Custom tunnel domainremotego --domain myterm.localhost.run bash
Pass flags to commandremotego -- git log --oneline

Options

FlagDescriptionDefault
----------------------------
--port Local HTTP port7681
--cwd Working directoryCurrent dir
--domain Custom localhost.run domainRandom
--help, -hShow help

Install First (if not installed)

npm install -g @remotego/remotego

Or use without installing:

npx @remotego/remotego bash

What Happens

  1. Spawns the command in a PTY (pseudo-terminal)
  2. Starts a local HTTP server with xterm.js browser terminal
  3. Creates a public tunnel via localhost.run
  4. Opens the browser automatically with a session URL

Security Model

  • A random session UUID is generated on each start
  • The session ID is embedded in the URL — only URL holders can connect
  • Clients must authenticate within 5 seconds of connecting

Stopping

Press Ctrl+C in the terminal running remotego.

Troubleshooting

IssueSolution
-----------------
node not foundInstall from https://nodejs.org/
Tunnel failsCheck if SSH port 22 is blocked; falls back to localhost
Port in useUse --port to specify a different port
Browser doesn't openManually open the URL shown in terminal output

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 16:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Remoting

topcheer
在浏览器中镜像 Claude Code 终端,实现远程查看和实时交互。通过 localhost.run 隧道创建公共网页终端。
★ 0 📥 354
security-compliance

Privateclaw Plugin Setup

topcheer
安装、启用、验证、配对并管理 PrivateClaw OpenClaw 会话,优先使用同对话中的 /privateclaw QR 回复,必要时回退至本地 C...
★ 0 📥 704

TeamClaw Setup

topcheer
安装、配置、验证或排除 TeamClaw OpenClaw插件的故障,适用于虚拟软件团队工作流。当用户需要 TeamClaw 设置帮助时使用。
★ 0 📥 428