BornToBeRoot / NETworkManager

A powerful tool for managing networks and troubleshoot network problems!

Home Page:https://borntoberoot.net/NETworkManager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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

    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).

  3. 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
  1. 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

📝 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!

https://borntoberoot.net/NETworkManager/

License:GNU General Public License v3.0


Languages

Language:C# 96.1%Language:PowerShell 2.6%Language:MDX 0.4%Language:JavaScript 0.4%Language:Inno Setup 0.2%Language:CSS 0.2%