Skip to content

BornToBeRoot/NETworkManager

NETworkManager Preview

NETworkManager

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.

All releases

All releases Latest release Latest pre-release

GitHub stars GitHub forks

AppVeyor AppVeyor

Transifex Feature request Bug report

DownloadChangelogDocumentationContributingBuildLicense

NETworkManager Preview

📦 Download

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\

📃 Changelog

You can find the changelog for each version here.

📖 Documentation

The documentation is provided via GitHub pages and can be found here.

✨ Contributing

Here you will find ways to contribute:

A list of all contributors can be found here.

This project has adopted the code of conduct defined by the Contributor Covenant.

🔧 Build

You can build the application like any other .NET / WPF application on Windows.

  1. Make sure that the following requirements are installed:

    • .NET 8.x - SDK
    • Visual Studio 2022 with .NET desktop development and Universal Windows Platform development
  2. Clone the repository with all submodules:

    # Clone the repository
    git clone https://github.com/BornToBeRoot/NETworkManager
    
    # Navigate to the repository
    cd NETworkManager
    
    # Clone the submodules
    git submodule update --init
  3. Open the project file .\Source\NETworkManager.sln with Visual Studio or JetBrains Rider to build (or debug) the solution.

    ALTERNATIVE

    With the following commands you can directly build the binaries from the command line:

    dotnet restore .\Source\NETworkManager.sln
    
    dotnet build .\Source\NETworkManager.sln --configuration Release --no-restore

📝 License

NETworkManager is published under the GNU General Public License v3. The licenses of the used libraries can be found here.