OpenWrt Compilation Command Record

OpenWrt Compilation Command Record

cp ipq60xx-all.config .config make defconfig make menuconfig # Enter the graphical configuration interface Save and exit: After configuration is complete, press <Esc> until you exit the configuration interface. The system will prompt to save the configuration, choose to save. make oldconfig # Generate configuration based on existing configuration # This method updates and applies your … Read more

Adapting OpenWrt Parental Control Plugin for JD Taiyi Router

Adapting OpenWrt Parental Control Plugin for JD Taiyi Router

Hello everyone, I wonder how many of you are using JD series routers, such as Arthur, Athena, Taiyi, and Luban. The Wireless Treasure routers are characterized by large storage capacity and powerful main chip performance, making them particularly suitable for enthusiasts who enjoy installing a large number of plugins.At the request of fans, today I … Read more

Configuring AP and STA in OpenWrt

Configuring AP and STA in OpenWrt

To configure a device in OpenWrt to function simultaneously as an AP (Access Point) and STA (Client) for network bridging, the following steps must be completed. This configuration allows the device to connect to an upstream WiFi (STA mode) while providing wireless access to downstream devices (AP mode), enabling network extension or use when a … Read more

Mounting SMB on OpenWrt

Mounting SMB on OpenWrt

Add UserDependenciesopkg install shadow-commonopkg install shadow-useraddAdd SMB Specific Useruseradd YOUR_SMB_USER_NAMEAssociate User with SMB Servicesmbpasswd -a YOUR_SMB_USER_NAMEOpenWrt ConfigurationMount SMB Network ShareHere, fill in the SMB storage information to be mounted on OpenWrt, and you will see the successfully mounted drive at the OpenWrt mount point.Network ShareHere, set up the SMB service on OpenWrt, which means sharing … Read more

Setting Up OpenWrt as a Bypass Router

Setting Up OpenWrt as a Bypass Router

The specific settings are as follows. Connecting the Bypass Router (Phicomm N1) to the Network Check the current main router’s IP (what is the subnet). <pre><code class="language-plaintext">Method to check the current router's IP: 1. This is actually the backend entry of the router, usually marked on the back of the router. 2. Find any device … Read more

The Ever-Changing Interfaces of OpenWrt: How Many Do You Know?

The Ever-Changing Interfaces of OpenWrt: How Many Do You Know?

How many common interfaces of OpenWrt do you know? (Download method at the end)1. luci-theme-Materiale-alphaLogin Interface:Main Interface:2. luci-theme-ArgonLogin Interface:Main Interface:3.luci-theme-BootstrapLogin Interface:Main Interface:4.luci-theme-DesignLogin Interface:Main Interface:5.luci-theme-EdgeLogin Interface:Main Interface:6.luci-theme-KuCatLogin Interface:Main Interface:7.luci-theme-LightblueLogin Interface:Main Interface:8. luci-theme-MaterialLogin Interface:Main Interface:9.luci-theme-OpenWrtLogin Interface:Main Interface:10.luci-theme-Openwrt2020Login Interface:Main Interface:11. luci-theme-TeleofisLogin Interface:Main Interface:Download Tutorial:You can download themes from the software package, select the system on the left, and … Read more

Configuring OpenWRT Router as an IPv6 Gateway

Configuring OpenWRT Router as an IPv6 Gateway

Router Flashing This section refers to the relevant tutorials from various manufacturers, but it is said that there is a firmware called breed, which seems to make the router less likely to become bricked after flashing! Changing the Default Mirror Source of the Router and Preparation Work Connect to the router using SSH, by default … Read more

OpenWRT Firmware Download Collection

OpenWRT Firmware Download Collection

OpenWRT X68-64 Latest Compiled FirmwareFirmware InformationModel: Generic x86/64Platform: x86/64Version:Kernel: 5.15.134Version: OpenWRT-BoZai 11.17.2023 by OpenWRT-BoZai / LuCI Master git-24.286.72457-5518424Compilation Time: 2023-11-17 12:53:29Included Software: Bypass, Vssr, Hello World, PassWall 2, SSR-Plus, AdGuard Home, Ad Blocker, DDNS, WeChat/DingTalk Push, IP Address Rate Limiting, etc.Login Address: 192.168.100.1 (Please take note)Login Password: password(Including the latest xxXray and all xx internet … Read more

A Simple Guide to OpenWRT Make

A Simple Guide to OpenWRT Make

Compile a Specific Module make package/qos/clean make package/qos/compile make package/qos/install Compile Firmware # V=99 indicates detailed debug information make V=99 # Compile everything make world # For multi-core CPUs, adding the -j=2 option can theoretically speed up the compilation # make -j 2 V=99 can speed up the compilation (not recommended) make j=2 V=99 Skip … Read more

Common OpenWrt Plugins: A Bilingual Reference

Common OpenWrt Plugins: A Bilingual Reference

Common OpenWrt Plugins: A Bilingual ReferencePlugin Name (Chinese)Luci AppNetwork Wizardluci-app-quickstartiStoreluci-app-storeReal-time Monitoringluci-app-netdataFree Memoryluci-app-ramfreeWireGuard Statusluci-app-wireguardACME Certificatesluci-app-acmeCustom Commandsluci-app-commandsWeb Managementluci-app-webadminTTYD Terminalluci-app-ttydDisk Managementluci-app-diskmanPartition Expansionluci-app-partexpACL Settingsluci-app-aclAdvanced Settingsluci-app-advancedScheduled Rebootluci-app-autorebootArgon Theme Settingsluci-app-argon-configDesign Theme Settingsluci-app-design-configFile Transferluci-app-filetransferShutdownluci-app-poweroffTencent Cloud DDNSluci-app-tencentddnsDocker CE Containersluci-app-dockerDocker (Dockerman)luci-app-dockermanHello Worldluci-app-vssrClash (frainzy1477)luci-app-clashOpenClashluci-app-openclashPassWallluci-app-passwallPassWall2luci-app-passwall2ShadowSocksR Plus+luci-app-ssr-plusBypassluci-app-bypassHomeProxyluci-app-homeproxyNikki (MihomoTProxy)luci-app-nikkiCustomer AC Controllerluci-app-gecoosacChatGPT Webluci-app-chatgpt-webV2ray Serverluci-app-v2ray-serverAdGuard Homeluci-app-adguardhomeAd Blocker Master Plus+luci-app-adbyby-plusiKoolProxy Ad Filterluci-app-ikoolproxyAliyun Drive WebDAVluci-app-aliyundrive-webdavAliyun Drive FUSEluci-app-aliyundrive-fuseGo Aliyun Drive WebDAVluci-app-go-aliyundrive-webdavUA2F Anti-Detectionluci-app-ua2fMentoHUSTluci-app-mentohustminieapluci-app-minieap802.1x Clientluci-app-cd8021xSYSU … Read more