A powerful open source tool for managing networks and troubleshooting network problems!
Connect and manage remote systems with Remote Desktop, PowerShell, PuTTY, TigerVNC or AWS (Systems Manager) Session Manager. Analyze and troubleshoot your network and systems with features such as the WiFi Analyzer, IP Scanner, Port Scanner, Ping Monitor, Traceroute, DNS lookup or LLDP/CDP capture (and many more) in a unfied interface. Hosts (or networks) can be saved in (encrypted) profiles and used across all features.
Download • Changelog • Documentation • Contributing • Build • License
Prebuilt binaries (setup, portable and archive) are available on the download page. Here you will also find the system requirements and how to install the application silent. The files are provided via GitHub releases.
In addition, NETworkManager is available through the package managers Chocolatey, WinGet and Evergreen:
# Chocolatey
choco install networkmanager
# WinGet
winget install BornToBeRoot.NETworkManager
# Evergreen
Get-EvergreenApp -Name NETworkManager | Save-EvergreenApp -Path C:\Users\$env:Username\Downloads\
You can find the changelog for each version here.
The documentation is provided via GitHub pages and can be found here.
Here you will find ways to contribute:
- Request a feature, report a bug or ask a question
- Add a feature or fix a bug
- Add or improve a translation
- Improve the documentation
- Report a security vulnerability
A list of all contributors can be found here.
This project has adopted the code of conduct defined by the Contributor Covenant.
You can build the application like any other .NET Core / WPF application on Windows.
-
Make sure that the following requirements are installed:
- SDK .NET 6.x
- Visual Studio 2019 or later with
.NET desktop development
andUniversal Windows Platform development
-
(optional) Install InnoSetup to create an installer.
- Download the additional languages from the Inno Setup repository and copy the following files to
%ProgramFiles%\Inno Setup 6\Languages
:ChineseSimplified.isl
,ChineseTraditional.isl
,Hungarian.isl
,Korean.isl
NOTE: The languages files must be downloaded or cloned so that the encoding of the file is not changed (e.g. Chinese should be
UTF-8-BOM
). - Download the additional languages from the Inno Setup repository and copy the following files to
-
Clone the repository and all submodules:
# Clone the repository
git clone https://github.com/BornToBeRoot/NETworkManager
# Change directory
cd NETworkManager
# Clone the submodules
git submodule update --init --recursive
- Open the
Source\NETworkManager.sln
with Visual Studio or JetBrains Rider to build (or debug) the solution.
NOTE If you have installed the requirements from step 1 (and optionally step 2), you can also directly build the binaries with PowerShell 7 or later:
# Clone the repository git clone https://github.com/BornToBeRoot/NETworkManager # Change directory cd NETworkManager # Clone the submodules git submodule update --init --recursive # Allow the execution of the build script Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass # Build the binaries & .\build.ps1
NETworkManager is published under the GNU General Public License v3. The licenses of the used libraries can be found here.