> 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/setup/hypervisor/vmware-fusion.md).

# VMware Fusion

## Создание виртуальной машины

1. Создаем новую виртуальную машину.

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

2. После скачивания последней версии образа ([ссылка](https://www.askozia.ru/download/)), указываем ISO файл с установочным дистрибутивом.

Нажимаем "**Continue**"

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

3. Выбираем тип операционной системы **Other Linux 5.x and later kernel 64-bit**

Нажимаем "**Continue**"

<figure><img src="/files/68EwEWpqBAvZJSEHUMD4" alt=""><figcaption></figcaption></figure>

4. Выбираем тип биоса **Legacy**

Нажимаем "**Continue**"

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

5. Нажимаем "**Finish**"

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

## Подключение нового диска

1. После создания виртуальной машины, дождитесь ее загрузки

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

2. Перейдите в раздел "**\[3] Reboot the system**"

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

3. Выберите "**\[2]** **Shutdown**"

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

4. После выключения виртуальной машины, перейдите в настройки

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

5. Выберите "**Add device**"

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

6. Выберите "**New Hard Disk**"

Нажмите "**Add...**"

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

7. Выберите размер жесткого диска(мы рекомендуем **не менее 50ГБ**)

Нажмите "**Apply**"

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

{% hint style="info" %}
**1 час** записи разговоров занимает примерно **14мб** на диске.
{% endhint %}

## Установка MikoPBX

1. Запустите виртуальную машину

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

2. Выберите пункт "**\[8] Install**"

<figure><img src="/files/2o6RKb11mU1WyolMNrvW" alt=""><figcaption></figcaption></figure>

3. Введите имя диска, на который будет установлена MikoPBX

В нашем случае - *sdb*, введите его название и нажмите **Enter**

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

4. Подтвердите выбор диска: введите **y**

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

5. Выберите диск для записи разговоров

В нашем случае - *sdc*, введите его название и нажмите **Enter**

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

6. Система перезагрузится и MikoPBX будет готова к использованию.

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

## Первое подключение к MikoPBX

1. В АТС отображается **IP адрес** станции, по которому к ней можно подключится

<figure><img src="/files/7eDqQZTNm5wfgMgdSeAM" alt=""><figcaption></figcaption></figure>

2. Введите IP адрес станции в строку браузера и у вас откроется меню входа в MIkoPBX

Логин и пароль по умолчанию - "**admin**"

<figure><img src="/files/2Y6UbsxVDXR0ePuXQSbS" 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/setup/hypervisor/vmware-fusion.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.
