github Ozark-Connect/NetworkOptimizer v1.6.6

4 hours ago

Security audit improvements. Feature recap since v1.4.x:

  • Client Performance dashboard (v1.6.0) - Per-client signal quality, walk-test GPS mapping, connection history, and roaming events
  • Planned AP placement (v1.6.0) - Place any AP model from a 30+ model catalog on your floor plan to simulate coverage before buying hardware
  • Signal Map floor plan editor (v1.5.0) - Draw building layouts with wall materials, place APs, and see real-time RF propagation heatmaps
  • Gateway-direct WAN speed testing (v1.4.1) - Speed tests directly from your UniFi gateway against Cloudflare's edge network

See v1.6.0 release notes and v1.5.0 release notes and release notes since then for the full breakdown.

Security Audit

  • Better Apple device detection - HomePods and Apple TVs with generic UniFi fingerprints (like "Smart Device" or "SmartTV") are now correctly identified via MAC OUI lookup. This means HomePods show up as smart speakers and Apple TVs as streaming devices, so the audit gives the right VLAN recommendations and respects your "Allow Apple streaming devices" setting. Thanks to @ekobres for the initial work in #269.
  • Settings hint in audit recommendations - For device types that have a configurable allowance (streaming devices, smart TVs, speakers, media players, printers), the recommendation now mentions "Or allow this device type in Settings" so you know you have both options.

Installation

Windows: Download the MSI installer below

Docker:

docker compose pull && docker compose up -d

macOS (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.sh

Proxmox:

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.

Don't miss a new NetworkOptimizer release

NewReleases is sending notifications on new releases.