Installing
-
3. Installing Shinobi
Then to Install Shinobi
First, access the Target Shinobi Folder:cd /home/Shinobi
Then give Execution Permission with:
chmod +x ./INSTALL/ubuntu.sh
Last, to run the Installation Script:
sudo ./INSTALL/ubuntu.sh
Follow the Installation Wizard…
You’ll be prompted about the MariaDB Setup.
Finally, choose to Start Shinobi Service:Congrats, you are Done!
Possibly, then see: How to Upgrade Shinobi.
Finally, to Start Shinobi Service after a System Reboot
First, access the Target:cd /home/Shinobi
And then run:
pm2 start camera.js && pm2 start cron.js
You may need also to Start the Database Server, as for instance here MariaDB with:
sudo service mariadb start
-
4. Shinobi Getting-Started Guide
Getting-Started with Shinobi on GNU/Linux
-
5. Administering Shinobi
Now Access Shinobi Web Admin UI on Browser
At localhost:8080/super
Or if monitoring a Remote Server then amend the above command with the Computer IP.As first Login use the Default Credentials:
Username : admin@shinobi.video
Password : adminIn case see the: Shinobi Docs
In case of Login issue check if MariaDB is running and you are able to Access it with the given “root” User Pass.
If Not then see: How to Reset root User Pass on MySQL/MariaDB.
Contents