> For the complete documentation index, see [llms.txt](https://bothosting-net.gitbook.io/bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothosting-net.gitbook.io/bot-hosting.net/legacy-info/recovery.md).

# Account/Server Recovery

{% hint style="warning" %}
This information article is specific for the legacy panel. Please use the new panel instead.
{% endhint %}

{% hint style="danger" %}
**IMPORTANT:** You should ALWAYS keep the original files on your local device or cloud.
{% endhint %}

Recovering server or account data is possible only in a few cases and only within a specific time frame.

### Recover a Lost Account <a href="#recover-lost-account" id="recover-lost-account"></a>

bot-hosting.net lets you register and log in to the platform using your Discord account.

If you lose your Discord account, you can try using the [Account Recovery Page](https://legacy.bot-hosting.net/account-recovery).\
This page asks you to do the following:

* Log in with a new, empty account. It must have no coins and no servers.
* Enter the email linked to your old Discord account and its user ID.
* Confirm the action and follow the instructions in the email sent to the address you provided to transfer your account data to the new account.

If you cannot get your old Discord account ID, you can open an account recovery ticket using only the email address.

If you also lose access to the email address, the only way to recover the account is with a payment receipt from the site. The payment receipt must show the unique payment ID to prove the purchase.  This process is not automatic and can only be handled in a support ticket.

If none of those options are available to you, there is no way to recover your lost account.

### Recover Server Data After Deletion <a href="#recover-server-after-deletion" id="recover-server-after-deletion"></a>

Account recovery for deleted servers is not possible on the legacy panel. The new panel creates backups on deletion.

**Reminder:** you should never keep your only copies of your application files in the server. Always keep the original files on your device, a cloud storage or a git repository and only upload a copy of them in the server.

### Recover a Deleted Account <a href="#recover-deleted-account" id="recover-deleted-account"></a>

Recovering a deleted account is currently not possible.

<br>


---

# 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://bothosting-net.gitbook.io/bot-hosting.net/legacy-info/recovery.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.
