http://127.0.0.1:18789/.OpenClaw Settings and Monitoring Dashboard
A static control page for the local OpenClaw agent running on A8MAX. It documents the working Telegram setup, the OpenAI Codex primary model, the Gemma fallback, and the commands used to verify health.
Live Operations View
Use this as the first screen when checking whether the local agent is available from Telegram.
7400509226.ollama/gemma4:latest.Gateway Probe
Optional browser-side test. GitHub Pages may block local WebSocket checks in some browsers.
Session Health
Most failures should be checked in this order before changing configuration.
Settings Snapshot
Redacted operational settings from the local OpenClaw host. Tokens are intentionally not published.
| Area | Value | Notes |
|---|---|---|
| Config file | ~/.openclaw/openclaw.json |
Contains channel, model, tool, and plugin configuration. |
| Gateway | ws://127.0.0.1:18789 |
Local loopback only. Tailscale exposure is off. |
| Dashboard | http://127.0.0.1:18789/ |
If the browser reports an expired device signature, reload the dashboard from a fresh OpenClaw URL. |
| Telegram | @swc_openclawbot |
Enabled with pairing policy and progress streaming. |
| Primary model | openai-codex/gpt-5.5 |
Uses the Codex login profile rather than a pay-as-you-go API key. |
| Fallback model | ollama/gemma4:latest |
Used when primary routing is unavailable or quota constrained. |
| Tool profile | coding |
Restores shell, filesystem editing, browser, gateway, and web fetch/search tools. |
| Memory | memory-lancedb |
Enabled. Status reports memory as not checked in fast mode. |
Monitoring Commands
Run these on the host PC. Copy buttons store only the command text, not credentials.
Fast Status
Overall agent, channels, sessions
openclaw status
Deep Probe
Channel and environment checks
openclaw status --deep
Gateway Health
Local gateway and Telegram
openclaw gateway health
Eligible Skills
Ready-to-use skill list
openclaw skills list --eligible
Model Status
Primary model route
openclaw models status --plain
Fallbacks
Backup model chain
openclaw models fallbacks list
Live Logs
Debug message flow
openclaw logs --follow
Dashboard URL
Fresh local dashboard link
openclaw dashboard
Restart Gateway
Use after config changes
openclaw gateway run
Ready Skills
After installing and authenticating GitHub CLI, the GitHub skills are ready too.
gh for issues, PRs, CI logs, reviews, releases, and API queries.
Message Flow
The Telegram bot is the remote control surface. The PC remains the execution host.
Remote Conversation Model
You can talk to the PC from a walk as long as the host stays awake, the OpenClaw gateway is running, the Telegram bot is reachable, and the network connection is alive. The phone is only the message client; shell commands and file edits still execute on the PC.
Troubleshooting
Known symptoms from this setup and the shortest useful checks.
openclaw gateway health, then openclaw logs --follow. If the gateway is not running, start it again with openclaw gateway run.
openclaw dashboard to generate a fresh URL. This does not necessarily mean Telegram is broken.
coding.
If Telegram reports no shell, filesystem, browser, gateway, or config tools, inspect tools.profile and restart the gateway after changing it.
ollama/gemma4:latest. Confirm it with openclaw models fallbacks list.