@cryptotaxi247 / netdata-1 / commits / 1f7a2cb1c

docs: clarify Windows Agent limits on free plans (#19727)

Ilya Mashchenko committed Feb 27, 2025 at 14:46 UTC 1f7a2cb1cb1a924489e12228f4b52b6f90ffba0c
1 file changed +5 -4
packaging/windows/WINDOWS_INSTALLER.md
+5 -4
@@ -2,6 +2,11 @@
2
3 Netdata offers a convenient Windows installer for easy setup. This executable provides two distinct installation modes, outlined below.
4
5 +The Netdata Windows Agent is designed for users with paid Netdata subscriptions. If you are using a free (non-paid Netdata account), or no Netdata account at all, the Windows Agent will have restricted functionality. Specifically:
6 +
7 +- **Standalone Agents**: The user interface within the Windows Agent will be locked, preventing access to monitoring data.
8 +- [**Child Agents**](/docs/observability-centralization-points/metrics-centralization-points/README.md): Even when a Windows Agent streams data to a Linux parent Netdata instance, the Windows Agent's monitoring data will be locked and inaccessible within the parent dashboard's user interface.
9 +
10 ## Download the MSI Installer
11
12 You can download the Netdata Windows installer (MSI) from the official releases page:
@@ -11,10 +16,6 @@ You can download the Netdata Windows installer (MSI) from the official releases
16 | [Stable](https://github.com/netdata/netdata/releases/latest/download/netdata-x64.msi) | This is the recommended version for most users as it provides the most reliable and well-tested features. |
17 | [Nightly](https://github.com/netdata/netdata-nightlies/releases/latest/download/netdata-x64.msi) | Offers the latest features but may contain bugs or instabilities. Use this option if you require access to the newest features and are comfortable with potential issues. |
18
14 -> **Note**
15 ->
16 -> The Windows version of Netdata is intended for users on paid plans.
17 -
19 ## Silent Mode (Command line)
20
21 This section provides instructions for installing Netdata in silent mode, which is ideal for automated deployments.