Text UI for OpenWrt — router summary, network, Wi-Fi, backups, and diagnostics in a single shell script.
- Router summary — host, model, firmware, uptime, IPs, upstream IP, internet status, CPU/RAM/disk
- LAN ports — link state, RX/TX (swconfig / network.device)
- Interfaces — IP and uptime per logical interface
- Wi-Fi — networks with drill-down to clients
- Wired — wired connections with drill-down to clients
- Backups — create / restore (
sysupgrade) - Diagnostics — ping, traceroute, nslookup
- Reboot, Packages (opkg)
wget -O /usr/bin/tuiwrt https://raw.githubusercontent.com/fatonspb/tuiwrt/main/tuiwrt.sh && chmod +x /usr/bin/tuiwrtopkg update
opkg install whiptail-newt iwinfo iw ip-bridgeOptional: swconfig, traceroute, bind-dig (nslookup).
ssh -t root@192.168.1.1 tuiwrtMIT — see LICENSE.