Netdata offers a convenient Windows installer for easy setup. This executable provides two distinct installation modes, outlined below.
Note
This feature is currently under beta and only available for Nightly releases, and the installer can be found in our nightlies repo. A stable version will be released soon.
Double-clicking the installer initiates the setup process. Since Netdata adds a service to your system, you'll need to provide administrator privileges.
The installer will then guide you through these steps:
C:\Program Files\Netdata
.MSYS2
terminal after installation completes.This section provides instructions for installing Netdata in silent mode, which is ideal for automated deployments.
Info
Run the installer as admin to avoid the Windows prompt.
Silent mode skips displaying license agreements, but requires explicitly accepting them using the
/A
option.
Option | Description |
---|---|
/S |
Enables silent mode installation. |
/A |
Accepts all Netdata licenses. This option is mandatory for silent installations. |
/D |
Specifies the desired installation directory (defaults to C:\Program Files\Netdata ). |
/T |
Opens the MSYS2 terminal after installation. |
/I |
Forces insecure connections, bypassing hostname verification (use only if absolutely necessary). |
/TOKEN= |
Sets the Claim Token for your Netdata Cloud Space. |
/ROOMS= |
Comma-separated list of Room IDs where you want your node to appear. |
/PROXY= |
Sets the proxy server address if your network requires one. |
Connect your Agent to your Netdata Cloud Space with token <YOUR_TOKEN>
and room <YOUR_ROOM>
:
netdata-installer-x64.exe /S /A /TOKEN=<YOUR_TOKEN> /ROOMS=<YOUR_ROOM>
Replace <YOUR_TOKEN>
and <YOUR_ROOM>
with your actual Netdata Cloud Space claim token and room ID, respectively.
Note
The Windows version of Netdata is intended for users on paid plans.