This project runs multiple OpenClaw and MoltBot instances across different hosts. Each serves a distinct purpose: the Orange Pi gateway for hardware operations, the Windows desktop for full-agent coding, and the Raspberry Pi 4 for a separate runtime. This page is the single entry point for all of them.
The Claude Code web app running on the Windows desktop. Provides the full agent experience: file editing, terminal access, tool use, and multi-step task execution powered by Anthropic Claude models. Opens in a new tab with auto-authentication and Claude Opus 4.6 pre-selected.
Agentic coding sessions with direct filesystem and terminal access on the Windows dev machine. Use this when you need Claude to read, write, and execute code with full tool access.
desktop-3gtr6jd.tail59ab20.ts.net)C:\Users\jbake\.openclaw\openclaw.jsonC:\Users\jbake\.openclaw\.envoc_local_20260402_mesh_restoressh jbake@desktop-3gtr6jd.tail59ab20.ts.netjbake is a Windows admin, so the authorized key lives at C:\ProgramData\ssh\administrators_authorized_keys (not ~/.ssh/authorized_keys). Agents on the dev PC or Orange Pi can SSH in to manage the OpenClaw config, restart the gateway, or inspect the desktop filesystem without a password prompt. The gateway does not auto-restart after a kill; start it manually from a desktop terminal or via SSH.The MoltBot/OpenClaw instance running on the Orange Pi RV2. This is the operational gateway for hardware tasks: SPI, ESP32, backup, deploy, and network management. The overview page shows active sessions, connected agents, and gateway health.
Operational agent hub for the Orange Pi hardware stack. Agents connected here have access to SPI, ESP32, USB, backup, and deploy tooling through MCP and direct API calls.
orangepirv2.tail59ab20.ts.net)/moltbot/. Runs as moltbot-gateway.service systemd unit with auto-restart./home/orangepi/.moltbot/moltbot.json/home/orangepi/.moltbot/.envmoltbot-gateway.service (systemd, enabled)ssh orangepi@orangepirv2.tail59ab20.ts.netStatus and launch page for the OpenClaw instance on the Windows desktop. Shows Tailscale reachability, frame policy, and authentication boundary. The upstream UI sends X-Frame-Options: DENY so it opens in a separate tab.
Launch control and diagnostics for the Windows-hosted OpenClaw gateway. Use this page to verify the desktop gateway is reachable before launching a session, or to troubleshoot connectivity issues.
desktop-3gtr6jd.tail59ab20.ts.net)/api/desktop-openclaw/status runs TCP and HTTP probes against the desktop Tailscale endpoint. Config in config/desktop_openclaw_targets.json.frontend/desktop-openclaw.htmlbackend/api/desktop_openclaw.pyconfig/desktop_openclaw_targets.jsonA separate OpenClaw instance running on the Raspberry Pi 4. This is an independent runtime host with its own gateway, agents, and configuration. It serves its own frontend and has no shared state with the Orange Pi or Windows instances.
Independent OpenClaw runtime for the Raspberry Pi 4 hardware. Separate from the Orange Pi stack. Use this for RPi4-specific agent sessions and operations.
rpi4-clawbot.tail59ab20.ts.net)rpi4-clawbot.tail59ab20.ts.netscp + sshdocs/setup/RPI4_OPENCLAW_BUILD_AND_ACCESS.md for setup details