GearUP Booster

OpenWrt Plugin Installation Guide

2024-04-16

Note: Before proceeding with the following steps, 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 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)

 

5. Still in the Command Prompt window, type the command "ping routerIP" and press Enter to check if you can communicate with the router. Replace "routerIP" 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 Plugin Installation Guide-img 2

 

6. 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 Plugin Installation Guide-img 3

 

7. The system will prompt you to enter a password. Enter the password for the router and press Enter.

 

OpenWrt Plugin Installation Guide-img 4

 

 

Step 2: Install the 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 Plugin Installation Guide-img 5

 

2. /bin/sh install.sh openwrt $(uname -m)
 

Note: If 'sn=' is displayed, it means that the installation has been successful

 

OpenWrt Plugin Installation Guide-img 6

 

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 Plugin Installation Guide-img 7

 

4. opkg update

 

OpenWrt Plugin Installation Guide-img 8

 

5. opkg install kmod-tun

 

OpenWrt Plugin Installation Guide-img 9

 

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 Plugin Installation Guide-img 10

 

  • Below is a screenshot indicating the absence of the tun module

 

OpenWrt Plugin Installation Guide-img 11

 

 

Step 3: Install router plugin on app

 

1. Download and open the "GearUP Console Boosterr" app

 

OpenWrt Plugin Installation Guide-img 12

 

2. click on "Install router plugin".

 

3. If the binding is successful, both of the following verifications will succeed. Click "Next" to continue.

 

OpenWrt Plugin Installation Guide-img 13

 

4. You will observe that the router is now successfully bound, click on the "Boost" button.

 

OpenWrt Plugin Installation Guide-img 14

 

5. Upon a successful installation, you will be automatically directed back to the App homepage.

 

OpenWrt Plugin Installation Guide-img 15