← 返回
未分类 中文

Remoting

Mirror your Claude Code terminal in a browser for remote viewing and real-time interaction. Creates a public web terminal via localhost.run tunnel.
在浏览器中镜像 Claude Code 终端,实现远程查看和实时交互。通过 localhost.run 隧道创建公共网页终端。
topcheer
未分类 clawhub v1.1.0 1 版本 99705.9 Key: 无需
★ 0
Stars
📥 339
下载
💾 0
安装
1
版本
#latest

概述

/remoting - Mirror Claude Code in a Browser

Expose the current Claude Code session as a public web terminal. Anyone with the URL can view and interact with the terminal from their browser.

When to Use

The user says something like:

  • "Share my terminal"
  • "Mirror my Claude session"
  • "Let someone watch my screen"
  • "Remote access to this terminal"
  • "Open in browser"

Quick Start

Install and launch:

# If not already installed
npm install -g @remotego/remotego

# Start mirroring Claude Code
remotego claude

Or run without installing:

npx @remotego/remotego claude

With Options

# Custom port
remotego claude --port 9000

# Custom tunnel domain (localhost.run)
remotego claude --domain myterm.localhost.run

# Custom working directory
remotego claude --cwd ~/my-project

What the User Sees

  1. Terminal output shows:
    • Local URL: http://localhost:7681?session=
    • Public URL: https://xxxxx.lhr.life?session=
  2. Browser opens automatically with the public URL
  3. Terminal output from Claude Code appears in the browser in real-time
  4. Browser users can type and interact with the session

Security

  • Random session UUID per start — only URL holders can connect
  • 5-second auth timeout for new connections
  • All output is cached so new viewers see full history

Stopping

Press Ctrl+C in the terminal, or the user can type /exit.

Troubleshooting

IssueSolution
-----------------
node not foundInstall from https://nodejs.org/
Tunnel failsFalls back to localhost URL; check SSH port 22
Port in useUse --port to pick another

版本历史

共 1 个版本

  • v1.1.0 当前
    2026-05-07 17:09 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

Privateclaw Plugin Setup

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

TeamClaw Orchestrator

topcheer
编排一个虚拟AI软件团队来开发功能、修复Bug或完成任何软件任务。适用于用户想把工作委托给多角色团队的场景。
★ 0 📥 378

Remotego

topcheer
Expose any CLI tool as a public web terminal via tunnel. Mirror bash, vim, python, node, or any command in a browser for
★ 0 📥 345