# Umbrel

[Umbrel](https://umbrel.com/) is an OS for running a personal server in your home. Self-host open source apps like Nextcloud, Bitcoin node, and more.

### Connect to LND via Tor:

{% stepper %}
{% step %}
Open the "Lightning Node" app on your Umbrel
{% endstep %}

{% step %}
Use the three dots in the top right and select "Connect wallet"
{% endstep %}

{% step %}
Choose "gRPC(Tor)" as mode
{% endstep %}

{% step %}
Scan the QR code with BitBanana or copy/paste the lndconnect URL
{% endstep %}
{% endstepper %}

### Connect to LND via Tailscale:

{% stepper %}
{% step %}
On your Umbrel, go to the App Store and install the Tailscale app
{% endstep %}

{% step %}
Install the Tailscale app on your android phone
{% endstep %}

{% step %}
Create a Tailscale account
{% endstep %}

{% step %}
Open the "Lightning Node" app on your Umbrel
{% endstep %}

{% step %}
Use the three dots in the top right and select "Connect wallet"
{% endstep %}

{% step %}
Choose  gRPC(Local Network)  as mode
{% endstep %}

{% step %}
Scan the QR code with BitBanana or copy/paste the lndconnect URL
{% endstep %}

{% step %}
In BitBanana navigate to <mark style="background-color:orange;">Main menu --> Nodes</mark> and select the node you have just added
{% endstep %}

{% step %}
Click on "Change data"
{% endstep %}

{% step %}
Replace the host with the IP address that is shown when you open the Tailscale app on your Umbrel
{% endstep %}

{% step %}
If you want the Tailscale VPN to automatically start whenever you use the node, choose Tailscale under VPN-Automation
{% endstep %}

{% step %}
Turn off "Certificate Verfication" (If you don't want to do this, you will have to add the Tailscale IP to "tlsextraip=" in your lnd.conf and regenerate the certificate)
{% endstep %}

{% step %}
Save the changes
{% endstep %}
{% endstepper %}

### Connect to Core Lightning via Tor:

{% hint style="info" %}
This is possible, but no details available yet. Help us complete it!
{% endhint %}

### Connect to Core Lightning via Tailscale:

{% stepper %}
{% step %}
On your Umbrel, go to the App Store and install the Tailscale app
{% endstep %}

{% step %}
Install the Tailscale app on your android phone
{% endstep %}

{% step %}
Create a Tailscale account
{% endstep %}

{% step %}
Open the "Core Lightning" app on your Umbrel
{% endstep %}

{% step %}
Click on the "Settings" button in the top right and select "Connect wallet"
{% endstep %}

{% step %}
Choose  "gRPC"  in the  "Network"  dropown  as mode
{% endstep %}

{% step %}
Click on the QR code to enlarge it and scan it with BitBanana or copy/paste the "Connection URL"
{% endstep %}

{% step %}
In BitBanana navigate to <mark style="background-color:orange;">Main menu --> Nodes</mark> and select the node you have just added
{% endstep %}

{% step %}
Click on "Change data"
{% endstep %}

{% step %}
Replace the host with the IP address that is shown when you open the Tailscale app on your Umbrel
{% endstep %}

{% step %}
If you want the Tailscale VPN to automatically start whenever you use the node, choose Tailscale under VPN-Automation
{% endstep %}

{% step %}
Save the changes
{% endstep %}
{% endstepper %}


---

# 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.bitbanana.app/setup/connect-a-lightning-node/umbrel.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.
