Skip to content

Commit 998377d

Browse files
Add system-wide policies info to README, docs introduction, and website homepage (#3325)
* Initial plan * Add system-wide policies info to README.md, docs introduction, and website homepage Co-authored-by: BornToBeRoot <[email protected]> * Docs: #3325 to changelog --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: BornToBeRoot <[email protected]>
1 parent 798bbed commit 998377d

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
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.
99
</p>
1010
<p>
11-
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.
11+
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.
1212
</p>
1313
<p>
1414
<a href="https://borntoberoot.net/NETworkManager/download" target="_blank">
@@ -73,7 +73,7 @@ Here's why you'll love it:
7373
- 🔍 **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>.
7474
- 🔐 **Secure Profiles** - Organize hosts and networks in profiles with seamless access across all features. Encrypt profile files and separate them by customer or environment.
7575
- 💎 **Open Source & Free** - No ads, no subscriptions, no selling your data, fully community-driven.
76-
- 🏢 **Enterprise-Ready** - MSI installer, signed binaries, and package manager support (Chocolatey, Evergreen, and WinGet).
76+
- 🏢 **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).
7777
- 🎨 **Personalized Experience** - Available in 16+ languages, with customizable light/dark themes and accent colors.
7878

7979
📖 Explore all features in detail in our [documentation](https://borntoberoot.net/NETworkManager/docs/introduction).

Website/docs/changelog/next-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Release date: **xx.xx.2025**
4545

4646
- New language Ukrainian (`uk-UA`) has been added. Thanks to [@vadickkt](https://github.com/vadickkt) [#3240](https://github.com/BornToBeRoot/NETworkManager/pull/3240)
4747
- Migrated all dialogs to child windows for improved usability and accessibility. [#3271](https://github.com/BornToBeRoot/NETworkManager/pull/3271)
48-
- 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)
48+
- 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)
4949

5050
**DNS Lookup**
5151

Website/docs/introduction.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Organize hosts and networks in profiles with individual settings, and use them s
4444
Keep your sensitive data secure with encrypted profile files, and manage customers or environments by using
4545
different profile files. See the [Groups and Profiles](./groups-and-profiles.md) section for more information.
4646

47+
## System-Wide Policies
48+
49+
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.
50+
4751
## Customization
4852

4953
NETworkManager comes with a dark and light theme and multiple accent colors. You can also provide your own custom

Website/src/components/HomepageFeatures/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ const FeatureList = [
4747
<>
4848
Diagnose and resolve issues effectively with a comprehensive suite of
4949
tools in one place. It's enterprise-ready — includes an MSI installer for
50-
centralized deployment, signed binaries, translations in 16+ languages,
51-
and distribution via package managers like winget and Chocolatey.
50+
centralized deployment, signed binaries, system-wide policies for
51+
centralized configuration, translations in 16+ languages, and
52+
distribution via package managers like winget and Chocolatey.
5253
</>
5354
),
5455
},

0 commit comments

Comments
 (0)