> 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 PayRam](/deployment-guide/quick-setup.md) and complete the [root account setup](/onboarding-guide/root-account-setup.md).
* Ensure the server is running and ready, so you can connect your blockchain nodes without issues.

***

## Nodes configuration

{% stepper %}
{% step %}

### Open Settings

* From the left menu, select **Settings**.

<figure><img src="/files/Gn4hP3ProLPQHJFJIxKN" alt="The Settings screen"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Open Node Configurations

* Under **Integrations**, select **Node Configurations**.

<figure><img src="/files/EdhUdrvGP02f6X2EQ4je" alt="Node configurations, listing each supported network"><figcaption></figcaption></figure>

* Each supported network shows how many RPC nodes it has, how many are active, and the last block PayRam processed. PayRam ships with public nodes already configured, so payments are detected without any setup.

{% hint style="info" %} <mark style="color:$primary;">**Note**</mark><mark style="color:$info;">: If the</mark> <mark style="color:$success;">**Last Block Processed**</mark> <mark style="color:$info;">value is not moving, select</mark> <mark style="color:$success;">**Restart Processors**</mark> <mark style="color:$info;">on this page. If it stays stuck, restart the server itself —</mark> [<mark style="color:$info;">see the restart command</mark>](/script/script-usage.md)<mark style="color:$info;">.</mark>
{% endhint %}
{% endstep %}

{% step %}

### Review a network's node pool

* Select any network to open its RPC node pool.

<figure><img src="/files/6rLftXMgtrw7ygxsag3R" alt="The RPC node pool for a network"><figcaption></figcaption></figure>

* Each node shows its position in the pool (**#1**, **#2**, and so on), whether it is **Free** or paid, and whether it is **Active**. The node marked **Preferred** is tried first, and PayRam falls back to the others if it is unreachable.
* **Test Connection** checks the pool from your server, so you can confirm a node works before relying on it.
  {% endstep %}

{% step %}

### Add your own RPC node

* Select **Add Node**, enter the node URL, choose whether it is a free or paid node, then select **Add Node**.

<figure><img src="/files/1enLlZ0GsnOhbFKp3PUC" alt="Adding an RPC node"><figcaption></figcaption></figure>

{% hint style="info" %} <mark style="color:$primary;">**Consider a paid node provider.**</mark> <mark style="color:$info;">The public nodes PayRam ships with are fine for testing and low volume, but they can be rate-limited or unreliable. If you expect high payment volume, or you need uninterrupted operation, add a node from a paid provider such as Infura or Alchemy.</mark>
{% endhint %}
{% endstep %}
{% endstepper %}

***

You have configured the nodes for the blockchains you want to accept payments on. The next step is to add the wallets for those blockchains, which is required before you can receive payments.
