Update installer documentation (#21096)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Kanela <kanela@netdata.cloud>
thiagoftsm committed
Oct 7, 2025 at 09:32 UTC
15790f858a28ef38e60537e2001f3b92ee873fe9
1 file changed
+8
packaging/windows/WINDOWS_INSTALLER.md
+8
@@ -27,6 +27,14 @@ Choose the version that suits your needs:
27
28
## Silent Installation (Command Line)
29
30
+:::warning
31
+
32
+Silent installation isn’t supported on Windows Server versions earlier than 2019 due to TLS compatibility issues.
33
+
34
+Use the [GUI installer](#graphical-installation-gui) instead.
35
+
36
+:::
37
+
38
Use silent mode to deploy Netdata without user interaction (ideal for automation).
39
40
:::tip