master
md 67 lines 2.59 KB
Rendered Raw
1 # Netdata Agent Installation
2
3 Netdata is very flexible and can be used to monitor all kinds of infrastructure. Read more about possible [Deployment guides](/docs/deployment-guides/README.md) to understand what better suites your needs.
4
5 ## Install through Netdata Cloud
6
7 The easiest way to install Netdata on your system is via Netdata Cloud, to do so:
8
9 1. Sign in to <https://app.netdata.cloud/>.
10 2. Select a [Space](/docs/netdata-cloud/organize-your-infrastructure-invite-your-team.md#overview), and click the "Connect Nodes" prompt, which will show the install command for your platform of choice.
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)