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