mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08:00
17 lines
359 B
Markdown
17 lines
359 B
Markdown
---
|
|
summary: "CLI reference for `openclaw dashboard` (open the Control UI)"
|
|
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"
|
|
---
|
|
|
|
# `openclaw dashboard`
|
|
|
|
Open the Control UI using your current auth.
|
|
|
|
```bash
|
|
openclaw dashboard
|
|
openclaw dashboard --no-open
|
|
```
|