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:
-
Redis - https://redis.io/topics/security
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