This release adds a new Coverage Map to Wi-Fi Optimizer and connects speed test results, AP details, and client stats together so you can navigate between them naturally.
Speed Test
- AP markers on the map - Your access points now appear on the speed test map alongside test results. Each AP shows a popup with per-radio details - channel, TX power, EIRP, utilization, and connected client count. Click "Show AP tests" to filter the map to just that AP's results.
- AP placement - Click "Edit APs" to enter placement mode, pick an unplaced AP from the sidebar, and click the map to drop it. Drag markers to reposition. Locations are saved automatically.
Wi-Fi Optimizer
- Coverage Map tab - A new tab that pulls in the speed test map and overlays your APs on it. You can see exactly where speed tests were run relative to your access points, color-coded by throughput (red for under 50 Mbps, green for 500+). Filter by time range, test type, or search for a specific client or AP.
- Filter by AP - Click "Show AP tests" in any AP popup to narrow the map to just that AP's speed test results. Useful for spotting dead zones around a specific AP.
- Cross-linking everywhere - Client names throughout Wi-Fi Optimizer (roaming topology, client timeline, AP load balance) are now clickable links that jump to that client's details in Client Stats. Speed test path analysis includes a "View in Wi-Fi Optimizer" link. AP names in speed test popups link to the AP's details.
- Tab scroll buttons - Left/right arrows appear when Wi-Fi Optimizer tabs overflow on narrow screens.
- Roaming topology improvements - Easier to hover roaming path lines between APs (wider hit area with follow-cursor tooltips). Click a path to select it and auto-scroll to the details below.
Dashboard
- LAN Speed Test "View All" - Now jumps directly to the test history table instead of the top of the Speed Test page.
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.