How to Install Bluecherry on Fedora CoreOS Latest

Bluecherry is a powerful open-source video surveillance software that can be used for recording and monitoring video from IP cameras. Fedora CoreOS is a minimal, container-focused operating system designed for running containerized applications. In this tutorial, we will guide you through the process of installing Bluecherry on Fedora CoreOS latest version.

Prerequisites

Before you begin, you need to have the following:

Step 1 - Update and Upgrade Your System

Before installing any software, it is important to update your system to the latest versions of all packages. To do this, connect your Fedora CoreOS instance via SSH and run the following commands:

sudo rpm-ostree upgrade
sudo reboot

The first command will update all the packages on your system, while the second command will reboot your system to apply the changes.

Step 2 - Install Required Packages

Bluecherry requires several packages to be installed on your system. To install these packages, run the following command:

sudo yum install epel-release
sudo yum install curl ffmpeg libjpeg-turbo-utils gstreamer gstreamer-plugins-base-devel gstreamer1-plugins-base gstreamer1-plugins-good gstreamer1-plugins-bad-free createrepo dnsmasq

The first command installs the EPEL repository, which contains various additional packages that are not included in the Fedora CoreOS repositories. The second command installs the required packages for Bluecherry.

Step 3 - Download and Install Bluecherry

To download and install Bluecherry, follow these steps:

  1. Download the Bluecherry installation script from the official website via the following command:

    curl -O https://www.bluecherrydvr.com/run
    
  2. Make the script executable with the following command:

    chmod +x run
    
  3. Run the installation script with the following command:

    sudo ./run install
    
  4. Follow the prompts from the installation script to complete the installation process.

Step 4 - Configure Bluecherry

After installing Bluecherry, you need to configure it to start recording video from your IP cameras. To do this, follow these steps:

  1. Open the Bluecherry web interface on your browser by navigating to the following URL:

    http://[your-server-ip]:7001/
    
  2. Log in with the default username and password:

    Username: admin
    Password: bluecherry
    
  3. Navigate to "Sources" -> "Add Source" and follow the prompts to add your IP cameras.

  4. To configure Bluecherry to start automatically at system boot, run the following command:

    sudo systemctl enable bluecherry
    

Congratulations! You have successfully installed and configured Bluecherry on Fedora CoreOS latest version. You can now start monitoring and recording video from your IP cameras.

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!