> For the complete documentation index, see [llms.txt](https://stader.gitbook.io/stader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stader.gitbook.io/stader/ethereum/node-operator/permissionless-node-operator/node-monitoring.md).

# 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="https://res.cloudinary.com/dfupsth9n/image/upload/v1692822058/Ethereum/imade_node_monitoring_1_tbzeex.png" 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="https://res.cloudinary.com/dfupsth9n/image/upload/v1692822062/Ethereum/node_m_2.1_gv5mlc.png" alt="" width="563"><figcaption></figcaption></figure>

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

<figure><img src="https://res.cloudinary.com/dfupsth9n/image/upload/v1692822059/Ethereum/node_m_2_vsiy0n.png" alt="" width="563"><figcaption></figcaption></figure>

### **Step 3: Download JSON**

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

<figure><img src="https://res.cloudinary.com/dfupsth9n/image/upload/v1692822058/Ethereum/node_m_3_ielq3q.png" alt=""><figcaption></figcaption></figure>

### **Step 4: Import the Grafana dashboard**

* On the left panel, click on Import under Dashboards

<figure><img src="https://res.cloudinary.com/dfupsth9n/image/upload/v1692822059/Ethereum/node_m_4_kwatly.png" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://res.cloudinary.com/dfupsth9n/image/upload/v1692822058/Ethereum/node_m_5_dwfucw.png" alt=""><figcaption></figcaption></figure>

* Click on the Import CTA

<figure><img src="https://res.cloudinary.com/dfupsth9n/image/upload/v1692822059/Ethereum/node_m_6_u4uus9.png" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**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.**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
