SELKS 5.0RC1 | first steps

HINTS: https://github.com/StamusNetworks/SELKS/wiki/SELKS-5.0-RC1/_edit#kibana-dashboards
Login as selks-user with password selks-user.

 $ sudo su -
 # passwd selks-user
 # passwd root

If you are using version 5.0 RC1 open /etc/scirius/local_settings.py and change KIBANA_DASHBOARDS_PATH = “/opt/selks/kibana6-dashboards/” to KIBANA6_DASHBOARDS_PATH = “/opt/selks/kibana6-dashboards/”.
then run (as root)

cd /usr/share/python/scirius/ && . bin/activate && python bin/manage.py kibana_reset && deactivate

You will not find these fine inbuilt selks scripts in /opt/selks/Scripts/Setup. They are executable straight from command line. Type selks- + TAB

Do as root