ダウンロードを選択してください。
トラブルシューティングのインストール | 特徴
Windowsの手順
インストールアプリケーションを解凍して実行します。これにより、前提条件がチェックされ、その後、メインのAgent DVRアプリケーションがセットアップされます。
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
詳しい手順については、Docker Hubを参照してください。
Linux/ macOS/ RPiの手順
Linuxの場合、Ubuntu 20.10をおすすめします。
Agent DVRをダウンロードしてインストールするには、ターミナルで次のコマンドを実行してください:
sudo apt-get install curl
Agent DVRをダウンロードしてインストールするには、ターミナルで次のコマンドを実行します:
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.