Security notes

Change default password

After installation, you can authenticate in the system web-interface using default credentials with full permissions:

  • login: admin,

  • password: saymon.

After the first login with the admin user, the system will require you to change the password.

Restrict access to databases

It is recommended to configure authorization in databases to restrict access to information.

Detailed instructions are provided in the developer documentation:

Accounts for access to databases need to be added to the corresponding sections of the server configuration file.

As an additional option, access to cli-utilities provided with databases, can be restricted:

$ sudo chmod 700 /usr/bin/mongo
$ sudo chmod 700 /usr/bin/redis-cli

Restricting access to configuration files

The server configuration file contains passwords for connecting to databases. It is recommended to restrict access to these files with the following command:

$ sudo chmod 700 /etc/saymon/