ABOUT
Network Optimizer is a self-hosted optimization, monitoring (NMS) and security audit tool for UniFi networks. It scores and optimizes Wi-Fi, runs DNS, VLAN and firewall security checks, hosts a centralized WAN and LAN speed test server with L2 tracing, and monitors ISP and WAN health. Built on .NET 10 / Blazor Server with a local SQLite database.
warningOn first start an admin password is auto-generated. Retrieve it with: journalctl -u networkoptimizer | grep -i password
infoEdit ASPNETCORE_URLS, HOST_IP and Iperf3Server__Enabled in /opt/networkoptimizer/networkoptimizer.env, then restart the service.
infoLicensed under the Business Source License 1.1: free for personal use of up to 3 sites; commercial use requires a license.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally2 CPU4096 MB RAM12 GB disk
Config path/opt/networkoptimizer/networkoptimizer.env
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/networkoptimizer.sh'; sha='af1da1780abe774e17556ab56ca04ab6b00a676ea832e448dcbd0bfa12bb825d'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/networkoptimizer.shSHA-256 af1da1780abe774e17556ab56ca04ab6b00a676ea832e448dcbd0bfa12bb825d LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.