Download the correct version of the ONVIF Uplink Gateway package from here.
Windows
Install WSL2 on your Windows device: https://learn.microsoft.com/en-us/windows/wsl/install
Install Docker Desktop on Windows device: https://docs.docker.com/desktop/install/windows-install/
Open your WSL terminal in Windows and navigate to the directory where you extracted the gateway package. Continue with the same steps as in the Linux section.
Linux
Unzip the package
If you do not already have Docker installed on your system, then execute the docker install script.
./docker_install.sh
Once Docker and Docker Compose are successfully installed on the device. Start the Gateway by executing the start script.
./start.sh
Navigate to 127.0.0.1:8000 or <device-ip>:8000 and copy the device’s UUID.
Add the Gateway to the Cloud VMS platform using the UUID.
Adding Cameras
Add Uplink camera to the Cloud VMS platform using the camera’s Serial Number and MAC Address.
Add camera to Gateway using the same information.
Navigate to Gateway main page and click start on the corresponding camera in the cameras list.
The camera should now be online on Cloud VMS platform.
How to Stop Gateway
Execute the stop script.
./stop.sh
How to Upgrade Gateway
Ensure that the old version of Gateway is running.
Navigate to the extracted folder of the new version of the Gateway.
Execute the script update.sh by providing the old Gateway directory and new Gateway directory.
./update.sh -orig <path_to_old_version_directory> -dest <path_to_new_version_directory>