Skip to content

Run XX Net in OpenWrt LEDE (2018.3.14 Update)

Michael-X-Net edited this page Feb 3, 2023 · 1 revision

After the assistance and testing of many colleagues, it can run smoothly in OpenWrt and LEDE. The tutorial is now described as follows.

2018.3.14

Required conditions:

  1. First you need a public IP. If there is no public IP, then smooth operation cannot be guaranteed. IPv6 is recommended.

  2. Install the necessary plugins Run via SSH:

opkg update
opkg install python-pyopenssl

Specific steps:

  1. Download XX-Net.

  2. Put XX-Net in a certain position (below /XX-Net)

  3. Modify the XX-Net folder attribute to 777.

  4. Add the following command before "exit 0" in "System-Startup Items-Local Startup Script":

nohup /XX-Net/start >/dev/null 2>&1 &

Then opkg install coreutils-nohup, XX-net will start together with OpenWrt/LEDE in the future.

  1. Modify /XX-Net/data/launcher/config.yaml:
modules: {
launcher: { allow_remote_connect: 1 }
  1. Reboot.

  2. Open in your browser:

http://[Router IP]:8085
  1. If XX-Net is not running, you can run it via SSH, enter the command:
/XX-Net/start

Remote download and import certificate

The certificate can be downloaded from the following address:

http://[Router IP]:8085/module/gae_proxy/control/download_cert

Please see here for installation.

Clone this wiki locally