How to change "root" password?

The default credentials to sign into the web interface are "root", "root". If you would like to change the credentials, you will need to edit a config file which is located at app/config/app.php.

When using KiOS, you will find the file at the /data/web directory.

 /*
|-----------------------------------------------------------
| Authentication Kerberos.web - Simpleauth by cedricverst
|-----------------------------------------------------------
|
| When you first open the kerberos web application a user
| needs to sign-in, it can sign-in with following credentials.
|
*/

'users' => [
[
"id" => 1,
"username" => "root",
"password" => "root",
"firstname" => "Cédric",
"secondname" => "Verstraeten"
]
],
Have more questions? Submit a request

3 Comments

  • 1
    Avatar
    Vala

    This is outdated. That file doesn't contain the showed information.

  • 0
    Avatar
    MADLV

    ok got it, the usual way. First remount in ReadWrite

    >mount -o remount,rw /

    then the usual

    >passwd root

    Then

    >reboot

    Edited by MADLV
  • 0
    Avatar
    MADLV

    But, doing that way, I was unable to login with the web interface, or even the passworded streaming interface.

    So how to change root password and still have access with the standard user, is still a mystery to me.

Please sign in to leave a comment.
Powered by Zendesk