0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-29 23:20:01 +00:00
netdata_netdata/docs/dashboards-and-charts/README.md
kanelatechnical 4c96a564ee
Dashboards and charts (#20162)
Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
2025-04-23 12:23:23 +00:00

57 lines
No EOL
2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Dashboards and Charts
This guide explains how to access both **Agent** and **Cloud** dashboards in Netdata, with direct links to explore each section in more detail.
When you access the Netdata dashboard through Cloud, you always see the latest available version.
By default, the **Agent dashboard** also shows the latest version (matching Netdata Cloud). However, there are a few exceptions:
- If the Agent has **no internet access**, it will automatically use the bundled dashboard version.
- Users can manually load the previous dashboard version (for example, through a bookmark) using:
`http://NODE:19999/v1`
Replace `NODE` with the IP address or hostname of your Agent.
---
## Main Sections
The Netdata dashboard consists of the following main sections:
- [Home Tab](/docs/dashboards-and-charts/home-tab.md)
- [Nodes Tab](/docs/dashboards-and-charts/nodes-tab.md)
- [Netdata Charts](/docs/dashboards-and-charts/netdata-charts.md)
- [Metrics Tab and Single Node Tabs](/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs.md)
- [Top Tab](/docs/dashboards-and-charts/top-tab.md)
- [Logs Tab](/docs/dashboards-and-charts/logs-tab.md)
- [Dashboards Tab](/docs/dashboards-and-charts/dashboards-tab.md)
- [Alerts Tab](/docs/dashboards-and-charts/alerts-tab.md)
- [Events Tab](/docs/dashboards-and-charts/events-feed.md)
:::tip
Some dashboard features require a Netdata Cloud login and a connected Agent — such as saving chart preferences, accessing custom dashboards, or executing node Functions.
:::
---
## How to Access the Dashboards
### Netdata Cloud
Access the Cloud dashboard at:
**<https://app.netdata.cloud/>**
[Sign in or sign up](https://app.netdata.cloud/sign-in) if you dont have an account yet.
---
### Netdata Agent
To view your local Netdata Agent dashboard:
- Open a browser and go to:
`http://NODE:19999`
Replace `NODE` with your Agents IP address or hostname.
- If viewing from the same machine where the Agent is installed, use:
`http://localhost:19999`