> For the complete documentation index, see [llms.txt](https://docs.iexexchanger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.iexexchanger.com/help-center/reshenie-problem/spravochniki/kak-izmenit-adres-administrativnoi-paneli.md).

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

Если вы забыли адрес административной панели или хотите изменить его в целях безопасности, это можно сделать вручную через файл конфигурации Backend.

Путь к административной панели хранится в файле `.env` и задаётся параметром:

```dotenv
APP_ADMIN_PATH=
```

***

### Откройте файлы Backend

Авторизуйтесь в панели управления FastPanel.

{% content-ref url="/pages/MDuqJRjp8L1cHG9i4sRB" %}
[Файлы сайта в FastPanel](/help-center/upravlenie-serverom/panel-fastpanel/faily-saita-v-fastpanel.md)
{% endcontent-ref %}

Перейдите в раздел: **«Сайты» — «app.ваш\_домен» — «Файлы»**

Откройте корневую директорию Backend-проекта.

### Найдите файл`.env`

В корневой директории проекта найдите файл: `.env`&#x20;

Откройте его для редактирования.

### Шаг 3. Найдите параметр APP\_ADMIN\_PATH

Найдите строку:

```dotenv
APP_ADMIN_PATH=iexadmin
```

Значение после знака `=` является текущим адресом административной панели.

В данном примере панель администратора будет доступна по адресу: &#x20;

```
https://app.ваш_домен/iexadmin
```

### Шаг 4. Измените путь к админке

При необходимости замените текущее значение на новое.

Например:

```dotenv
APP_ADMIN_PATH=myadminpanel
```

После сохранения файла административная панель станет доступна по адресу:

```
https://app.ваш_домен/myadminpanel
```

{% hint style="info" %}

## **Важно**

После изменения параметра `APP_ADMIN_PATH` старый адрес административной панели перестанет работать.

Используйте только новый путь, указанный в файле `.env`.
{% endhint %}


---

# 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://docs.iexexchanger.com/help-center/reshenie-problem/spravochniki/kak-izmenit-adres-administrativnoi-paneli.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.
