> For the complete documentation index, see [llms.txt](https://guides.getalby.com/user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.getalby.com/user-guide/alby-hub/faq/how-to-restart-alby-hub-after-my-subscription-was-cancelled.md).

# How to restart Alby Hub after my subscription was cancelled?

If your **hosted Alby Hub** subscription remained unpaid for several weeks, your Hub was shut down and the subscription was automatically cancelled.

This prevents your Alby Account from accumulating additional charges.

You can restore your Hub at any time by self-hosting it and importing your existing recovery phrase:

1. Set up a self-hosted Alby Hub on a device of your choice — see the [deployment options](/user-guide/alby-hub/alby-hub-flavors.md) for desktop, cloud, and node hardware.
2. During onboarding, connect the Hub to the **same Alby Account** you used previously — this is required to restore your encrypted channel backups.
3. Click **“Advanced Setup”**

<figure><img src="https://guides.getalby.com/user-guide/~gitbook/image?url=https%3A%2F%2F2706948649-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FWIUBf3ZZaBGu2ee6Y8lU%252Fuploads%252FAv1Xgr2VuxvSKH4PFVy0%252Fimage.png%3Falt%3Dmedia%26token%3D64042a09-1249-474a-9807-d008b6aa328f&#x26;width=768&#x26;dpr=3&#x26;quality=100&#x26;sign=77e821e4&#x26;sv=2" alt=""><figcaption></figcaption></figure>

4. Click **"Import Existing Recovery Phrase"**
5. Choose an **unlock password** (can be the same as your old one, or a new one) and then **enter your 12-word recovery phrase**.

Your on-chain balance is recovered from your recovery phrase. To recover lightning channel balances as well, your Hub must have had encrypted channel backups enabled before it was shut down.


---

# 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, and the optional `goal` query parameter:

```
GET https://guides.getalby.com/user-guide/alby-hub/faq/how-to-restart-alby-hub-after-my-subscription-was-cancelled.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
