> For the complete documentation index, see [llms.txt](https://docs.mikopbx.com/mikopbx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-winscp.md).

# Подключение к АТС с помощью WinSCP

1. Скачайте установщик программы WinSCP с официального сайта по [ссылке](https://winscp.net/eng/download.php)
2. Установите программу
3. В случае, если ранее вы подключались к MikoPBX по SSH соединению с помощью PuTTYб программа сразу предложит импортировать соединение

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

4. Если же подключения не было - нужно заполнять данные вручную

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

5. **Имя хоста** - IP адрес MikoPBX\
   **Порт -** порт для подключения по SSH по умолчанию это 22\
   **Имя пользователя** - всегда нужно указывать root\
   **Пароль -** SSH пароль от Вашей **MikoPBX**

<figure><img src="/files/6Olk7F5kseCJS69Wlsb6" alt=""><figcaption></figcaption></figure>

6. Перед подключением вам необходимо разрешить авторизацию по паролю в веб-интерфейсе MikoPBX, а также задать пароль для подключения: для этого перейдите "**Общие настройки**" -> "**SSH**"

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

7. Для подключения нажмите "**Войти**"

<figure><img src="/files/5mUSH2Eth8W3SNfKeR4C" alt=""><figcaption></figcaption></figure>

8. После успешного подключения у вас откроется корневая папка MikoPBX

<figure><img src="/files/5wdZ62uSfpvPJa8Y9fvw" 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://docs.mikopbx.com/mikopbx/faq/troubleshooting/connecting-to-a-pbx-using-winscp.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.
