> ## Documentation Index
> Fetch the complete documentation index at: https://docs.befailproof.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# セッションを表示する

> ダッシュボードを起動してエージェントセッションの確認とポリシーの管理を行う

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

`http://localhost:8020` にウェブダッシュボードを起動します。

## オプション

| フラグ                           | 説明                                |
| ----------------------------- | --------------------------------- |
| `--port <number>`             | リッスンするポート番号（デフォルト: `8020`）        |
| `--allowed-origins <origins>` | 開発リソースへのアクセスを許可するホスト/IPのカンマ区切りリスト |

デフォルト以外の Claude プロジェクトフォルダーをダッシュボードに指定するには、起動時に `CLAUDE_PROJECTS_PATH` 環境変数を設定してください。

## 使用例

```bash theme={null}
# 別のポートで起動する
failproofai --port 9000

# 環境変数でカスタムの Claude プロジェクトパスを指定する
CLAUDE_PROJECTS_PATH=~/my-claude-projects failproofai
```
