# Node Monitoring

To ensure you have a seamless experience monitoring your node, we have developed a user-friendly Grafana Dashboard that enables you to easily keep track of primary metrics. Please follow the below steps to configure Grafana Dashboard for your node

**Step 1: Get IP Address**

Get the IP address of your machine or the cloud instance. To get your public IP you can run this command: `curl ipinfo.io/ip`

<figure><img src="/files/JOmfn5PasaIuY6FwSLWJ" alt="" width="563"><figcaption></figcaption></figure>

**Step 2: Access Grafana**

Access Grafana by entering this URL in your browser: `http://<public_ip_address>:3100`

**Note: Please replace \<public\_ip\_address> with your machine or instance’ IP address.**

* You will see a login screen. The username and password is : admin

<figure><img src="/files/ptzwU05caqvCTFYezKyl" alt=""><figcaption></figcaption></figure>

* You will be prompted to change your password. You can change it or skip it.

<figure><img src="/files/H5enkZHm97owWwYtyfs2" alt=""><figcaption></figcaption></figure>

**Step 3: Download JSON**

[**Click here**](https://drive.google.com/file/d/1d0wtRVo5TDNk27YUJsJDaaf2RfNFMQ4L/view?usp=sharing) to download the Stader node Dashboard JSON file

<figure><img src="/files/hgOlwhZUcMGQrf60AXFn" alt=""><figcaption></figcaption></figure>

**Step 4: Import the Grafana dashboard**

* On the left panel, click on Import under Dashboards

<figure><img src="/files/FJrZPFSwK30rOu97KMR5" alt=""><figcaption></figcaption></figure>

* Upload the JSON file you downloaded in Step 3 by clicking on the “Upload JSON file” CTA

<figure><img src="/files/UCmNAkmNWeBlcbJHMqHx" alt=""><figcaption></figcaption></figure>

* Click on the Import CTA

<figure><img src="/files/Jw6NPZFKORTVt4P6NFXC" alt=""><figcaption></figcaption></figure>

**Note: If you see an error saying that the dashboard id has already been taken, just edit the id to some random value by clicking on the “Change uid” button and it should work.**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://staderlabs.gitbook.io/ethereum/node-operator/permissionless-node-operator/node-monitoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
