Dashboard & Canvas in OpenClaw

From the OpenClaw cheat sheet ยท Canvas & Web UI ยท verified Jul 2026

Dashboard & Canvas

Use the web dashboard and canvas for rich interactions

bash
# Open the dashboard
openclaw dashboard

# Default local URL
# http://localhost:18789

# Connect to remote gateway
# http://localhost:18789#token=your-token

# Slash commands in conversations
/skill image-lab Generate a landscape
/context detail
/btw What's the weather like?
๐ŸŽจ Canvas renders rich content โ€” code, images, diffs, charts
๐Ÿ“Œ Token in URL fragment (#token=) is never sent to the server โ€” secure by design
๐Ÿ’ก /btw asks a side question without polluting session context
๐Ÿ“ฑ iOS and Android nodes give you mobile access with voice and push notifications
Back to the full OpenClaw cheat sheet