Chọn Tải xuống
Xử lý sự cố Cài đặt | Tính năng
Hướng dẫn Windows
Giải nén và chạy ứng dụng cài đặt. Điều này sẽ kiểm tra và cài đặt các yêu cầu tiên quyết sau đó thiết lập ứng dụng chính Agent DVR.
Hướng dẫn 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
Xem docker hub để biết thêm hướng dẫn.
Hướng dẫn Linux/ macOS/ RPi
Chúng tôi khuyên dùng Ubuntu 20.10 cho Linux
Bạn có thể cần cài đặt curl trên Linux:
sudo apt-get install curl
Để tải xuống Agent DVR và cài đặt nó, chạy trong terminal:
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.