> ## 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}
# 다른 포트로 실행
failproofai --port 9000

# 환경 변수를 통해 커스텀 Claude 프로젝트 경로 사용
CLAUDE_PROJECTS_PATH=~/my-claude-projects failproofai
```
