> 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/faqs-and-information/recovery.md).

# Account/Server Recovery

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

{% hint style="info" %}
Legacy Panel guide
{% 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://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 or from a ticket purchase made with LTC or PayPal. 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>

{% hint style="warning" %}
Please note: recovery of server files is not always guaranteed, and it may not include every file or database you had on your server.
{% endhint %}

You can request server file recovery in a support ticket if fewer than 14 days have passed since the deletion date. Please keep in mind that the process is not instant or guaranteed, and it may take some time for an admin to be available for recovery.\
\
**Not sure when the server was deleted?** Consider this: servers are suspended when renewal fails because there are not enough coins. They are deleted after 10 days. If you think fewer than 24 days have passed since the suspension, you can ask for recovery.

### 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/faqs-and-information/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.
