Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Streamline and simplify your network administration and troubleshooting with <strong>NETworkManager</strong>. Connect, monitor, and troubleshoot your network and server infrastructure using built-in tools like Remote Desktop (RDP), PuTTY (SSH, Serial, etc.), PowerShell (WSL, K9s, etc.) and TigerVNC (VNC). Perform in-depth network diagnostics with features including WiFi Analyzer, IP Scanner, Port Scanner, Ping Monitor, Traceroute, DNS Lookup, LLDP/CDP Capture, and <a href="https://borntoberoot.net/NETworkManager/docs/introduction">many more</a> — all in a clean, unified interface.
</p>
<p>
Organize hosts and networks in profiles with seamless access across all features. Profile files can be encrypted to protect your sensitive data and used to separate different customers or environments. NETworkManager is enterprise-ready with an MSI installer, signed binaries, and support for package managers like Chocolatey, Evergreen, and WinGet. Available in over 16 languages with customizable light/dark themes and accent colors.
Organize hosts and networks in profiles with seamless access across all features. Profile files can be encrypted to protect your sensitive data and used to separate different customers or environments. NETworkManager is enterprise-ready with an MSI installer, signed binaries, system-wide policies for centralized configuration, and support for package managers like Chocolatey, Evergreen, and WinGet. Available in over 16 languages with customizable light/dark themes and accent colors.
</p>
<p>
<a href="https://borntoberoot.net/NETworkManager/download" target="_blank">
Expand Down Expand Up @@ -73,7 +73,7 @@ Here's why you'll love it:
- 🔍 **Analyze & Troubleshoot** - Deep network diagnostics with WiFi Analyzer, IP Scanner, Port Scanners, Ping Monitor, Traceroute, DNS Lookup, LLDP/CDP Capture, and <a href="https://borntoberoot.net/NETworkManager/docs/introduction">many more</a>.
- 🔐 **Secure Profiles** - Organize hosts and networks in profiles with seamless access across all features. Encrypt profile files and separate them by customer or environment.
- 💎 **Open Source & Free** - No ads, no subscriptions, no selling your data, fully community-driven.
- 🏢 **Enterprise-Ready** - MSI installer, signed binaries, and package manager support (Chocolatey, Evergreen, and WinGet).
- 🏢 **Enterprise-Ready** - MSI installer, signed binaries, [system-wide policies](https://borntoberoot.net/NETworkManager/docs/system-wide-policies) for centralized configuration, and package manager support (Chocolatey, Evergreen, and WinGet).
- 🎨 **Personalized Experience** - Available in 16+ languages, with customizable light/dark themes and accent colors.

📖 Explore all features in detail in our [documentation](https://borntoberoot.net/NETworkManager/docs/introduction).
Expand Down
2 changes: 1 addition & 1 deletion Website/docs/changelog/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Release date: **xx.xx.2025**

- New language Ukrainian (`uk-UA`) has been added. Thanks to [@vadickkt](https://github.com/vadickkt) [#3240](https://github.com/BornToBeRoot/NETworkManager/pull/3240)
- Migrated all dialogs to child windows for improved usability and accessibility. [#3271](https://github.com/BornToBeRoot/NETworkManager/pull/3271)
- System-wide policies can now be configured via a `config.json` file in the application directory to control settings for all users. Currently supports controlling the "Check for updates at startup" setting. This is useful for enterprise deployments where administrators need centralized control over update behavior. See [System-Wide Policies](../system-wide-policies.md) documentation for more information. [#3313](https://github.com/BornToBeRoot/NETworkManager/pull/3313)
- System-wide policies can now be configured via a `config.json` file in the application directory to control settings for all users. Currently supports controlling the "Check for updates at startup" setting. This is useful for enterprise deployments where administrators need centralized control over update behavior. See [System-Wide Policies](../system-wide-policies.md) documentation for more information. [#3313](https://github.com/BornToBeRoot/NETworkManager/pull/3325) [#3313](https://github.com/BornToBeRoot/NETworkManager/pull/3325)

**DNS Lookup**

Expand Down
4 changes: 4 additions & 0 deletions Website/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ Organize hosts and networks in profiles with individual settings, and use them s
Keep your sensitive data secure with encrypted profile files, and manage customers or environments by using
different profile files. See the [Groups and Profiles](./groups-and-profiles.md) section for more information.

## System-Wide Policies

Administrators can enforce specific settings for all users on a machine using system-wide policies. Policies are defined in a `config.json` file placed in the application installation directory and override user-specific settings, providing centralized control over application behavior in enterprise environments. See the [System-Wide Policies](./system-wide-policies.md) section for more information.

## Customization

NETworkManager comes with a dark and light theme and multiple accent colors. You can also provide your own custom
Expand Down
5 changes: 3 additions & 2 deletions Website/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ const FeatureList = [
<>
Diagnose and resolve issues effectively with a comprehensive suite of
tools in one place. It's enterprise-ready — includes an MSI installer for
centralized deployment, signed binaries, translations in 16+ languages,
and distribution via package managers like winget and Chocolatey.
centralized deployment, signed binaries, system-wide policies for
centralized configuration, translations in 16+ languages, and
distribution via package managers like winget and Chocolatey.
</>
),
},
Expand Down