/help - ClawControl Help┌────────────────────────────────────────────────────┐│ What is ClawControl? ││ ││ ClawControl is a CLI tool that simplifies ││ deploying OpenClaw instances to cloud providers. ││ It handles all the complex setup including VPS ││ provisioning, Node.js installation, OpenClaw ││ configuration, and Tailscale VPN setup. │└────────────────────────────────────────────────────┘┌────────────────────────────────────────────────────┐│ Available Commands ││ ││ /new Initialize a new deployment ││ Creates deployment config in ││ ~/.clawcontrol/deployments/ ││ ││ /deploy Deploy a configured instance ││ Provisions VPS, installs dependencies ││ ││ /status View status of all deployments ││ Shows deployment state, health checks ││ ││ /ssh SSH into a deployed instance ││ Opens interactive SSH session ││ ││ /logs View OpenClaw logs ││ Streams logs from journalctl ││ ││ /destroy Permanently delete a deployment ││ Deletes VPS, SSH keys, config ││ ││ /templates Manage deployment templates ││ View, fork, and use reusable presets │└────────────────────────────────────────────────────┘┌────────────────────────────────────────────────────┐│ Typical Workflow ││ ││ 1. Run /templates to browse or create presets ││ 2. Run /new to create a deployment config ││ 3. Run /deploy to deploy to the cloud ││ 4. Authenticate Tailscale when prompted ││ 5. Complete OpenClaw onboarding via SSH ││ 6. Use /status and /logs to monitor │└────────────────────────────────────────────────────┘┌────────────────────────────────────────────────────┐│ Supported Cloud Providers ││ ││ ✓ Hetzner Cloud - ~$4.99/mo (CPX11, US East) ││ ✓ DigitalOcean - Starting at $12/mo (NYC1) ││ ○ Vultr - Coming soon │└────────────────────────────────────────────────────┘Useful Links• OpenClaw Docs: https://docs.openclaw.ai/• Hetzner API: https://docs.hetzner.cloud/• Tailscale: https://tailscale.com/Press any key to return to home
/new Create a deployment/deploy Deploy to cloud/status Check deployments/ssh Connect to server/logs View logs/dashboard Open web UI/destroy Delete deployment