NETworkManager alternatives and similar packages
Based on the "Tools" category.
Alternatively, view NETworkManager alternatives based on common mentions on social networks and blogs.
-
ShareX
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from. -
Another Redis Desktop Manager
๐๐๐A faster, better and more stable Redis desktop manager [GUI client], compatible with Linux, Windows, Mac. -
Downloader
Fast, cross-platform and reliable multipart downloader with asynchronous progress events for .NET applications. -
Fake JSON Server
Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End. -
Mockaco
๐ต HTTP mock server, useful to stub services and simulate dynamic API responses, leveraging ASP.NET Core features, built-in fake data generation and pure C# scripting -
Workflow Server
Workflow Server is a ready-to-use Workflow Engine-based application that you can deploy into your infrastructure. It can be integrated with NodeJS, PHP, Ruby, .NET, or Java applications via a REST API. Workflow Server is a key component for managing the lifecycle of business objects within your enterprise. -
Stratio.Extentions.Configuration.Vault
Simplifying Secrets Management in .NET using Hashicorp Vault (powered by Stratio) -
JSON Formatter and Validator
A blazing fast JSON formatter and validator that won't share JSON with a server. -
CatLight
Build status notifications for TFS/Jenkins/Travis/Appveyor. Cross-platform desktop app based on .Net Core and Electron. [Free][Proprietary]
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of NETworkManager or a related project?
README
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!
Download โข Changelog โข Documentation โข Contributing โข Build โข License
๐ฆ 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:
- [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
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.
- Make sure that the following requirements are installed:
- SDK .NET 6.x
- Visual Studio 2019 or later with
.NET desktop development
andUniversal Windows Platform development
- (optional) If you want to create a setup
- InnoSetup software must be installed
- Add the additional languages
ChineseSimplified.isl
andChineseTraditional.isl
to the InnoSetup installation directory.
- Clone or download the repository:
git clone https://github.com/BornToBeRoot/NETworkManager
- 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.
*Note that all licence references and agreements mentioned in the NETworkManager README section above
are relevant to that project's source code only.