More ISP Health tuning and a new "Dig deeper" section for BGP exploration. See v1.20.0 release notes for the ISP Health launch and v1.20.1 for ARRIS Surfboard support and hero card improvements.
ISP Health
- "Dig deeper with BGP tools" - A new collapsible section under the Per-Network RTT chart that links directly to your ISP's ASN on HE BGP Toolkit, bgp.tools, and RIPE RIPEstat, so you can explore peering, prefixes, and routing when you spot something interesting
- More sensitive path/transit shift detection - Lowered the step-change threshold from 2.0 ms to 1.5 ms and relaxed the relative gate from 15% to 6%, so smaller but real transit shifts on higher-latency paths are no longer filtered out
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.