SARK V4.0.0 Password
Changing the Browser Password
For security reasons, we recommend that you change the default browser and SSH (root) passwords immediately after installation using the change password panel and the passwd CLI command. The browser app requires a password of at least 8 characters and you should try to use a mixture of upper and lower case and at least one numeric character. The change password panel will change the browser password ONLY. It will not change the root password of the box, you must do that with ssh (see below).
Changing the root password on SME based systems
For the x86 based SARK systems running under SME server the root password can be changed by visiting the to the SME Server Linux platform administration app. You can connect to it using
https://sarkserver-ip-address/server-manager
Documentation for SME server can be found on the SME server Wiki at
http://wiki.contribs.org/SME_Server:Documentation
Changing the root password on embedded systems (SARK200 and SARK500)
The root password can be changed by establishing an SSH console session with the unit and issuing the linux passwd command. The simple format of the command is as follows (it will ask you to enter your new password twice)
root@s200:~# passwd Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully root@s200:~#
And that has changed your system root password.