Quick follow-up patch for v1.4.0 - see v1.4.0 release notes for details on what's included in v1.4.0+
WAN Speed Test
- CGNAT WAN detection - WAN speed tests on CGNAT connections (Starlink, double-NAT) now correctly identify the WAN interface instead of falling back to the primary WAN. Uses a 3-step approach: exact IP match, single NAT'd port match, then ISP speed proximity matching.
- WAN reassignment - Inline pencil icon in the speed results area lets you correct a misidentified WAN. Selecting a different WAN saves immediately and re-runs path analysis with the correct bottleneck speeds. Only visible on multi-WAN setups.
- Path analysis fix - Fixed a race where retrying path analysis on page load could overwrite correct results by running without the resolved WAN group.
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.