Choose Download
Troubleshooting Install | Features | iSpy v7.2.6.0
Windows Instructions
Unzip and run the install application. This will check and install pre-requisites and then setup the main Agent DVR application.
Docker Instructions
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
See docker hub for more instructions.
Linux/ macOS/ RPi Instructions
We recommend Ubuntu for Linux
You may need to install curl on Linux:
sudo apt-get install curl
To download Agent DVR and install it, run in a terminal:
curl -s "https://raw.githubusercontent.com/ispysoftware/agent-install-scripts/main/v3/install.sh" | bash
Install Instructions (Beta Versions)
Download a Beta version to test new updates and functionality. There may be bugs (and bug fixes) in beta versions. Please report any issues you find to us
If you have an existing install of Agent DVR, please backup your configuration (via the server menu - Backup) before installing the beta. Backup your media folder if you have critical recordings.
Agent DVR will install to Applications/AgentDVR on macOS or /opt/AgentDVR on Linux. This may be different to where you have previously installed it.
Install the Beta
- Windows:Run the Windows installer and check the option "Install Beta" on step 1.
- Linux/ macOS:
We recommend Ubuntu for Linux
You may need to install curl on Linux:
sudo apt-get install curlTo download Agent DVR and install it, run in a terminal:
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
See docker hub for more instructions.
If you experience issues using the Beta version of Agent DVR, please try the release version instead and tell us if the issue still occurs.