docs/deployment-guides/standalone-deployment.md
The simplest way to use Netdata - install it, and you're monitoring. Each Agent works independently with zero configuration.
Get the best experience - one dashboard for all your systems, mobile alerts, and team collaboration. Your data stays on your servers.
| Feature | How it Works |
|---|---|
| Unified metrics dashboard | ✓ See all Agents in one place |
| Unified logs view | ✓ Access all logs from Cloud |
| Central alert configuration | Each Agent still manages its own alerts |
| Central notifications | ✓ Cloud handles all notifications |
| Data stays on-premise | ✓ Cloud queries your Agents in real-time |
flowchart TB
NC("**Netdata Cloud**
Unified dashboards
Central notifications
Access from anywhere")
Users("**One Dashboard**
for all your systems")
Notifications("**Alert Notifications**
Email, Slack, Mobile App")
Users <--> NC
NC --> Notifications
subgraph infrastructure["Your Infrastructure"]
direction TB
Agents("**Netdata Agents**
Agent 1, Agent 2,
Agent 3")
Data("**Your Metrics**
Stay on your servers")
Agents <--> Data
end
NC <--> Agents
%% Style definitions
classDef alert fill:#ffeb3b, stroke:#000000, stroke-width:3px, color:#000000, font-size:18px
classDef neutral fill:#f9f9f9, stroke:#000000, stroke-width:3px, color:#000000, font-size:18px
classDef complete fill:#4caf50, stroke:#000000, stroke-width:3px, color:#000000, font-size:18px
classDef database fill:#2196F3, stroke:#000000, stroke-width:3px, color:#000000, font-size:18px
%% Apply styles
class Users alert
class Agents alert
class NC neutral
class Notifications neutral
class Data complete
class infrastructure database
Getting started is simple:
Sign up for Netdata Cloud (it's free)
Get your connection command - Once logged in, you have three ways to get it:
Run the installation command that includes your unique claim token and room information
What happens next:
:::tip
Get detailed instructions on how to connect Agents to Cloud in our Connect Agent to Cloud Guide.
:::
You can also run Agents independently, though you'll miss out on unified dashboards and mobile alerts.
<details> <summary><strong>Click to see visual representation of standalone architecture</strong></summary>flowchart TB
subgraph infrastructure["Your Infrastructure"]
direction TB
A1("**Agent 1**
Independent monitoring")
A2("**Agent 2**
Independent monitoring")
A3("**Agent 3**
Independent monitoring")
D1("**Dashboard 1**
:19999")
D2("**Dashboard 2**
:19999")
D3("**Dashboard 3**
:19999")
N1("**Alerts**
Local notifications")
N2("**Alerts**
Local notifications")
N3("**Alerts**
Local notifications")
A1 --> D1
A2 --> D2
A3 --> D3
A1 --> N1
A2 --> N2
A3 --> N3
end
%% Style definitions matching the reference
classDef alert fill: #ffeb3b, stroke: #000000, stroke-width: 3px, color: #000000, font-size: 18px
classDef neutral fill: #f9f9f9, stroke: #000000, stroke-width: 3px, color: #000000, font-size: 18px
classDef complete fill: #4caf50, stroke: #000000, stroke-width: 3px, color: #000000, font-size: 18px
classDef database fill: #2196F3, stroke: #000000, stroke-width: 3px, color: #000000, font-size: 18px
%% Apply styles
class A1 alert
class A2 alert
class A3 alert
class D1 neutral
class D2 neutral
class D3 neutral
class N1 complete
class N2 complete
class N3 complete
class infrastructure database
:::tip
Check the Version & Platform that's suitable for your needs and install the Agent.
:::
http://agent-ip:19999Use Cloud-connected Agents when:
Use standalone Agents only when:
:::note
Without Netdata Cloud, each Agent operates independently - you'll need to check multiple dashboards, configure alerts on each system separately, and won't receive mobile notifications. Cloud connection is free and keeps your data on-premise while providing a unified view.
:::