Versions Compared

Key

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

...

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

  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

...