Skip to content

A powerful tool for managing networks and troubleshoot network problems!

License

Notifications You must be signed in to change notification settings

NigelSK/NETworkManager

 
 

Repository files navigation

NETworkManager Preview

NETworkManager

A powerful tool for managing networks and troubleshoot network problems!

You can connect to remote systems via Remote Desktop, PowerShell, PuTTY, TigerVNC or AWS (Systems Manager) Session Manager and it includes a variety of features such as a WiFi analyzer, IP scanner, port scanner, ping monitor, traceroute, DNS lookup, or an LLDP/CDP capture (and many more). You can use profiles to store your hosts, save them encrypted and use them in the various features. Most of the features supports tabs.
And the best part... it's open source!


All releases Latest release GitHub stars GitHub forks

AppVeyor AppVeyor

Transifex Feature request Bug report

DownloadChangelogDocumentationContributingBuildLicense

NETworkManager Preview

📦 Download

On the download page you can download a setup, a portable version or a ZIP archive of the software. The files are provided via GitHub releases.

In addition the software is available via 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 here.

📖 Documentation.

You can find the documentation here.

✨ Contributing

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

🔧 Build

Requirements

  • SDK .NET 6.x
  • Visual Studio 2019 or later with .NET desktop development and Universal Windows Platform development

Optional

  • InnoSetup (if you want to create an installer)
    • Download ChineseSimplified.isl and ChineseTraditional.isl from the official repo and place them in the language folder of InnoSetup

Build

  1. Clone or download the repository: git clone https://github.com/BornToBeRoot/NETworkManager
  2. Run the .\build.ps1 script with PowerShell to compile the solution and create a portable and a setup version (or open the file Source/NETworkManager.sln in Visual Studio to debug or build the solution)

You can also copy & paste this command in your PowerShell console 😄

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.

About

A powerful tool for managing networks and troubleshoot network problems!

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 96.6%
  • PowerShell 3.2%
  • Inno Setup 0.2%