# CPA Manager ## 产品介绍 CPA Manager 是面向 Cli-Proxy-API 的用量监控与管理面板,支持完整 Docker 模式和 CPA 面板模式,可将请求监控数据持久化到本地 SQLite。 ## 主要功能 - 独立部署的用量监控与管理面板 - 首次向导接入现有 CPA URL 与 Management Key - 支持 `auto`、`subscribe`、`http`、`resp` 四种采集模式 - 本地持久化监控数据与配置 ## 访问说明 安装完成后访问: ```text http://服务器IP:端口/management.html ``` 首次部署时需要在页面中填写 CPA URL 和 CPA Management Key。完成初始化后,后续浏览器只需要输入 Management Key 即可登录。 ## 数据持久化 - `APP_DATA_DIR`:持久化 `/data`,保存 `usage.sqlite` 与本地配置 ## Introduction CPA Manager is a usage monitoring and management panel for Cli-Proxy-API. It supports both full Docker mode and CPA panel mode, and persists monitoring data locally in SQLite. ## Features - Standalone usage monitoring and management panel - First-run wizard for the CPA URL and Management Key - Supports `auto`, `subscribe`, `http`, and `resp` collector modes - Persists monitoring data and local configuration ## 参考资料 - 源码: - 文档: - Docker Compose: