Initial Stream access

Starting the Stream services

  1. Access the server through SSH with an account with administrative privileges;

  2. Start the stream service with the following command:

    $ systemctl start stream
  3. Start the nginx service with the following command:

    $ systemctl start nginx

Finding the default administrator password

Since version 1.1.0, there is no predefined default admin password anymore in order to improve security. The default administration login is still "administrator".

  1. Access the server through SSH with an account with administrative privileges;

  2. Run the following command to view the initial administrator password:

    $ cat /opt/stream/var/run/adminPassword

The default administrator credentials are:

  • Login: administrator

  • Password: the one you got from the command above

Accessing the Stream Web Interface

  1. Launch a web browser;

  2. # Browse to https://[IP or DNS Name of the Stream component]/ui#:

    Stream Configuration Login Screen

    Since version 1.1.0, there is no predefined default admin password anymore. For the first log-in, you must find the administrator password in the /opt/stream/var/run/adminPassword file. The default administration login is still administrator.

  3. Specify the default administration credentials and hit the 'Login' button:

    Stream Configuration Web Interface
It is highly recommended to delete the adminPassword file from your machine once you saved it somewhere safe.