Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borntoberoot/networkmanager
A powerful tool for managing networks and troubleshoot network problems!
https://github.com/borntoberoot/networkmanager
arp aws-session-manager dns-lookup ip-scanner link-layer-discovery-protocol net8 ping-monitor port-scanner powershell putty remote-desktop subnet-calculator tigervnc traceroute wake-on-lan web-console whois wifi windows wpf
Last synced: 26 days ago
JSON representation
A powerful tool for managing networks and troubleshoot network problems!
- Host: GitHub
- URL: https://github.com/borntoberoot/networkmanager
- Owner: BornToBeRoot
- License: gpl-3.0
- Created: 2017-04-26T21:20:08.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T23:07:37.000Z (7 months ago)
- Last Synced: 2024-04-09T03:28:08.919Z (7 months ago)
- Topics: arp, aws-session-manager, dns-lookup, ip-scanner, link-layer-discovery-protocol, net8, ping-monitor, port-scanner, powershell, putty, remote-desktop, subnet-calculator, tigervnc, traceroute, wake-on-lan, web-console, whois, wifi, windows, wpf
- Language: C#
- Homepage: https://borntoberoot.net/NETworkManager/
- Size: 83.9 MB
- Stars: 4,455
- Watchers: 93
- Forks: 540
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
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.
Download • Changelog • Documentation • Contributing • Build • License
## 📦 Download
Pre-built and [signed](https://borntoberoot.net/NETworkManager/download#code-signing-policy) binaries (setup, portable and archive) are available on the [download page](https://borntoberoot.net/NETworkManager/Download) with install instructions (e.g. silent install). The files are provided via [GitHub releases](https://github.com/BornToBeRoot/NETworkManager/releases/latest).
In addition, NETworkManager is also available through the following [package managers](https://borntoberoot.net/NETworkManager/download#package-manager)
- [Chocolatey](https://chocolatey.org/packages/NETworkManager)
```PowerShell
# Install via Chocolatey
choco install networkmanager
```- [WinGet](https://github.com/microsoft/winget-pkgs/tree/master/manifests/b/BornToBeRoot/NETworkManager/)
```PowerShell
# Install via WinGet
winget install BornToBeRoot.NETworkManager
```- [Evergreen](https://stealthpuppy.com/evergreen/apps/)
```PowerShell
# Get release via Evergreen
Get-EvergreenApp -Name NETworkManager# Get release via Evergreen and save the setup file to disk
Get-EvergreenApp -Name NETworkManager | Save-EvergreenApp -Path C:\Users\$env:Username\Downloads\
```Evergreen PowerShell module:
## 📃 Changelog
You can find the changelog for each version of NETworkManager [here](https://borntoberoot.net/NETworkManager/docs/category/changelog).
## 📖 Documentation
The documentation is provided with Docusaurus via GitHub pages and can be found [here](https://borntoberoot.net/NETworkManager/docs/introduction).
## ✨ Contributing
Want to contribute to NETworkManager? Here are a few information on how to get started:
- [Request a feature, report a bug or ask a question](CONTRIBUTING.md#contributing)
- [Add a feature or fix a bug](CONTRIBUTING.md#code)
- [Add or improve a translation](CONTRIBUTING.md#translation)
- [Improve the documentation](CONTRIBUTING.md#documentation)
- [Report a security vulnerability](https://github.com/BornToBeRoot/NETworkManager/blob/main/SECURITY.md)A list of all contributors can be found [here](https://github.com/BornToBeRoot/NETworkManager/blob/main/Contributors.md).
This project has adopted the [code of conduct](https://github.com/BornToBeRoot/NETworkManager/blob/main/CODE_OF_CONDUCT.md) defined by the [Contributor Covenant](https://contributor-covenant.org/).
## 🔧 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](https://dotnet.microsoft.com/download/dotnet/8.0)
- Visual Studio 2022 with `.NET desktop development` and `Universal Windows Platform development`2. Clone the repository with all submodules:
```PowerShell
# 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:
>
> ```PowerShell
> dotnet restore .\Source\NETworkManager.sln
>
> dotnet build .\Source\NETworkManager.sln --configuration Release --no-restore
> ```## 🙏 Thanks
Thanks to everyone helping to improve NETworkManager by contributing code, translations, bug reports, feature requests, documentation, and more.
We would like to thank the following people and companies for their support of this open source project:
| | |
| -------------------------------------------- | ------------------------------------------------------------------------------------------- |
| [AppVeyor](https://www.appveyor.com/) | CI/CD service for Windows, Linux and macOS |
| [GitHub Pages](https://pages.github.com/) | Websites for you and your projects |
| [ip-api.com](https://ip-api.com/) | IP Geolocation API (free for non-commercial use) |
| [JetBrains](https://www.jetbrains.com/) | Providing a license for [JetBrains Rider](https://www.jetbrains.com/rider/) and other tools |
| [SignPath Foundation](https://signpath.org/) | Free code signing certificates for open source projects |
| [SignPath.io](https://signpath.io/) | Free code signing service for open source projects |
| [Transifex](https://www.transifex.com/) | Localization platform |NETworkManager uses the following projects and libraries. Please consider supporting them as well (e.g., by starring their repositories):
| | |
| ----------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [#SNMP Library](https://github.com/lextudio/sharpsnmplib) | SNMP library for .NET |
| [AirspaceFixer](https://github.com/chris84948/AirspaceFixer) | AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. |
| [ControlzEx](https://github.com/ControlzEx/ControlzEx) | Shared Controlz for WPF and more |
| [DnsClient.NET](https://github.com/MichaCo/DnsClient.NET) | Powerful, high-performance open-source library for DNS lookups |
| [Docusaurus](https://docusaurus.io/) | Easy to maintain open source documentation websites. |
| [Dragablz](https://dragablz.net/) | Tearable TabControl for WPF |
| [GongSolutions.Wpf.DragDrop](https://github.com/punker76/gong-wpf-dragdrop) | An easy to use drag'n'drop framework for WPF |
| [IPNetwork](https://github.com/lduchosal/ipnetwork) | .NET library for complex network, IP, and subnet calculations |
| [LoadingIndicators.WPF](https://github.com/zeluisping/LoadingIndicators.WPF) | A collection of loading indicators for WPF |
| [MahApps.Metro.IconPacks](https://github.com/MahApps/MahApps.Metro.IconPacks) | Awesome icon packs for WPF and UWP in one library |
| [MahApps.Metro](https://mahapps.com/) | UI toolkit for WPF applications |
| [NetBeauty2](https://github.com/nulastudio/NetBeauty2) | Move .NET app runtime components and dependencies into a sub-directory |
| [PSDiscoveryProtocol](https://github.com/lahell/PSDiscoveryProtocol) | PowerShell module for LLDP/CDP discovery |## Code Signing Policy
NETworkManager uses free code signing provided by [SignPath.io](https://signpath.io/) and a free code signing certificate
from [SignPath Foundation](https://signpath.org/).The binaries and installer are built on [AppVeyor](https://ci.appveyor.com/project/BornToBeRoot/networkmanager) directly from the [GitHub repository](https://github.com/BornToBeRoot/NETworkManager/blob/main/appveyor.yml).
Build artifacts are automatically sent to [SignPath.io](https://signpath.io/) via webhook, where they are signed after manual approval by the maintainer.
The signed binaries are then uploaded to the [GitHub releases](https://github.com/BornToBeRoot/NETworkManager/releases) page.## Privacy Policy
This program will not transfer any information to other networked systems unless specifically requested by the user or the person installing or operating it.
NETworkManager has integrated the following services for additional functions, which can be enabled or disabled at the first start (in the welcome dialog) or at any time in the settings:
- [api.github.com](https://docs.github.com/en/site-policy/privacy-policies/github-general-privacy-statement) (Check for program updates)
- [ipify.org](https://www.ipify.org/) (Retrieve the public IP address used by the client)
- [ip-api.com](https://ip-api.com/docs/legal) (Retrieve network information such as geo location, ISP, DNS resolver used, etc. used by the client)## 📝 License
NETworkManager is published under the [GNU General Public License v3](https://github.com/BornToBeRoot/NETworkManager/blob/main/LICENSE).
The licenses of the libraries used can be found [here](https://github.com/BornToBeRoot/NETworkManager/tree/main/Source/NETworkManager.Documentation/Licenses).