What is Shinobi?
Shinobi is Open Source, written in Node.js, and real easy to use. It is the future of CCTV and NVR for developers and end-users alike. It is catered to by professionals and most importantly by the one who created it. - https://shinobi.video/
Install Shinobi
- Log into the Debian/Ubuntu device
- Run the following commands in a terminal:
# update software repositories
sudo apt update
# install software updates
sudo apt upgrade -y
# install pre-requisites
sudo apt install git -y
# clone shinobi code
git clone https://gitlab.com/Shinobi-Systems/Shinobi.git Shinobi
# change directory to Shinobi
cd Shinobi
# set permissions
sudo chmod +x INSTALL/ubuntu.sh
# execute the installation script
sudo INSTALL/ubuntu.sh - Answer Yes (y) when asked to install MariaDB
- Input a password for the root MariaDB user account
- Answer Yes (y) when asked to install the Shinobi database
- Enter root when asked for the database user
- Enter the root password created earnlier when asked for the database password
- Answer Yes (y) when asked to start Shinobi and start it on boot
- Open a web browser and navigate to http://DNSorIP:8080/super
- Login with the username admin@shinobi.video and password admin
- Select Preferences from the top navigation menu
- Change the admin user email address and enter and confirm a new password
- Click Save at the top of the page
- Welcome to Shinobi
Source: https://shinobi.video/docs/