---
title: "eliza dashboard"
description: "Open the Control UI in your browser."
---

# `eliza dashboard`

Launches the web dashboard in your default browser, or prints the URL if the browser can't be opened.

## Options

| Flag | Purpose |
|------|---------|
| `--port <port>` | Use a custom port instead of the default |

## Examples

```bash
# Open dashboard in browser
eliza dashboard
eliza dashboard --port 3000
```

Run `eliza dashboard --help` for the full option list.

## Related

- [Dashboard](/apps/dashboard)
- [CLI environment](/cli/environment)
