# Как восстановить или изменить путь к админке?

Если вы забыли, по какому адресу открывается админка, или указали его неверно, не переживайте — путь можно легко сбросить.

{% content-ref url="/pages/Qs1hiwajeXhU7MQo0zB9" %}
[Где расположена корневая директория вашего сайта?](/pomosh-i-spravka/infrastruktura/gde-raspolozhena-kornevaya-direktoriya-vashego-saita.md)
{% endcontent-ref %}

***

Чтобы изменить или восстановить путь к админке в FastPanel, нужно открыть поддомен, где находится Backend (например, app.<mark style="color:red;">**ваш\_домен**</mark>) и через файловый менеджер найти файл `.env`

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

В этом файле есть строка:

```ini
APP_ADMIN_PATH=iexadmin
```

{% hint style="info" %}
**iexadmin** — это текущий путь к админке. Его можно заменить на любой другой, например:
{% endhint %}

```ini
APP_ADMIN_PATH=myadmin
```

После сохранения изменений админка будет открываться по адресу `app.`<mark style="color:red;">**`ваш_домен`**</mark>`/myadmin`.


---

# 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://docs.iexexchanger.com/pomosh-i-spravka/infrastruktura/kak-vosstanovit-ili-izmenit-put-k-adminke.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.
