> 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/troubleshooting/requested-resource.md).

# The requested resource does not exist on this server

{% hint style="info" %}
Legacy Panel Guide
{% endhint %}

*Bot-hosting.net mainly offers two pages for hosting and managing your bots:*

* Manage panel (<https://bot-hosting.net/panel/>)
* Control panel (<https://control.bot-hosting.net/>)

Each page has its own login system. You need to log in on both pages with the same account to see the same servers.

This error usually means you are not using the same account on both pages, or you are using an account that does not have access to the server you are trying to open. To fix it, use the logout icon in the Control panel and log in with the correct account.

### How can I do that? <a href="#id-4lo1kaqtmsy" id="id-4lo1kaqtmsy"></a>

Go to the [control panel](https://control.bot-hosting.net/) and click the logout button.

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

Log in again with Discord and make sure the authorization page shows the correct user, meaning the one who has access to the server. Compare it with the user shown in the Manage panel.

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

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


---

# 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/troubleshooting/requested-resource.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.
