Bluecherry is an open-source video surveillance software designed for Linux systems. In this tutorial, we will show you how to install Bluecherry on FreeBSD Latest.
Before installing Bluecherry, you need to install some dependencies. Open the terminal and run the following command:
pkg install gmake sqlite3 mariadb103-client mariadb103-server ffmpeg curl git pkgconf
Download the latest Bluecherry source code from their official site by running the following command:
git clone https://github.com/bluecherrydvr/bluecherry-applications.git
Change the working directory to bluecherry-applications:
cd bluecherry-applications
Compile Bluecherry by running:
gmake
Install Bluecherry with the following command:
sudo gmake install
Create a new configuration file:
sudo cp /usr/local/etc/bluecherry.conf.sample /usr/local/etc/bluecherry.conf
Edit the configuration file:
sudo nano /usr/local/etc/bluecherry.conf
You can modify various settings such as port, database connection, and more in this file.
Start the Bluecherry service:
sudo service bluecherry start
Verify that the service is running by checking the status:
sudo service bluecherry status
Enable the Bluecherry service to start at boot:
sudo sysrc 'bluecherry_enable=YES'
You have successfully installed Bluecherry on your FreeBSD Latest system. You can now start configuring your video surveillance system using the Bluecherry web interface.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!