Skip to content

Latest commit

Β 

History

History
43 lines (26 loc) Β· 1.28 KB

File metadata and controls

43 lines (26 loc) Β· 1.28 KB

Rescue a Crashed OpenClaw via SSH

By @wsvn53 Β· Mar 6, 2026 Β· Original Tweet

Pain Point

OpenClaw (a.k.a. "the lobster") crashes after every update β€” Tailscale drops, the service dies, SSH tunnels break. Used to require someone physically on-site or hours of waiting.

What It Does

SSH into the server from your iPhone via Minis, automatically diagnose the OpenClaw service, and fix it β€” no laptop needed.

"OpenClaw keeps dying after updates, just SSH in with Minis to fix it 🀣"

Full flow shown in screenshot:

  1. Prompt: "Check the OpenClaw service on this server"
  2. Minis auto-runs: check service status β†’ write diagnostic script β†’ execute
  3. Output: openclaw service: βœ… active running, uptime 9h, 52/52 steps done

Example Prompt

SSH into my server and check the OpenClaw service status. If it's down, restart it.

Requirements

  • SSH key or password (stored in Minis environment variables)
  • Server IP / hostname

πŸ“Έ Screenshots

Minis SSH into server to rescue crashed OpenClaw service

πŸ“· Shared by @wsvn53 Β· 2026-03-06


Last Verified: 2026-03-06 Category: Developer Tools Contributor: @wsvn53