# Сброс к заводским настройкам

## Способ 1

1. Перейдите в раздел «**Общие настройки**» -> "**Удаление настроек системы**"

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

2. В поле ввода вставьте текст "**удалить всё**", нажмите "**Сохранить**"

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

## Способ 2

1. Откройте консольное меню MikoPBX. С клавиатуры введите **9** для перехода в **консоль АТС**.

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

2. Введите последовательно две команды:

```
cp /conf.default/mikopbx.db /cf/conf/mikopbx.db
reboot
```

3. После выполнения данных команд MikoPBX перезагрузится. Вход в web-интерфейс происходит с логином (admin) и паролем (admin) по умолчанию.


---

# 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.mikopbx.com/mikopbx/faq/setup/factory-reset.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.
