Download Agent DVR v7.6.8.0
Docker
Requires Docker Desktop to be installed and running.
- Windows Installs and starts Agent DVR using Docker Desktop.
-
Linux
Open a terminal and run the command below:
curl -sL "https://www.ispyconnect.com/docker/linux/install-agentdvr.sh" -o docker_agent.sh && bash docker_agent.sh; rm docker_agent.shDocker Desktop must already be running.
When Agent DVR is installed access the local UI at http://localhost:8090
Manual setup for advanced users.
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.
When Agent DVR is installed access the local UI at http://localhost:8090
Linux/ 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 -sL "https://www.ispyconnect.com/install" -o install_agent.sh && sudo bash install_agent.sh; rm install_agent.sh
When Agent DVR is installed access the local UI at http://localhost:8090
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.
- MacOS: Run the MacOS installer and check the option "Install Beta" on step 1.
-
Linux:
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 -sL "https://www.ispyconnect.com/install" -o install_agent.sh && sudo env USE_BETA=true bash install_agent.sh; rm install_agent.sh -
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.
When Agent DVR is installed access the local UI at http://localhost:8090
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.