6
7
Netdata implements a layered access control system to protect sensitive information while keeping core monitoring capabilities freely available. The system distinguishes between three access levels:
8
9
-| Access Level | Description |
10
-|--------------|-------------|
11
-| **Anonymous** | Using the Netdata dashboard without signing in |
12
-| **Netdata Cloud Community** | Signed in to Netdata Cloud (free tier) |
13
-| **Netdata Cloud Business** | Signed in with a paid subscription |
9
+| Access Level | Description |
10
+|-------------------------------|--------------------------------------------------------------------------|
11
+| **Anonymous** | Using the Netdata dashboard without signing in |
12
+| **Netdata Cloud Community** | Signed in to Netdata Cloud (free tier) |
13
+| **Netdata Cloud paid plan** | Signed in with a paid plan (Homelab, Business, or Enterprise On-Premise) |
14
15
## Why Access Controls Exist
16
27
28
### Metrics and Visualization
29
30
-| Feature | Anonymous | Community | Business |
31
-|---------|:---------:|:---------:|:--------:|
32
-| Real-time metrics (all collectors) | ✓ | ✓ | ✓ |
33
-| Historical data and retention | ✓ | ✓ | ✓ |
34
-| Charts and dashboards | ✓ | ✓ | ✓ |
35
-| Anomaly detection (ML) | ✓ | ✓ | ✓ |
36
-| Alert notifications | ✓ | ✓ | ✓ |
37
-| Multi-node views | 5 nodes | 5 nodes | Unlimited |
38
-| Custom dashboards | 1 per agent | 1 per room | Unlimited |
30
+| Feature | Anonymous | Community | Paid |
31
+|------------------------------------|:-----------:|:----------:|:---------:|
32
+| Real-time metrics (all collectors) | ✓ | ✓ | ✓ |
33
+| Historical data and retention | ✓ | ✓ | ✓ |
34
+| Charts and dashboards | ✓ | ✓ | ✓ |
35
+| Anomaly detection (ML) | ✓ | ✓ | ✓ |
36
+| Alert notifications | ✓ | ✓ | ✓ |
37
+| Multi-node views | 5 nodes | 5 nodes | Unlimited |
38
+| Custom dashboards | 1 per agent | 1 per room | Unlimited |
39
40
### Functions (Live Tab)
41
42
Functions provide on-demand, detailed information beyond standard metrics.
43
44
-| Function | Description | Anonymous | Community | Business |
45
-|----------|-------------|:---------:|:---------:|:--------:|
46
-| **Block Devices** | Disk I/O activity | ✓ | ✓ | ✓ |
47
-| **Containers/VMs** | Container and VM resource usage | ✓ | ✓ | ✓ |
48
-| **IPMI Sensors** | Hardware sensor readings | ✓ | ✓ | ✓ |
49
-| **Mount Points** | Disk usage per mount | ✓ | ✓ | ✓ |
50
-| **Network Interfaces** | Interface traffic and status | ✓ | ✓ | ✓ |
51
-| **Systemd Services** | Service resource usage | ✓ | ✓ | ✓ |
52
-| **Processes** | Running processes, command lines, resources | ✗ | ✓ | ✓ |
53
-| **Network Connections** | Active TCP/UDP connections | ✗ | ✓ | ✓ |
54
-| **Systemd Journal** | System and application logs | ✗ | ✓ | ✓ |
55
-| **Windows Events** | Windows event logs | ✗ | ✓ | ✓ |
56
-| **Systemd Units** | Unit status and configuration | ✗ | ✓ | ✓ |
57
-| **Database Queries** | Top queries, deadlocks, errors | ✗ | ✓ | ✓ |
58
-| **Streaming Status** | Netdata streaming topology | ✗ | ✓ | ✓ |
59
-| **API Call Tracing** | Netdata API request tracing | ✗ | ✓ | ✓ |
44
+| Function | Description | Anonymous | Community | Paid |
45
+|-------------------------|---------------------------------------------|:---------:|:---------:|:----:|
46
+| **Block Devices** | Disk I/O activity | ✓ | ✓ | ✓ |
47
+| **Containers/VMs** | Container and VM resource usage | ✓ | ✓ | ✓ |
48
+| **IPMI Sensors** | Hardware sensor readings | ✓ | ✓ | ✓ |
49
+| **Mount Points** | Disk usage per mount | ✓ | ✓ | ✓ |
50
+| **Network Interfaces** | Interface traffic and status | ✓ | ✓ | ✓ |
51
+| **Systemd Services** | Service resource usage | ✓ | ✓ | ✓ |
52
+| **Processes** | Running processes, command lines, resources | ✗ | ✓ | ✓ |
53
+| **Network Connections** | Active TCP/UDP connections | ✗ | ✓ | ✓ |
54
+| **Systemd Journal** | System and application logs | ✗ | ✓ | ✓ |
55
+| **Windows Events** | Windows event logs | ✗ | ✓ | ✓ |
56
+| **Systemd Units** | Unit status and configuration | ✗ | ✓ | ✓ |
57
+| **Database Queries** | Top queries, deadlocks, errors | ✗ | ✓ | ✓ |
58
+| **Streaming Status** | Netdata streaming topology | ✗ | ✓ | ✓ |
59
+| **API Call Tracing** | Netdata API request tracing | ✗ | ✓ | ✓ |
60
61
### Configuration and Management
62
63
-| Feature | Anonymous | Community | Business |
64
-|---------|:---------:|:---------:|:--------:|
65
-| View agent configuration | ✗ | ✗ | ✓ |
66
-| Dynamic Configuration (collectors) | ✗ | ✗ | ✓ |
67
-| Dynamic Configuration (alerts) | ✗ | ✗ | ✓ |
68
-| Alert silencing rules | ✗ | ✓ | ✓ |
69
-| Notification configuration | ✗ | ✗ | ✓ |
63
+| Feature | Anonymous | Community | Paid |
64
+|------------------------------------|:---------:|:---------:|:----:|
65
+| View agent configuration | ✗ | ✗ | ✓ |
66
+| Dynamic Configuration (collectors) | ✗ | ✗ | ✓ |
67
+| Dynamic Configuration (alerts) | ✗ | ✗ | ✓ |
68
+| Alert silencing rules | ✗ | ✓ | ✓ |
69
+| Notification configuration | ✗ | ✗ | ✓ |
70
71
### AI-Powered Features
72
73
-| Feature | Anonymous | Community | Business |
74
-|---------|:---------:|:---------:|:--------:|
75
-| Alert explanations | ✗ | ✓ | ✓ |
76
-| Alert configuration suggestions | ✗ | ✓ | ✓ |
77
-| AI-powered insights | ✗ | ✓ | ✓ |
73
+| Feature | Anonymous | Community | Paid |
74
+|---------------------------------|:---------:|:---------:|:----:|
75
+| Alert explanations | ✗ | ✓ | ✓ |
76
+| Alert configuration suggestions | ✗ | ✓ | ✓ |
77
+| AI-powered insights | ✗ | ✓ | ✓ |
78
79
### Organization Features
80
81
-| Feature | Anonymous | Community | Business |
82
-|---------|:---------:|:---------:|:--------:|
83
-| Role-based access control (RBAC) | N/A | ✗ | ✓ |
84
-| Single Sign-On (SSO) | N/A | ✗ | ✓ |
85
-| Team management | N/A | Limited | Full |
81
+| Feature | Anonymous | Community | Paid |
82
+|----------------------------------|:---------:|:---------:|:----:|
83
+| Role-based access control (RBAC) | N/A | ✗ | ✓ |
84
+| Single Sign-On (SSO) | N/A | ✗ | ✓ |
85
+| Team management | N/A | Limited | Full |
86
87
## MCP (Model Context Protocol)
88
110
111
### Enable Dynamic Configuration
112
113
-Dynamic Configuration requires a Business subscription:
113
+Dynamic Configuration requires a paid plan:
114
115
1. **Sign in to Netdata Cloud**
116
-2. **Upgrade to Business** from the billing settings
116
+2. **Upgrade to a paid plan** from the billing settings
117
3. **Access Dynamic Configuration** from the settings menu on any connected node
118
119
### Increase Node Limits
120
121
The 5-node limit on multi-node dashboards applies to Community plans:
122
123
-1. **Upgrade to Business** for unlimited nodes
123
+1. **Upgrade to a paid plan** for unlimited nodes
124
2. **Or select preferred nodes** in Space settings to choose which 5 nodes appear in multi-node views
125
126
## Summary
127
128
-| What You Get | Anonymous | Community | Business |
129
-|--------------|-----------|-----------|----------|
130
-| **Metrics & Charts** | Full access | Full access | Full access |
131
-| **Anomaly Detection** | Full access | Full access | Full access |
132
-| **Alert Notifications** | Full access | Full access | Full access |
133
-| **Public Functions** | Full access | Full access | Full access |
134
-| **Sensitive Functions** | Blocked | Full access | Full access |
135
-| **AI Features** | Blocked | Full access | Full access |
136
-| **Dynamic Configuration** | Blocked | Blocked | Full access |
137
-| **Multi-node Limit** | 5 nodes | 5 nodes | Unlimited |
138
-| **Custom Dashboards** | 1 per agent | 1 per room | Unlimited |
139
-| **RBAC & SSO** | N/A | Not available | Full access |
140
-
141
-Netdata's access control model ensures that sensitive system information is protected while keeping powerful monitoring capabilities freely available. Sign in to Netdata Cloud to unlock sensitive functions, or upgrade to Business for full configuration control and unlimited scale.
128
+| What You Get | Anonymous | Community | Paid |
129
+|---------------------------|-------------|---------------|-------------|
130
+| **Metrics & Charts** | Full access | Full access | Full access |
131
+| **Anomaly Detection** | Full access | Full access | Full access |
132
+| **Alert Notifications** | Full access | Full access | Full access |
133
+| **Public Functions** | Full access | Full access | Full access |
134
+| **Sensitive Functions** | Blocked | Full access | Full access |
135
+| **AI Features** | Blocked | Full access | Full access |
136
+| **Dynamic Configuration** | Blocked | Blocked | Full access |
137
+| **Multi-node Limit** | 5 nodes | 5 nodes | Unlimited |
138
+| **Custom Dashboards** | 1 per agent | 1 per room | Unlimited |
139
+| **RBAC & SSO** | N/A | Not available | Full access |
140
+
141
+Netdata's access control model ensures that sensitive system information is protected while keeping powerful monitoring capabilities freely available. Sign in to Netdata Cloud to unlock sensitive functions, or upgrade to a paid plan for full configuration control and unlimited scale.