> For the complete documentation index, see [llms.txt](https://docs.payram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payram.com/onboarding-guide/node-details-configuration.md).

# Node Details Configuration

***

## **Prerequisites**

Before you proceed with the node configuration, make sure the following steps are completed:

* Install the [PayRam](https://www.notion.so/PayRam-Setup-2782637ada87802ba500e9d01a595075?pvs=21) and complete the [onboarding configuration](https://docs.payram.com/onboarding-guide/root-account-setup).
* Ensure the server is running and ready, so you can connect your blockchain nodes without issues.

***

## Nodes configuration :

{% stepper %}
{% step %}

### Dashboard page

* Once you have successfully completed the Onboarding configuration, you will be redirected to the dashboard .

<figure><img src="/files/55G2TeIueuTtvoUrhJik" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Settings

* Before accepting any payments, you need to configure the blockchain nodes based on the network you selected while installing PayRam. For example, if you chose mainnet, configure the mainnet nodes, and if you chose testnet, configure the testnet nodes accordingly.
* Now click on the Settings

<figure><img src="/files/8emJZnpAvM1JQgB5cYC0" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Integrations

* Then select integrations

<figure><img src="/files/Va8wJejIERO6A12XT5e0" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Node configurations

* Under **Node Details**, you will find the node configuration information

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

* The node details are already set up with some public RPC URLs. However, if you want to use any private RPC URLs, you can update the configuration according

> <mark style="color:$success;">**Note**</mark><mark style="color:$info;">: If the “</mark><mark style="color:$danger;">**Last Block Processed**</mark><mark style="color:$info;">” rows are not updating, you’ll need to restart your PayRam server. Please run the restart command script on the server where PayRam is hosted.</mark>
>
> [👉 View Restart Command Guide](https://docs.payram.com/script/script-usage#restart)
> {% endstep %}
> {% endstepper %}

***

If you do not want to use the default node RPC provided by us and instead prefer to use your own private RPC, you can change the node configuration details by following the link below and updating the RPC URL with your custom endpoint.

***

You’ve successfully added the required node details for a blockchain, the node configuration is complete. The next step is to add the corresponding wallets for those blockchains, which is necessary before you can start receiving PayRam payments.


---

# 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:

```
GET https://docs.payram.com/onboarding-guide/node-details-configuration.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.
