Resetting WEB Interface Credentials
Steps to reset the WEB interface credentials from the MikoPBX console
You may encounter a situation where you have forgotten the username or password for the MikoPBX web interface. This guide explains how to reset them.

Solution
Go to the MikoPBX console.

Select the option "[7] Reset password for the web interface".
Type y to confirm resetting the login and password.

Log in to the web interface using the default credentials:
After the first login, you will be prompted to change the credentials.

Resetting the Password in a Docker Container
Access the container shell:
docker exec -it mikopbxContainerNameOrID sh
Replace mikopbxContainerNameOrID with the name or ID of your container.
Launch the menu using this command:
/etc/rc/console_menu
Navigate to "[7] Reset password for the web interface".
Enter "y" to confirm resetting the username and password.
Log in to the web interface using the default credentials:
Change the login credentials after the first authorization:

Last updated
Was this helpful?