Router Setup

  1. Plug in the power cable.

  2. Connect GLiNET to the network using the WAN port.

  3. Connect a local device (laptop or desktop) to the GLiNET using one of the two methods:

    1. Ethernet into the LAN port.

    2. WiFi using GL.iNET access point “GL-MT300N-…”

  4. Connect to router @ http://192.168.8.1 in a browser.

  5. Follow the instructions in the browser.
    a. Choose your preferred language.

    b. Set password.

  6. Verify the firmware version that the GL.iNET device has installed by navigating to http://192.168.8.1/#/upgrade.
    The version that should be installed is 4.3.11.
    You can upgrade your device to version 4.3.11 by downloading the firmware from GL.iNET’s firmware directory and performing a local upgrade.

  7. Navigate to Network > Network Mode and set the router to Access Point mode and click apply.

  8. You should be able to access the router from within your network and no longer need to connect to it directly.

  9. Verify that the device has internet access by using the device’s network diagnostics
    http://GLINET-IP/cgi-bin/luci/admin/network/diagnostics

Goodcloud Setup

  1. Navigate to APPLICATIONS > GoodCloud on the GLiNET Web page.

    image-20240502-190605.png
  2. Enable GoodCloud, Enable Remote SSH, Enable Remote Web Access, Set data server.
    Then agree to the Terms of Service and click Apply.

    image-20240503-143219.png

  3. Copy and send Device info from this page to the VXG team.

    image-20240502-191037.png

Gateway Installation

Download the Gateway Package for GL.iNET.

Installation Script

  1. Log into glinet through SSH.

    ssh root@<GLINET_IP>

    If GoodCloud is enabled, the device’s terminal can be accessed through the portal.

    image-20241024-154114.png

  2. Download latest uplink package onto device

    wget https://downloads.cloud-vms.com/GLiNET-package-<VERSION>.zip
  3. Extract the zip file

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

    cd package && ./install.sh && cd ../ && rm -rf *

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

Adding a Gateway

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.

Troubleshooting

Checking Logs

A key aspect of knowing the cause of an issue is being able to see what is occurring on the device.
The device logs can be accessed at http://<GLiNET-IP>/cgi-bin/luci/admin/status/logs.

Rebooting Gateway Services

All Uplink services can be restarted by navigating to http://<GLiNET-IP>/cgi-bin/luci/admin/services/uplink-gateway/settings and clicking ‘Restart Gateway’

image-20240507-201935.png