Projects STRLCPY NETworkManager Files
🤬
Enable build support by adding .buildspec.yml
.github Loading last commit info...
Chocolatey
Images
Scripts
Source
WinGet/manifests/b/BornToBeRoot/NETworkManager
docs
.gitattributes
.gitignore
.gitmodules
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Contributors.md
InnoSetup.iss
LICENSE
README.md
SECURITY.md
build.ps1
cleanup.ps1
README.md
NETworkManager Preview

NETworkManager

A powerful tool for managing networks and troubleshoot network problems!

You can connect to and manage remote systems via Remote Desktop, PowerShell, PuTTY, TigerVNC or AWS (Systems Manager) Session Manager.

Furthermore it contains features like a WiFi analyzer, IP scanner, port scanner, ping monitor, traceroute, DNS lookup or a LLDP/CDP capture (and many more) to analyze your network and troubleshoot network problems.

You can save your hosts (or networks) in profiles which can be used in the various features. For additional security, the profile file can be encrypted.

And the best part... it's open source!


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 Core / WPF application on Windows.

  1. Make sure that the following requirements are installed:

    • SDK .NET 6.x
    • Visual Studio 2019 or later with .NET desktop development and Universal Windows Platform development
  2. (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
  3. Clone or download the repository:

git clone https://github.com/BornToBeRoot/NETworkManager
  1. Open the Source\NETworkManager.sln with Visual Studio to debug or build the solution.

Alternatively the build.ps1 script can be used to create the binaries.

git clone https://github.com/BornToBeRoot/NETworkManager; Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; .\NETworkManager\build.ps1

📝 License

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

Please wait...
Page is in error, reload to recover