diff --git a/README.md b/README.md index 2837f65cb6..23e0f89299 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Streamline and simplify your network administration and troubleshooting with NETworkManager. 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 many more — all in a clean, unified interface.
- 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.
@@ -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 many more. - 🔐 **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). diff --git a/Website/docs/changelog/next-release.md b/Website/docs/changelog/next-release.md index 6fdd01caf2..d55badf806 100644 --- a/Website/docs/changelog/next-release.md +++ b/Website/docs/changelog/next-release.md @@ -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** diff --git a/Website/docs/introduction.mdx b/Website/docs/introduction.mdx index 4c5d973cce..3ea7f112eb 100644 --- a/Website/docs/introduction.mdx +++ b/Website/docs/introduction.mdx @@ -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 diff --git a/Website/src/components/HomepageFeatures/index.js b/Website/src/components/HomepageFeatures/index.js index b9731aef6a..80a8766384 100644 --- a/Website/src/components/HomepageFeatures/index.js +++ b/Website/src/components/HomepageFeatures/index.js @@ -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. > ), },