Choisir Télécharger
Résolution des problèmes d'installation | Fonctionnalités
Instructions pour Windows
Décompressez et exécutez l'application d'installation. Cela vérifiera et installera les prérequis, puis configurera l'application principale Agent DVR.
Instructions 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
Voir docker hub pour plus d'instructions.
Instructions pour Linux/macOS/RPi
Nous recommandons Ubuntu 20.10 pour Linux
Pour télécharger Agent DVR et l'installer, exécutez la commande suivante dans un terminal :
sudo apt-get install curl
Pour télécharger Agent DVR et l'installer, exécutez dans un 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.