> ## Documentation Index
> Fetch the complete documentation index at: https://exosphere-auto-translate-docs-20260623-1106.mintlify.site/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}
# Launch on a different port
failproofai --port 9000

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