Command-Line Installation
This documentation is still being edited and may differ from the actual version.
Use this path if you can SSH into the router. It adds the Flet’H package feed, so future updates can also use the package manager.
Check your OpenWrt version first. OpenWrt 25.12 and later use apk; OpenWrt 24.10 and earlier use opkg / ipk.
Install from the package feed
Section titled “Install from the package feed”Add the Flet’H package feed and install luci-proto-fleth.
- Feed: dl.fleth.link
OpenWrt 25.12 and later:
wget -O /etc/apk/keys/fleth.pem https://dl.fleth.link/fleth.pemecho 'https://dl.fleth.link/apk/all/packages.adb' >> /etc/apk/repositories.d/customfeeds.listapk updateapk add luci-proto-flethOpenWrt 24.10 and earlier:
mkdir -p /etc/opkg/keyswget -O /etc/opkg/keys/064499bbef2b4ee5 https://dl.fleth.link/opkg/all/064499bbef2b4ee5echo 'src/gz fleth https://dl.fleth.link/opkg/all' >> /etc/opkg/customfeeds.confopkg updateopkg install luci-proto-flethIf the router already has the old luci-app-fleth package installed, add the
same feed and install the compatibility package first:
opkg install luci-app-fleth# orapk add luci-app-flethCheck after installation
Section titled “Check after installation”Refresh LuCI and confirm that you can see:
Network -> Flet'HFlet'H IPoEinNetwork -> Interfaces- If static IP components are installed,
Flet'H Static IPorFlet'H Static IP (Passthrough)
If LuCI does not change after installation, clear your browser cache or log in again.
If package feeds are not reachable yet
Section titled “If package feeds are not reachable yet”If the router cannot reach the official OpenWrt feeds yet, fix wan6 or use a temporary network path first. Downloading only the main Flet’H package on your computer is usually not enough because dependencies may still need to come from the official feeds.