OpenClaw Mission Control is a self hosted GUI that sits next to your OpenClaw gateway π¦ and turns your pile of terminal tabs into a proper control room ποΈ. Agents π§ , memory πΎ, cron jobs β°, models π€, and logs π all in one place. Everything runs on your own machine π₯οΈ, so your chats and memory never leave localhost π. Next.js UI that auto discovers your install and just works once it is on the same host β‘
No reviews yetBe the first to leave a review for Openclaw Mission Control
Maker
π
Here is what you can actually do with it once it is running on your OpenClaw box:
See and steer your agents π§
Live agent chat panel so you can talk to your OpenClaw assistant from the browser instead of a messaging app while you are debugging skills or workflows.
Overview of sessions, sub agents, and cron workers so you can tell at a glance what is running, what is idle, and what is stuck.
Controls to spawn, pause, or kill sub agents and scheduled jobs when something goes rogue.
Inspect and search memory πΎ
Vector memory search UI so you can query what your assistant remembers from MEMORY files and long running sessions without writing a single curl.
Memory graph that layers high level concepts, files, and concrete snippets to help answer why did it do that in seconds.
Conflict and staleness indicators so you can see when old context or duplicate MEMORY entries might be confusing your agent.
Cron jobs and automation β°
Dashboard for cron jobs that shows what is scheduled, what ran, and what failed, with deep links back into the exact job editor.
One place to confirm your background reports, cleanup scripts, and periodic checks are actually firing instead of silently dying in logs.
Models, providers, and env π€
Model and provider panel with Vercel style edit forms: tweak models, timeouts, and routing rules from the UI instead of editing YAML by hand.
Environment and secrets view that can show or hide sensitive values and auto detect common provider creds, so you are not copy pasting keys into five different config files.
Local first embeddings: point Mission Control at a small local model once and get fully offline vector search with zero OpenAI or API calls.
Observability and audit π
Live activity feed of what OpenClaw is doing: tool calls, cron runs, errors, and key events in one scrolling timeline instead of split logs.
Basic usage tracking so you can see which agents, models, and skills are actually being used, and where tokens or time are going.
Built in terminal panel for the rare moments you do need shell access, but kept inside a single, auditable window rather than ten random terminals.
Localhost and privacy by default π
Runs on the same host as your OpenClaw gateway, talks to it over localhost, and never ships your memory or messages to a third party cloud service.
Next.js app you clone into ~/.openclaw, run the setup script, and you are in. No extra SaaS, no new account, no surprise network calls.
If you are running OpenClaw today and feeling like you are drowning in CLI commands and logs, this gives you a single pane of glass to manage, inspect, and trust what your assistant is doing without giving up the local, self hosted nature that makes OpenClaw special.
Report
Maker
Big update shipped for the #Openclaw Mission Control
Hooks: browse whatβs available, what events they use, and toggle on or off
First run: guided setup with clearer steps plus status checks
Timezone: set once in Settings, used everywhere
Secrets audit: scan Accounts & keys for plaintext or misconfig, get fix guidance
Usage plus cost: estimated $ per session plus history by model and agent Also cleaned up onboarding, loading states, layout, navigation
Big update shipped for the #Openclaw Mission Control
Hooks: browse whatβs available, what events they use, and toggle on or off
First run: guided setup with clearer steps plus status checks
Timezone: set once in Settings, used everywhere
Secrets audit: scan Accounts & keys for plaintext or misconfig, get fix guidance
Usage plus cost: estimated $ per session plus history by model and agent Also cleaned up onboarding, loading states, layout, navigation