The all-in-one, open-source utility to boost Wi-Fi speeds, eliminate lag, tune the TCP/IP stack, benchmark DNS resolvers, and optimize Windows 10/11 network performance.
Inspired by tools like Wu10Man, NetMan gives power users, gamers, students, and sysadmins 1-click control over their network adapter hardware, DNS settings, and kernel network stack.
Quick Start • Key Features • Why NetMan Works • How to Use • FAQ • Contributing
Out of the box, Windows 10 and 11 prioritize battery preservation and legacy compatibility over maximum network throughput:
- Sticky 2.4 GHz Band: Laptops frequently stay trapped on slow, congested 2.4 GHz Wi-Fi channels (18–30 Mbps) even when clean 5 GHz Wi-Fi 6 (400–1000+ Mbps) is broadcast from the exact same access point.
- Antenna Sleep Modes (Auto SMPS): Wireless cards constantly put spatial antennas to sleep to save milliwatts of power, causing packet micro-stutters and jitter.
- Slow ISP DNS Lookups: Default router/ISP DNS servers often take 200–1200 ms per domain resolution, causing web pages and applications to feel sluggish.
- Windows Network Throttling Index: Windows limits non-multimedia network processing to 10 packets per millisecond by default.
- Background P2P Upload Leeching: Windows Delivery Optimization uploads update packages to external internet peers, saturating upload bandwidth.
NetMan solves all of these issues in one lightweight, transparent, open-source tool.
| Category | Optimization | Description |
|---|---|---|
| 📶 Wi-Fi Hardware Acceleration | 5 GHz / 6 GHz Band Lock | Prevents laptops from getting stuck on congested 2.4 GHz campus & office access points. |
| Throughput Booster | Enables packet burst aggregation for maximum transmission throughput. | |
| Full 2x2 MIMO (No SMPS) | Prevents antennas from entering low-power sleep states, eliminating packet drop spikes. | |
| Enterprise Roaming Tuning | Configures optimal access point handoff sensitivity for campus and enterprise networks. | |
| 🌐 Anycast DNS Benchmark | Real-Time DNS Latency Meter | Benchmarks live lookup times for Cloudflare (1.1.1.1), Google (8.8.8.8), Quad9 (9.9.9.9), OpenDNS, Control D, and AdGuard. |
| 1-Click Resolver Switcher | Instantly activates the fastest DNS provider with automatic cache flushing. | |
| ⚙ TCP/IP Kernel Tuning | CUBIC Congestion Provider | Switches to modern CUBIC congestion control optimized for lossy and high-bandwidth wireless links. |
| Dynamic Window Auto-Tuning | Uncaps the TCP receive window to utilize 100% of available bandwidth. | |
| RSS & RSC Hardware Offloading | Distributes network packet processing across multiple CPU cores. | |
| TCP Fast Open & HyStart | Accelerates connection handshakes and reduces round-trip delays. | |
| 🛠 Windows Registry Tweaks | Disable Network Throttling | Sets NetworkThrottlingIndex = 0xFFFFFFFF to remove artificial network packet caps. |
| Disable P2P Delivery Optimization | Stops background Windows Update services from uploading to internet peers. | |
| Optimized DNS Cache TTL | Caches verified lookups for 2 hours for instant page loads. | |
| 🔬 Advanced Diagnostics | MTU Discovery & Optimizer | Sweeps ICMP packet sizes with DF-bit to calculate and apply unfragmented MTU. |
| IPv6 Latency / Routing Fix | Configures prefix policy to prefer IPv4 over broken/unrouted campus IPv6 networks. | |
| Live Ping & Jitter Monitor | Real-time gateway router and internet ping latency graph. | |
| 🔄 100% Safe & Reversible | State Snapshot Engine | Saves your original network state to JSON before making changes. |
| 1-Click Factory Restore | Restores all adapter properties, DNS, TCP stack, and registry keys to Windows factory defaults. |
When testing NetMan on an Intel Wi-Fi 6E AX211 card connected to an enterprise campus network (KPR Institutions):
BEFORE OPTIMIZATION:
- Band: 2.4 GHz (Channel 11) | Channel Load: 55%
- Physical Link Speed: 18 – 26 Mbps
- DNS Resolution Latency: 1,173 ms
- Ping Latency: 227 ms
AFTER NETMAN TURBO BOOST:
- Band: 5 GHz Wi-Fi 6 (Channel 120) | Channel Load: 10%
- Physical Link Speed: 516 Mbps (20x Faster!)
- DNS Resolution Latency: 17.8 ms (65x Faster!)
- Ping Latency: 12 – 15 ms (15x Lower Latency!)
Run directly in PowerShell (Run as Administrator):
irm https://raw.githubusercontent.com/CounterfietJoel/NetMan/main/scripts/boost.ps1 | iex# 1. Clone the repository
git clone https://github.com/CounterfietJoel/NetMan.git
# 2. Navigate to directory
cd NetMan
# 3. Launch GUI
python main.py# 1. Clone the repository
git clone https://github.com/CounterfietJoel/NetMan.git
# 2. Navigate to directory
cd NetMan
# 3. Run CLI Boost
python main.py --boost# Inside NetMan directory
pip install pyinstaller
pyinstaller --onefile --noconsole --name "NetMan" main.pyThe compiled single-file NetMan.exe will be generated inside the dist/ directory with zero runtime dependencies.
NetMan features a modern dark-mode interface built with native Windows styling:
- 📊 Dashboard: Status cards displaying active SSID, BSSID, Band, Link Speed, RSSI signal, and 1-Click Turbo Boost.
- 📶 Wi-Fi Optimizer: Fine-grained controls for band preference (5GHz/6GHz), Throughput Booster, MIMO power management, and roaming sensitivity.
- 🌐 DNS Benchmark: Live multi-threaded latency test against global Anycast providers.
- ⚙ TCP Stack & QoS: Kernel TCP/IP stack toggles and network throttling removal.
- 📡 Live Diagnostics: Continuous gateway and internet ping monitor with packet jitter detection.
- 🔄 Backup & Restore: Automatic state snapshot manager with 1-click factory restore.
Does NetMan affect the internet speed of people around me?
No. In fact, it helps them! By moving your high-bandwidth laptop from the congested 2.4 GHz band to the spacious 5 GHz band, you free up airtime and wireless spectrum for other nearby devices.Is NetMan safe and reversible?
Yes. NetMan creates a complete JSON snapshot of your original adapter properties and network configuration before applying changes. You can revert everything back to Windows defaults with 1 click in the "Backup & Restore" tab.Do I need to run NetMan every time I boot my PC?
No. The Wi-Fi adapter hardware properties and TCP/IP stack configurations are saved in the Windows hardware registry and persist across reboots, sleep cycles, and network reconnects.Does NetMan work on all Wi-Fi cards?
Yes. Wi-Fi band locking, Throughput Booster, and MIMO controls work across Intel (Wi-Fi 5, 6, 6E, 7), Realtek, MediaTek, and Qualcomm wireless adapters. DNS benchmarking and TCP stack tuning work on all Windows 10 and 11 network adapters (both Wi-Fi and Ethernet).Contributions, issues, and feature requests are welcome!
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
