This section contains documentation on how you can access the Netdata dashboard, which are the same both for the Agent and Cloud.
A user accessing the Netdata dashboard from the Cloud will always be presented with the latest Netdata dashboard version.
A user accessing the Netdata dashboard from the Agent will, by default, be presented with the latest Netdata dashboard version (the same as Netdata Cloud) except in the following scenarios:
http://NODE:19999/v1
, replacing NODE
with the IP address or hostname of your Agent).The Netdata dashboard consists of the following main sections:
⚠️ Some sections of the dashboard, when accessed through the agent, may require the user to be signed in to Netdata Cloud or having the Agent claimed to Netdata Cloud for their full functionality. Examples include saving visualization settings on charts or custom dashboards, claiming the node to Netdata Cloud, or executing functions on an Agent.
You can access the dashboard at https://app.netdata.cloud/ and sign-in with an account or sign-up if you don't have an account yet.
Netdata starts a web server for its dashboard at port 19999
. Open up your web browser of choice and
navigate to http://NODE:19999
, replacing NODE
with the IP address or hostname of your Agent. If installed on localhost, you can access it through http://localhost:19999
.
Documentation for previous Agent dashboard can still be found here.