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.

Authorization failed

Solution

  1. Go to the MikoPBX console.

The location of the console depends on the installation method:

  • If installed on a physical server - on the monitor connected to the server.

  • If installed in a virtual machine - in the virtual machine management console.

  • If installed in the cloud - in the cloud serial console (also in the virtual machine management console).

  • The reset method when installing in a Docker container is described in more detail in the current documentation.

In addition, the console can be accessed using SSH authorization. You can read more about SSH connection here.

To learn more about MikoPBX, please refer to the following documentation.

MikoPBX Console
  1. Select the option "[7] Reset password for the web interface".

  2. Type y to confirm resetting the login and password.

Password reset confirmation
  1. Log in to the web interface using the default credentials:

Default web interface credentials:

  • Username: admin

  • Password: admin

After the first login, you will be prompted to change the credentials.

Changing your login information

Resetting the Password in a Docker Container

  1. Access the container shell:

docker exec -it mikopbxContainerNameOrID sh
  1. Launch the menu using this command:

/etc/rc/console_menu
  1. Navigate to "[7] Reset password for the web interface".

  2. Enter "y" to confirm resetting the username and password.

  3. Log in to the web interface using the default credentials:

Default web interface credentials:

  • Username: admin

  • Password: admin

Change the login credentials after the first authorization:

Changing your login information

Last updated

Was this helpful?