| 1 | # Dashboards and Charts |
| 2 | |
| 3 | This guide explains how to access both **Agent** and **Cloud** dashboards in Netdata, with direct links to explore each section in more detail. |
| 4 | |
| 5 | When you access the Netdata dashboard through Cloud, you always see the latest available version. |
| 6 | |
| 7 | By default, the **Agent dashboard** also shows the latest version (matching Netdata Cloud). However, there are a few exceptions: |
| 8 | |
| 9 | - If the Agent has **no internet access**, it will automatically use the bundled dashboard version. |
| 10 | - Users can manually load the previous dashboard version (for example, through a bookmark) using: |
| 11 | `http://NODE:19999/v1` |
| 12 | Replace `NODE` with the IP address or hostname of your Agent. |
| 13 | |
| 14 | ## Main Sections |
| 15 | |
| 16 | The Netdata dashboard consists of the following main sections: |
| 17 | |
| 18 | - [Home Tab](/docs/dashboards-and-charts/home-tab.md) |
| 19 | - [Nodes Tab](/docs/dashboards-and-charts/nodes-tab.md) |
| 20 | - [Netdata Charts](/docs/dashboards-and-charts/netdata-charts.md) |
| 21 | - [Metrics Tab and Single Node Tabs](/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs.md) |
| 22 | - [Live Tab](/docs/dashboards-and-charts/live-tab.md) |
| 23 | - [Logs Tab](/docs/dashboards-and-charts/logs-tab.md) |
| 24 | - [Dashboards Tab](/docs/dashboards-and-charts/dashboards-tab.md) |
| 25 | - [Alerts Tab](/docs/dashboards-and-charts/alerts-tab.md) |
| 26 | - [Events Tab](/docs/dashboards-and-charts/events-feed.md) |
| 27 | |
| 28 | :::tip |
| 29 | |
| 30 | Some dashboard features require a Netdata Cloud login and a connected Agent — such as saving chart preferences, accessing custom dashboards, or executing node Functions. |
| 31 | |
| 32 | ::: |
| 33 | |
| 34 | ## How to Access the Dashboards |
| 35 | |
| 36 | ### Netdata Cloud |
| 37 | |
| 38 | Access the Cloud dashboard at: |
| 39 | **<https://app.netdata.cloud/>** |
| 40 | |
| 41 | [Sign in or sign up](https://app.netdata.cloud/sign-in) if you don’t have an account yet. |
| 42 | |
| 43 | ### Netdata Agent |
| 44 | |
| 45 | To view your local Netdata Agent dashboard: |
| 46 | |
| 47 | - Open a browser and go to: |
| 48 | `http://NODE:19999` |
| 49 | Replace `NODE` with your Agent’s IP address or hostname. |
| 50 | - If viewing from the same machine where the Agent is installed, use: |
| 51 | `http://localhost:19999` |