> 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/english/readme/getting-to-know-mikopbx.md).

# Getting to know MikoPBX

### First login to the MikoPBX system

Go to the MikoPBX installation console, remember the IP address that your PBX received.

<figure><img src="/files/PtFDzyBE2G30rCDVcXwJ" alt=""><figcaption><p>MikoPBX IP address for connecting to the WEB interface</p></figcaption></figure>

Enter the received MikoPBX IP address in the web browser. The authorization page will be displayed. Log in using the default credentials:

{% hint style="success" %}
Use the following default credentials for the first login to the MikoPBX web interface:

* Username: admin
* Password: admin
  {% endhint %}

<figure><img src="/files/aDgTKjqNbzKLO23Ars4q" alt=""><figcaption><p>Authorization page in the web interface</p></figcaption></figure>

After successful authorization, MikoPBX will automatically open the settings for changing the password:

<figure><img src="/files/qPrS3lF3erYtvBcoVgl8" alt=""><figcaption><p>First authorization in the MikoPBX WEB interface</p></figcaption></figure>

{% hint style="info" %}
For more information about the General Settings, see the [General Settings ](/mikopbx/english/manual/system/general-settings.md)section.
{% endhint %}

After changing the password, the system will be fully operational. It is recommended to immediately configure the firewall rules. You can read about how to do this by following [the link](/mikopbx/english/manual/connectivity/firewall.md).


---

# 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/english/readme/getting-to-know-mikopbx.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.
