Windows 操作指南
解压并运行安装应用程序。这将检查并安装先决条件,然后设置主要的Agent DVR应用程序。
Docker 指南
docker run -d --name=AgentDVR -e PUID=1000 -e PGID=1000 -e TZ=America/New_York -p 8090:8090 -p 3478:3478/udp -p 50000-50010:50000-50010/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获取更多指示。
Linux/ macOS/ RPi 指南
我们推荐使用Ubuntu 20.10作为Linux操作系统
要下载Agent DVR并安装它,请在终端中运行以下命令:
sudo apt-get install curl
要下载Agent DVR并安装它,请在终端中运行:
bash <(curl -s "https://raw.githubusercontent.com/ispysoftware/agent-install-scripts/main/v2/install.sh")
Beta Update Instructions
Only install a Beta version if you are testing new functionality and are comfortable running Agent from the command line. You will need an existing install of Agent DVR to overwrite with the Beta.
Make sure you back up your configuration (files in Agent/Media/XML)
Step 1: Download Zip files for Agent Beta from the following locations:
- Windows x64: Agent_Windows64_.zip
- Windows x86: Agent_Windows_.zip
- Linux x64: Agent_Linux64_.zip
- Linux ARM 64: Agent_LinuxARM64_.zip
- Linux ARM 32: Agent_LinuxARM_.zip
- OSX x64: Agent_OSX64_.zip
- OSX ARM 64: Agent_OSXARM64_.zip
Step 2: Stop Agent from running:
- Windows: Click Start - Run - Type "services.msc" Find Agent in the list, right click -> click stop.
- Linux: Open a terminal window and run sudo systemctl stop AgentDVR.service
- OSX: Open a terminal window and run sudo launchctl unload -w /Library/LaunchDaemons/com.ispy.agent.dvr.plist
Step 3: Update
Unzip the files you downloaded over the top of the existing install. Make sure you are overwriting the existing files, not unzipping them into a new directory. On Linux/ OSX you will need to make the ./Agent file executable:
sudo chmod +x Agent
Step 4: Restart
- Windows: Click Start - Run - Type "services.msc" Find Agent in the list, right click -> click start.
- Linux: Open a terminal window and run sudo systemctl start AgentDVR.service
- OSX: Open a terminal window and run sudo launchctl load -w /Library/LaunchDaemons/com.ispy.agent.dvr.plist
If you have problems manually installing / updating Agent then please use the regular download links on the page instead of the Beta.