...
Download the Gateway Package for GL.iNET.
Installation Script
Log into glinet through SSH.
Code Block ssh root@<GLINET_IP>
If GoodCloud is enabled, the device’s terminal can be accessed through the portal.
Download latest uplink package onto device
Code Block wget https://dashboard.videoexpertsgroup.com/downloads/uplink-gateway/GLiNET-package-<VERSION>.zip
Extract the zip file
Code Block unzip GLiNET-package-<VERSION>.zip
Run install script
Code Block cd GLiNET-package-<VERSION>/package && ./install.sh
Installation Through Luci Web UI
Navigate to the software page of the Luci interface.
http://GLiNET-IP/cgi-bin/luci/admin/system/opkgMake sure to update your package list before installing the Uplink Packages.
Upload and install the uplink-gateway_<VERSION>_mipsel_24kc.ipk package from the downloaded GLiNET package.
Upload and install the luci-app-uplink-gateway_<VERSION>_all.ipk package from the downloaded GLiNET package.
Re-login to the Luci interface.
Adding Gateway to Cloud VMS
Add GL.iNET router as Uplink Camera to VMS Platform using GL.iNET server’s serial number and MAC Address.
...
The serial number and MAC address can be found on the back of the GL.iNET router
...
Adding Cameras to GL.iNET Gateway
Add Uplink Cameras to your Cloud VMS platform for each camera you are going to connect through the GL.iNET bridge. You’ll need the following information for each camera:
Camera username.
Camera password.
Camera serial number (should be printed on a camera)
Camera MAC address (should be printed on a camera)
...
Navigate to the Gateways page on Cloud One and click Add Gateway in the top right corner.
Select the OpenWRT Gateway checkbox on the Gateway form and fill out the form with the device’s information.
You can find the Device’s Serial Number and MAC Address on the page http://<ROUTER-IP>//cgi-bin/luci/admin/services/uplink-gateway
...
After adding each camera to Cloud VMS, add the same camera serial number and MAC address into the Camera Form of the plugin’s interface, plus the local IP address of the camera. Make sure to enable each camera you want to add.
...
Then scroll down to the bottom of the page and click Save & Apply.
Note. Default ports for IP Cameras are usually http: 80, rtsp: 554
Then navigate to http://<GLINET-IP>/cgi-bin/luci/admin/services/uplink-gateway and click ‘Start Cameras’ to start the application.
...
/settings or on the back of the device.
After adding the GL.iNET Uplink Gateway to Cloud One the gateway should appear online within a couple of minutes.
Once the Gateway is connected you can proceed with Adding Cameras to Gateway
Upgrading Uplink Gateway
Download the latest version from our Dashboard.
Navigate to the software page on your GL.iNET device.
<DEVICE_IP>/cgi-bin/luci/admin/system/opkgUpdate package lists.
Upload the new version up Uplink Gateway.
After a successful upgrade the Executing Package Manager dialog box should display:Upgrading uplink-gateway on root from 1.0-4 to 1.0-5...
The package should now be successfully upgraded.
...