Skip to content

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.

Add the Flet’H package feed and install luci-proto-fleth.

OpenWrt 25.12 and later:

Terminal window
wget -O /etc/apk/keys/fleth.pem https://dl.fleth.link/fleth.pem
echo 'https://dl.fleth.link/apk/all/packages.adb' >> /etc/apk/repositories.d/customfeeds.list
apk update
apk add luci-proto-fleth

OpenWrt 24.10 and earlier:

Terminal window
mkdir -p /etc/opkg/keys
wget -O /etc/opkg/keys/064499bbef2b4ee5 https://dl.fleth.link/opkg/all/064499bbef2b4ee5
echo 'src/gz fleth https://dl.fleth.link/opkg/all' >> /etc/opkg/customfeeds.conf
opkg update
opkg install luci-proto-fleth

If the router already has the old luci-app-fleth package installed, add the same feed and install the compatibility package first:

Terminal window
opkg install luci-app-fleth
# or
apk add luci-app-fleth

Refresh LuCI and confirm that you can see:

  • Network -> Flet'H
  • Flet'H IPoE in Network -> Interfaces
  • If static IP components are installed, Flet'H Static IP or Flet'H Static IP (Passthrough)

If LuCI does not change after installation, clear your browser cache or log in again.

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.