For this article http://YOUR_SHINOBI/ will represent your Shinobi web address.

Update : 11/08/2022 3:42PM

http://YOUR_SHINOBI/admin web path is deprecated in Dashboard v3. The Sub-Account Manager will appear in the Admin user account's menu on the left.

Update : 13/07/2018 12:25 PM

More info added to avoid flipping back and forth with the docs.

Superuser

This user is an administrative user. This user does not have cameras to manage nor can it see any cameras. Its purpose is to manage Admin accounts settings and limitations, view system logs, and manage system configuration.

The Superuser page can be accessed at http://YOUR_SHINOBI/super. The Login button will become Red to signify that you are at the correct gate for Superuser access.

The login to use would be found in the super.json file located in the Shinobi installation directory. By default this is /home/Shinobi. The default login is as below.

Username : [email protected]
Password : admin

Passwords in super.json are saved as MD5 strings.

Admin

This user cannot manage system configuration. They are able to do as much as the Superuser allows in their set limitations. By default this user can manage how much space they use on the disk and how long to keep their data. They can also create and manage Sub-Accounts.

The Admin page can be accessed by logging in to your Admin account, the dashboard where you manage cameras. In the left side menu you will find Sub-Account Manager to create accounts with limited permissions.

The Camera Management page (Dashboard) can be accessed at http://YOUR_SHINOBI. The Login button will become Green to signify that you are at the correct gate for Dashboard access.

The login to use would be the account created in the Superuser panel.

During the Shinobi installation process the user can decide to create an Admin account. If you missed the generated details you can find or delete them in the Superuser panel. You can change the login address once logged in as the account in the Settings menu in the Dashboard.

Data for this account type is saved in the SQL database instead of a JSON file like Superusers.

Sub-Account

This account is made by an Admin and is not able to manage space used or how long to keep data. This user cannot access the Admin panel. This user can only do as much as the owning Admin account permits. This account can be restricted from deleting videos, watching certain cameras, or even creating cameras.

Sub-Accounts can only access the main dashboard and streamer views at http://YOUR_SHINOBI.

Data for this account type is saved in the SQL database like Admins instead of a JSON file like Superusers.

To learn more about accessing these account types please review this link.