* update_doc: Upate user documentation with current MSI * update_doc: Rename CLOUDLICENSE to CLOUDUILICENSE * Update WINDOWS_INSTALLER.md * Update UPDATE.md * Update UNINSTALL.md * update_doc: remove unnecessary lines * update_doc: remove slash before arguemtn * update * update * yamllint please --------- Co-authored-by: Fotis Voutsas <fotis@netdata.cloud> Co-authored-by: ilyam8 <ilya@netdata.cloud>
3.4 KiB
Netdata Windows Installer
Netdata offers a convenient Windows installer for easy setup. This executable provides two distinct installation modes, outlined below.
Download the MSI Installer
You can download the Netdata Windows installer (MSI) from the official releases page:
Version | Description |
---|---|
Stable | This is the recommended version for most users as it provides the most reliable and well-tested features. |
Nightly | 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. |
Graphical User Interface (GUI)
- Double-click the installer to begin the setup process.
- Grant Administrator Privileges: You'll need to provide administrator permissions to install the Netdata service.
Once installed, you can access your Netdata dashboard at localhost:19999
.
Silent Mode (Command line)
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.
Using silent mode implicitly accepts the terms of the GPL-3 (Netdata Agent) and NCUL1 (Netdata Web Interface) licenses, skipping the display of agreements.
Available Options
Option | Description |
---|---|
/qn |
Enables silent mode installation. |
/i |
Specifies the path to the MSI installer file. |
INSECURE=1 |
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. |
Example Usage
Connect your Agent to your Netdata Cloud Space with token <YOUR_TOKEN>
and room <YOUR_ROOM>
:
msiexec /qn /i netdata-x64.msi TOKEN="<YOUR_TOKEN>" ROOMS="<YOUR_ROOM>"
Replace <YOUR_TOKEN>
and <YOUR_ROOM>
with your Netdata Cloud Space claim token and room ID, respectively.
Note
The Windows version of Netdata is intended for users on paid plans.