Client Management
View, block, unblock, and manage all devices connected to your OpenWRT router.
The Clients tab shows every device connected to your network, combining data from DHCP leases and hostapd wireless associations.
Device List ๐
Each client shows:
- Device name (from DHCP hostname or manual labeling)
- IP address
- MAC address
- Connection type (wired or wireless)
- Signal strength (for wireless clients)
- Device type icon (customizable)
Blocking Clients ๐
Tap any client to open its detail panel, where you can:
- Block โ Creates a firewall rule (
wrtune_block) that drops all traffic from the deviceโs MAC address - Timed Block โ Creates a temporary firewall rule (
wrtune_temp_*) with automatic expiry - Unblock โ Removes the corresponding firewall rule
Blocking uses the WRTune Engineโs block_client method, which organizes rules under a clean prefix in your firewall configuration.
Static DHCP Leases ๐
Assign fixed IP addresses to devices via static leases:
- Tap a client
- Select โStatic IPโ
- Enter the desired IP address
- The lease is written to UCI config via the
uciubus namespace
DNS Schedules ๐
Client blocking can integrate with DNS schedules for time-based blocking. Configure schedules in the DNS Filtering section.
Cached Client List ๐
Client data is cached locally per router (keyed by IP) to reduce load on the router. The cache refreshes automatically when you return to the Clients tab.