> 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/upravlenie-serverom/panel-fastpanel/faily-saita-v-fastpanel.md).

# Файлы сайта в FastPanel

Корневая директория сайта — это основная папка проекта на сервере, в которой расположены все файлы сайта.

В зависимости от того, с какой частью системы вы работаете, корневая директория будет отличаться:

* Frontend (основной домен);
* Backend (технический поддомен).

***

## Корневая директория Frontend

<figure><img src="/files/5kVR77YUXgGtgEdmEVE7" alt="" width="563"><figcaption></figcaption></figure>

Frontend представляет собой клиентскую часть обменного пункта и обычно располагается на основном домене: `ваш_домен`

Чтобы открыть корневую директорию Frontend:

1. Авторизуйтесь в панели управления FastPanel.
2. Перейдите в раздел: **«Сайты» — «ваш\_домен»**
3. В блоке **«Управление сайтом»** нажмите **«Файлы»**.

<figure><img src="/files/Kxbjiv2LKYxAR5bzrsKy" alt="" width="563"><figcaption></figcaption></figure>

После открытия файлового менеджера вы автоматически окажетесь в корневой директории Frontend-проекта.

#### Пример пути

```
/var/www/example_com_usr/data/www/example.com
```

Именно в этой директории располагаются файлы Frontend, конфигурация PM2, файл `.env` Frontend и другие файлы клиентской части системы.

## Корневая директория Backend

Backend представляет собой серверную часть iEXExchanger и обычно располагается на техническом поддомене: `app.ваш_домен`

<figure><img src="/files/SantodrmwDeXP4Okj6UU" alt="" width="563"><figcaption></figcaption></figure>

Чтобы открыть корневую директорию Backend:

1. Авторизуйтесь в панели управления FastPanel.
2. Перейдите в раздел: `«Сайты» — «app.ваш_домен»`
3. В блоке **«Управление сайтом»** нажмите **«Файлы»**.

<figure><img src="/files/Kxbjiv2LKYxAR5bzrsKy" alt="" width="563"><figcaption></figcaption></figure>

После открытия файлового менеджера вы автоматически окажетесь в корневой директории Backend-проекта.

#### Пример пути

```
/var/www/app_example_com_usr/data/www/app.example.com
```


---

# 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/upravlenie-serverom/panel-fastpanel/faily-saita-v-fastpanel.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.
