Table of Contents

OpenWrt Router GearUP Plugin Installation Guide

Last updated: 11 May, 2026

Note 1: Before performing the following steps, ensure you have a router that supports OpenWrt.

Note 2: Ensure that your computer is connected to the network of your OpenWrt router.

For more information about OpenWrt, visit the official website: https://openwrt.org/

Step 1: Connect to the Router via SSH

  1. Power on your computer and connect it to the network of your OpenWrt router using either an Ethernet cable or Wi-Fi.
  2. Press the "Windows key + R key" on your keyboard, then type in "cmd", and press the Enter key to open the command prompt window.
  3. In the Command Prompt window, type the command "ipconfig" and press Enter to get the IP address of the router. Locate the IP address of your router. It is typically labeled as "Default Gateway." For example, if your Default Gateway is 192.168.1.1, then your router's IP address is 192.168.1.1.
    OpenWrt Router GearUP Plugin Installation Guide
  4. Still in the command prompt window, type the “ping Router IP” command and press the Enter key to check if you can communicate with the router. (Please replace "Router IP" with the actual IP address you found in step 3, such as 192.168.1.1). If you receive replies from the router, as shown below, it indicates a successful connection to the router.
    OpenWrt Router GearUP Plugin Installation Guide
  5. Still in the same Command Prompt window, type the command "ssh root@routerIP" and press Enter. This will establish an SSH connection to the router. Replace "routerIP" with the actual IP address you found in step 3, like 192.168.1.1.
    OpenWrt Router GearUP Plugin Installation Guide
  6. The system will prompt you to enter a password. Enter the password for the router and press Enter.
    OpenWrt Router GearUP Plugin Installation Guide

Step 2: Install & Plugin

In the SSH command-line interface, follow these commands in sequence:

  1. wget https://download.booster.gearupportal.com/guplugin-script/202211251220/install.sh
    OpenWrt Router GearUP Plugin Installation Guide
  2. /bin/sh install.sh openwrt $(uname -m). Note: If 'sn=' is displayed, it means that the installation has been successful
    OpenWrt Router GearUP Plugin Installation Guide
  3. opkg list-installed kmod-tun. Note: Execute this command to check for the presence of the kmod-tun module, if it's present, skip steps 4 and 5
    OpenWrt Router GearUP Plugin Installation Guide
  4. opkg update
    OpenWrt Router GearUP Plugin Installation Guide
  5. opkg install kmod-tun
    OpenWrt Router GearUP Plugin Installation Guide
  6. ls /dev/net/tun.

Note: Run this command to check if the tun module is available. If it's not, you'll need to install it separately or consider using a different firmware version

  • Below is a screenshot showing the presence of the tun module
    OpenWrt Router GearUP Plugin Installation Guide
  • Below is a screenshot indicating the absence of the tun module
    OpenWrt Router GearUP Plugin Installation Guide

Step 3: Bind the plugin on app

  1. Open the "GearUP Router" app on your mobile device.
    OpenWrt Router GearUP Plugin Installation Guide
  2. On the Boost page, click "Install Router Plugin".
  3. If the binding is successful, both of the following verifications will succeed. Click "Next" to continue.
    OpenWrt Router GearUP Plugin Installation Guide
  4. You will observe that the router is now successfully bound, click on the "Boost" button.
    OpenWrt Router GearUP Plugin Installation Guide
  5. Upon a successful installation, you will be automatically directed back to the App homepage.
    OpenWrt Router GearUP Plugin Installation Guide

The End