Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download the Gateway Package for GL.iNET.

Installation Script

  1. 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.

    image-20241024-154114.pngImage Added

  2. Download latest uplink package onto device

    Code Block
    wget https://dashboard.videoexpertsgroup.com/downloads/uplink-gateway/GLiNET-package-<VERSION>.zip
  3. Extract the zip file

    Code Block
    unzip GLiNET-package-<VERSION>.zip
  4. Run install script

    Code Block
    cd GLiNET-package-<VERSION>/package && ./install.sh

Installation Through Luci Web UI

  1. Navigate to the software page of the Luci interface.
    http://GLiNET-IP/cgi-bin/luci/admin/system/opkg

  2. Make sure to update your package list before installing the Uplink Packages.

    Screenshot from 2024-02-05 09-57-30.png

  3. Upload and install the uplink-gateway_<VERSION>_mipsel_24kc.ipk package from the downloaded GLiNET package.

    Screenshot from 2024-02-05 09-57-18.pngScreenshot from 2024-02-05 09-57-49.pngScreenshot from 2024-02-05 09-58-05.png

  4. Upload and install the luci-app-uplink-gateway_<VERSION>_all.ipk package from the downloaded GLiNET package.

  5. Re-login to the Luci interface.

Adding Gateway to Cloud VMS

  1. Add GL.iNET router as Uplink Camera to VMS Platform using GL.iNET server’s serial number and MAC Address.

...

  1. Navigate to the Gateways page on Cloud One and click Add Gateway in the top right corner.

  2. Select the OpenWRT Gateway checkbox on the Gateway form and fill out the form with the device’s information.

    image-20240701-140150.pngImage Added


    You can find the Device’s Serial Number and MAC Address on the page http://<ROUTER-IP>//cgi-bin/luci/admin/services/uplink-gateway/settings or on the back of the

...

  1. device.

...

  1. image-20240628-161535.pngImage AddedImage Modified

...

  1. After adding the GL.iNET Uplink Gateway

...

  1. Navigate to the Gateway tab in Cloud One and select the gateway you would like to add a camera to.

    Screenshot from 2024-03-13 16-09-57.pngImage Removed

  2. Select the ‘Add Camera To Gateway’ button and fill out the camera information form.

    Screenshot from 2024-03-13 16-10-08.pngImage Removed

    Screenshot from 2024-03-13 16-18-14.pngImage Removed

    Screenshot from 2024-03-13 16-18-23.pngImage Removed

  3. Camera will now have been added to the gateway and cloud one and the camera can be viewed in Gateway’s camera page as well as the Cameras tab.should appear online within a couple of minutes.

Once the Gateway is connected you can proceed with Adding Cameras to Gateway

Upgrading Uplink Gateway

  1. Download the latest version from our Dashboard.

  2. Navigate to the software page on your GL.iNET device.
    <DEVICE_IP>/cgi-bin/luci/admin/system/opkg

  3. Update package lists.

    Screenshot from 2024-02-05 09-57-30.png

  4. 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...

  5. The package should now be successfully upgraded.

...