> ## 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` 启动 Web 控制面板。

## 选项

| 标志                            | 描述                   |
| ----------------------------- | -------------------- |
| `--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
```
