Installation Update (#21292)
Kanela committed
Nov 12, 2025 at 16:55 UTC
4ee5e169165f4b39bb5cafe8ceac9f70eb44c1e9
1 file changed
+54
packaging/installer/README.md
+54
@@ -11,3 +11,57 @@ The easiest way to install Netdata on your system is via Netdata Cloud, to do so
11
3. Copy and paste the script into your node's terminal, and run it.
12
13
Once Netdata is installed, you can see the node live in your Netdata Space and charts in the [Metrics tab](/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs.md).
14
+
15
+## Install Directly on Your System
16
+
17
+You can also install Netdata directly without connecting to Netdata Cloud. Choose your platform below:
18
+
19
+### Operating Systems
20
+
21
+**Linux** - Install on any Linux distribution
22
+[→ Install on Linux](/packaging/installer/methods/kickstart.md)
23
+
24
+**Windows** - Native Windows monitoring agent
25
+[→ Install on Windows](/packaging/windows/WINDOWS_INSTALLER.md)
26
+
27
+**macOS** - Monitor your Mac systems
28
+[→ Install on macOS](/packaging/installer/methods/macos.md)
29
+
30
+**FreeBSD** - Install on FreeBSD systems
31
+[→ Install on FreeBSD](/packaging/installer/methods/freebsd.md)
32
+
33
+### Containerized Environments
34
+
35
+**Docker** - Run Netdata in Docker containers
36
+[→ Install with Docker](/packaging/docker/README.md)
37
+
38
+**Kubernetes** - Deploy across Kubernetes clusters
39
+[→ Install on Kubernetes](/packaging/installer/methods/kubernetes.md)
40
+
41
+### Network Appliances
42
+
43
+**pfSense** - Monitor pfSense firewalls
44
+[→ Install on pfSense](/packaging/installer/methods/pfsense.md)
45
+
46
+**Synology** - Install on Synology NAS devices
47
+[→ Install on Synology](/packaging/installer/methods/synology.md)
48
+
49
+### Automation & Cloud Platforms
50
+
51
+**Ansible** - Automate deployment with Ansible
52
+[→ Install with Ansible](/packaging/installer/methods/ansible.md)
53
+
54
+**AWS** - Deploy on Amazon Web Services
55
+[→ Install on AWS](/packaging/installer/methods/aws.md)
56
+
57
+**Azure** - Deploy on Microsoft Azure
58
+[→ Install on Azure](/packaging/installer/methods/azure.md)
59
+
60
+**GCP** - Deploy on Google Cloud Platform
61
+[→ Install on GCP](/packaging/installer/methods/gcp.md)
62
+
63
+## What can I monitor with Netdata?
64
+
65
+Netdata can monitor virtually any system, application, or service. Discover what you can monitor and explore our extensive integrations catalog.
66
+
67
+[→ Explore what Netdata can monitor](/src/collectors/COLLECTORS.md)