选择下载
故障排除安装 | 特点 | iSpy v7.2.6.0
Windows 操作指南
解压并运行安装应用程序。这将检查并安装先决条件,然后设置主要的Agent DVR应用程序。
当Agent DVR安装完成后,请访问本地UI:http://localhost:8090
Docker 指南
docker run -d --name=AgentDVR -e PUID=1000 -e PGID=1000 -e TZ=America/New_York -e AGENTDVR_WEBUI_PORT=8090 -p 8090:8090 -p 3478:3478/udp -p 50000-50100:50000-50100/udp -v /appdata/AgentDVR/config/:/AgentDVR/Media/XML/ -v /appdata/AgentDVR/media/:/AgentDVR/Media/WebServerRoot/Media/ -v /appdata/AgentDVR/commands:/AgentDVR/Commands/ --restart unless-stopped mekayelanik/ispyagentdvr:latest
请查看Docker Hub获取更多指示。
当Agent DVR安装完成后,请访问本地UI:http://localhost:8090
Linux/ macOS/ RPi 指南
我们推荐使用Ubuntu作为Linux操作系统
要下载Agent DVR并安装它,请在终端中运行以下命令:
sudo apt-get install curl
要下载Agent DVR并安装它,请在终端中运行:
curl -s "https://raw.githubusercontent.com/ispysoftware/agent-install-scripts/main/v3/install.sh" | bash
当Agent DVR安装完成后,请访问本地UI:http://localhost:8090
安装说明(测试版本)
下载Beta版本以测试新的更新和功能。Beta版本可能存在错误(和错误修复)。请将您发现的任何问题报告给我们。
如果您已经安装了Agent DVR,请在安装测试版之前备份您的配置(通过服务器菜单 - 备份)。如果您有重要录像,请备份您的媒体文件夹。
Agent DVR 将安装到 macOS 上的 Applications/AgentDVR 或 Linux 上的 /opt/AgentDVR。这可能与您先前安装的位置不同。
安装测试版
- Windows:运行Windows安装程序,并在第1步中勾选“安装测试版”选项。
- Linux/ macOS:
我们推荐使用Ubuntu作为Linux操作系统
要下载Agent DVR并安装它,请在终端中运行以下命令:
sudo apt-get install curl要下载Agent DVR并安装它,请在终端中运行:
curl -s "https://raw.githubusercontent.com/ispysoftware/agent-install-scripts/main/v3/install.sh" | env USE_BETA=true bash - Docker:
docker run -d --name=AgentDVR -e PUID=1000 -e PGID=1000 -e TZ=America/New_York -e AGENTDVR_WEBUI_PORT=8090 -p 8090:8090 -p 3478:3478/udp -p 50000-50100:50000-50100/udp -v /appdata/AgentDVR/config/:/AgentDVR/Media/XML/ -v /appdata/AgentDVR/media/:/AgentDVR/Media/WebServerRoot/Media/ -v /appdata/AgentDVR/commands:/AgentDVR/Commands/ --restart unless-stopped mekayelanik/ispyagentdvr:beta
请查看Docker Hub获取更多指示。
当Agent DVR安装完成后,请访问本地UI:http://localhost:8090
如果您在使用Agent DVR的Beta版本时遇到问题,请尝试使用发布版本,并告诉我们问题是否仍然存在。