Files
openclaw/docs/cli/dashboard.md

17 lines
359 B
Markdown
Raw Normal View History

2026-01-15 06:12:54 +00:00
---
2026-01-30 03:15:10 +01:00
summary: "CLI reference for `openclaw dashboard` (open the Control UI)"
2026-01-15 06:12:54 +00:00
read_when:
- You want to open the Control UI with your current token
- You want to print the URL without launching a browser
title: "dashboard"
2026-01-15 06:12:54 +00:00
---
2026-01-30 03:15:10 +01:00
# `openclaw dashboard`
2026-01-15 06:12:54 +00:00
Open the Control UI using your current auth.
```bash
2026-01-30 03:15:10 +01:00
openclaw dashboard
openclaw dashboard --no-open
2026-01-15 06:12:54 +00:00
```