0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-02 20:48:06 +00:00

docs: clarify Windows Agent limits on free plans ()

This commit is contained in:
Ilya Mashchenko 2025-02-27 14:46:15 +02:00 committed by GitHub
parent acb738e873
commit 1f7a2cb1cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,11 @@
Netdata offers a convenient Windows installer for easy setup. This executable provides two distinct installation modes, outlined below.
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:
- **Standalone Agents**: The user interface within the Windows Agent will be locked, preventing access to monitoring data.
- [**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.
## Download the MSI Installer
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
| [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. |
| [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. |
> **Note**
>
> The Windows version of Netdata is intended for users on paid plans.
## Silent Mode (Command line)
This section provides instructions for installing Netdata in silent mode, which is ideal for automated deployments.