> ## Documentation Index
> Fetch the complete documentation index at: https://exosphere-auto-translate-docs-20260624-1149.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# View sessions

> Launch the dashboard to browse agent sessions and manage policies

```bash theme={null}
failproofai
```

Starts the web dashboard at `http://localhost:8020`.

## Options

| Flag                          | Description                                               |
| ----------------------------- | --------------------------------------------------------- |
| `--port <number>`             | Port to listen on (default: `8020`)                       |
| `--allowed-origins <origins>` | Comma-separated hosts/IPs allowed to access dev resources |

To point the dashboard at a non-default Claude project folder, set the `CLAUDE_PROJECTS_PATH` environment variable when launching.

## Examples

```bash theme={null}
# Launch on a different port
failproofai --port 9000

# Use a custom Claude projects path via environment variable
CLAUDE_PROJECTS_PATH=~/my-claude-projects failproofai
```
