# Custom node

You can manually specify a node in settings. This custom node will be used for all wallets of that type (eg: all Monero wallets).

On the home screen, click Settings button in the upper right, then click `Nodes`.

## Add new custom node

You can add a custom node in app settings, or in advanced privacy settings during wallet creation.

{% stepper %}
{% step %}

### Add new custom node in settings

To add a new custom node, click on the `+` towards the top right. Type in a Node Address, Node port (usually 18081 or 18089), a login (optional; only if needed), and a password (optional; only if needed). Tick `Use SSL` only if instructed or if you know SSL is used.

Here is an example using Seth for Privacy's Monero node:

* Node Address: `node.sethforprivacy.com`
* Node port: `18089`
* Login: (blank)
* Password: (blank)
* Use SSL: (unticked)
* Trusted: (unticked)

{% hint style="warning" %}
ONLY tick "Trusted" if you are running your own node and trust that it is secure! This will make the connection more efficient.
{% endhint %}
{% endstep %}

{% step %}

### Add new custom node in advanced privacy settings

When creating a wallet, first select the wallet asset type you want. Then, in the same screen where you are prompted for a wallet name, click `Advanced Privacy Settings`. Add your custom node there. Save the settings, choose a wallet name, and proceed with setup as normal.
{% endstep %}
{% endstepper %}

## Node lists

We strongly recommend [running your own node](https://guides.monero.com/docs/tutorials/monero-node)!

## Remove a node

You can remove any node except the current node. For a stored node that isn't in current use, swipe right to left on that node to display a Delete icon; click `Delete`. You will be asked to confirm to remove the node; click `Remove`.


---

# 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://docs.cakewallet.com/features/advanced/custom-node.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.
