17 lines
341 B
Markdown
17 lines
341 B
Markdown
|
|
---
|
||
|
|
summary: "CLI reference for `clawdbot 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
|
||
|
|
---
|
||
|
|
|
||
|
|
# `clawdbot dashboard`
|
||
|
|
|
||
|
|
Open the Control UI using your current auth.
|
||
|
|
|
||
|
|
```bash
|
||
|
|
clawdbot dashboard
|
||
|
|
clawdbot dashboard --no-open
|
||
|
|
```
|
||
|
|
|