summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorHugo Valente <82235632+hugovalente-pm@users.noreply.github.com>2023-09-11 14:16:27 +0100
committerGitHub <noreply@github.com>2023-09-11 14:16:27 +0100
commitcc9ec062d275cc30917930d66ad1d47c3feb4d3e (patch)
treee68356180d264d95a3c77661a498583a3feee6a0 /README.md
parenta13d9f3316be9a4f95e2ef7841812b4a0fa5645a (diff)
add specific info on how to access the dashboards (#15925)
* add specific info on how to access the dashboards * also added to README * add specific info on how to access the dashboards * also added to README * added suggestion from PR review * also reflected change on legacy doc * Update docs/category-overview-pages/accessing-netdata-dashboards.md Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 85a3ba438a..722e70c53e 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,9 @@ It scales nicely from just a single server to thousands of servers, even in comp
Check also the [Netdata Deployment Strategies](https://learn.netdata.cloud/docs/architecture/deployment-strategies) to decide how to deploy it in your infrastructure.
+ By default, you will have immediately available a local dashboard. 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`.
+
### 2. **Configure Collectors** :boom:
Netdata auto-detects and auto-discovers most operating system data sources and applications. However, many data sources require some manual configuration, usually to allow Netdata to get access to the metrics.