Changing login and password to enter the admin panel

Login and password for entering the module administration are set when installing the server part of the application. To change them, you need to edit the configuration file:

Open the /etc/itgrix_bx/config.json file with any convenient text editor

nano /etc/itgrix_bx/config.json

In the last block "server" change the values of parameters "login" and "password" to the necessary ones

"server": {
        "login": "admin",
        "password": "admin",

If the module version is lower than 3.10.0 reboot the module service to re-read the configuration file, if the version is higher than 3.10.0 reboot is not required.

service itgrix_bx restart

Last updated