# Download and Run LND Desk

You can choose to download LND Desk directly or run it yourself using Docker.

{% hint style="warning" %}
Please download the release of LND Desk without beta.
{% endhint %}

**LND Desk**: [**https://github.com/GEBcore/LND-Desk/releases**](https://github.com/GEBcore/LND-Desk/releases)

{% hint style="info" %}
**The data storage files of LND Desk are extremely important and must not be lost. Otherwise, the assets in your Lightning Network channels could be lost.**
{% endhint %}

### Initial Configuration Items

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

{% stepper %}
{% step %}

### **Data Storage Directory**

Select a folder to run the node. Make sure not to lose this file, as it is crucial to your assets.
{% endstep %}

{% step %}

### **Your LND Alias**

Enter an alias (this is not very important).
{% endstep %}

{% step %}

### **Special Node Configuration**

Configure it as shown in the screenshot.
{% endstep %}

{% step %}

### **Click Confirm to Run**

{% endstep %}

{% step %}

### **Set Your Wallet Password and Generate a new wallet**

The mnemonic phrase and password are extremely important. If lost, they cannot be recovered.
{% endstep %}

{% step %}

### **Run Successfully**

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

{% hint style="info" %}
**The program can be closed. When you need to operate it again, simply reopen and run it.**
{% endhint %}

{% hint style="success" %}
Docker tutorial is provided for platforms that do not have pre-packaged solutions, such as ARM-based Windows and ARM-based Linux systems.
{% endhint %}

**Docker:** [**https://github.com/btclayer2/lnd-hub/blob/main/docs/node-runner.docker.en.md**](https://github.com/btclayer2/lnd-hub/blob/main/docs/node-runner.docker.en.md)


---

# 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://documents.geb.network/use/earn-usdgeb/stake-l-btc/download-and-run-lnd-desk.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.
