Wybierz Pobierz
Rozwiązywanie problemów z instalacją | Funkcje
Instrukcje dla systemu Windows
Rozpakuj i uruchom aplikację instalacyjną. Spowoduje to sprawdzenie i zainstalowanie wymaganych elementów, a następnie skonfiguruje główną aplikację Agent DVR.
Instrukcje dotyczące Dockera
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
Zobacz docker hub po więcej instrukcji.
Instrukcje dla Linuxa/ macOS/ RPi
Polecamy Ubuntu 20.10 dla systemu Linux
Może być konieczna instalacja curla w systemie Linux:
sudo apt-get install curl
Aby pobrać Agent DVR i zainstalować, uruchom w terminalu:
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.