Install OpenClaw Doctor on any machine in under 10 seconds. Instantly get a secure public URL to run shell commands, inspect health, and fix any configuration — no SSH, no passwords required.
curl -sSL https://ocd.imdaxia.com/install.sh | bash
One curl | bash command installs all dependencies (Node.js, cloudflared binary) and starts the Doctor server on port 12222. No configuration needed.
OpenClaw Doctor uses a Cloudflare Quick Tunnel to punch through NAT and firewalls — zero router config, zero domain setup. A unique trycloudflare.com URL is printed within ~5 seconds.
Open the URL in any browser (or call the API from another AI agent) to get a live terminal. Every command runs directly on the remote machine. Fix config files, restart services, check logs — all from anywhere.
Access any machine via a simple HTTPS URL. No user accounts, no key exchange, no open firewall ports.
Every session is protected by a randomly generated 128-bit token. Only people (or AI agents) with the token can execute commands.
Runs openclaw status automatically and displays gateway state, active agents, sessions, memory, and security warnings in a clean dashboard.
Execute any shell command, read and write files, list directories — your full CLI toolkit over HTTPS.
Clean JSON REST API. Any AI agent can call POST /api/exec with a command and get structured stdout, stderr, and exit code back.
Powered by Cloudflare's free Quick Tunnel service. Works behind NAT, VPNs, and firewalls with no configuration whatsoever.
OpenClaw Doctor is free, open-source, and designed to save your sanity when OpenClaw decides to break at the worst possible moment.
curl -sSL https://ocd.imdaxia.com/install.sh | bash