Wi-Fi Optimizer now sees all your APs (including UDR and UX gateways) and shows better device names.
Wi-Fi Optimizer
- Gateway devices with wireless radios included - UDR, UX, and UDM devices acting as the primary gateway were missing from Wi-Fi Optimizer even though they're actively broadcasting Wi-Fi. Their radios now show up in channel analysis, power coverage, and all other optimizer tabs.
- Better client names everywhere - Client lists, low signal warnings, band steering analysis, and all other client references now show UniFi's auto-detected friendly name (like "iPhone" or "Galaxy S24") instead of falling back to DHCP hostname or MAC address. Uses the same name resolution as the UniFi controller UI.
- Cleaned up power coverage styling - Removed accent color from EIRP and unit labels for a cleaner look.
Installation
Windows: Download the MSI installer below
Docker:
docker compose pull && docker compose up -dmacOS (native, recommended for accurate speed tests vs Docker Desktop):
git clone https://github.com/Ozark-Connect/NetworkOptimizer.git && cd NetworkOptimizer && ./scripts/install-macos-native.sh
# or if you already have it cloned
cd NetworkOptimizer && git pull && ./scripts/install-macos-native.shProxmox:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/Ozark-Connect/NetworkOptimizer/main/scripts/proxmox/install.sh)"For other platforms (Synology, QNAP, Unraid, native Linux), see the Deployment Guide.