Fixes and a navigation improvement. See v1.16.0 release notes for what's new in v1.16.0+
WAN Steering
- Promoted to top-level nav item - WAN Steering now has its own icon in the sidebar instead of being nested under Adaptive SQM.
Config Optimizer
- SQM firmware regression warning - UCG-Fiber, UXG-Fiber, UCG-Max, and UXG-Max on firmware newer than 5.0.10 with WAN speeds above 500 Mbps now get a performance suggestion. SQM download throughput regressed to ~800 Mbps or less on these models with recent firmware.
Fixes
- Threat Dashboard client name resolution - The UniFi API returns device fingerprinting fields as floats (e.g.
4.0instead of4), which broke client list deserialization. The JSON converter now handles float-typed numbers. - WiFi Optimizer propagation data loading - Fixed an error that occurred when the Blazor circuit ended while background health evaluation was still running.
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.