AgentDVR Camera Server Install on Debian 13
This will show how I set up a AgentDVR Server on Debian 13. If you are using a headless install, you will need to ssh into the machine via a local terminal.
Setup the AgentDVR Server.
You can use the terminal section in Cockpit to install AgentDVR.
Check if you have curl installed, if not install with.
sudo apt install curlTo Install: (All on one line)
bash <(curl -s "https://raw.githubusercontent.com/ispysoftware/agent-install-scripts/main/v3/install.sh")Access in web browser with:
http//:<ip-address>:8090
To Update
Back up your configuration — copy the XML files in Agent/Media/XML somewhere safe.
Stop the service:
sudosystemctl stop AgentDVR.service
Download the latest version:
bash
<(curl -s
"https://raw.githubusercontent.com/ispysoftware/agent-install-scripts/main/v2/download.sh")
Unzip over the existing install directory (configuration is preserved), then:
chmod
+x Agent
Restart the service:
sudosystemctl start AgentDVR.service