Download Agent DVR
Docker
Requires Docker Desktop to be installed and running.
- Windows Installs and starts Agent DVR using Docker Desktop.
-
Linux / macOS
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.
Manual setup for advanced users.
See docker hub for more instructions.
Linux/ macOS/ RPi Instructions
We recommend Ubuntu for Linux
You may need to install curl on Linux:
To download Agent DVR and install it, run in a terminal:
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
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 -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.