# Reboot

## Rebooting the station via the MikoPBX interface

The system shutdown/reboot menu can be found in MikoPBX by clicking on "**Reboot**" in the "**Maintenance**" section.

<figure><img src="/files/gjEZwUeCDSGebhUR7eRM" alt=""><figcaption><p>"Maintenance" -> "Reboot" section</p></figcaption></figure>

When you open the page, a list of active calls to the PBX will be displayed. The start date of the call is displayed, **from** whom and **to** whom the call.

{% hint style="warning" %}
As long as there are active calls, the reboot and shutdown will not be available via the web interface.
{% endhint %}

<figure><img src="/files/G4xQvhkgQGb94PF8cPYR" alt=""><figcaption><p>List of active calls</p></figcaption></figure>

* **Restart the PBX** - the command starts restarting the station.
* **Turn off PBX** - completes all processes and disconnects the station.

<figure><img src="/files/qem9TdfmPfeePALRsmGh" alt=""><figcaption><p>System shutdown/reboot options</p></figcaption></figure>

## Rebooting the station via the console menu

You can restart the station via the console menu. To do this, select the section **"\[3] Reboot the system"**

<figure><img src="/files/f5KOKCOgCyHx9BELwQRS" alt=""><figcaption><p>MikoPBX console</p></figcaption></figure>

* If you want to restart the station: press **"\[1] Reboot MikoPBX"**
* If you want to turn off the station: press **"\[2] Shutdown"**

The system will reboot.

<figure><img src="/files/PTw722XWYSb171KO1S9h" alt=""><figcaption><p>Restart/shutdown station</p></figcaption></figure>

## Reboot with disk check

In case of an emergency restart of the PBX (for example, power outage), it may be necessary to check the disk for errors.

In the PBX console menu, enter the command **"\[9] Console(Shell)"** and press **Enter.**

System launch the MikoPBX console.

<figure><img src="/files/DwvmUDAw2OH7odHvqkbF" alt=""><figcaption><p>Console menu MikoPBX</p></figcaption></figure>

Enter the command `reboot`. Press **Enter**.

The system will reboot with a disk check.

<figure><img src="/files/rhJlx1ZykAU2L17zTjWW" alt=""><figcaption><p>Reboot command</p></figcaption></figure>


---

# 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/english/manual/maintenance/restart.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.
