Bluecherry is a sophisticated Linux video surveillance application designed for Linux operating systems. Specifically tailored to support network (IP) cameras, Bluecherry boasts a minimal memory footprint, ONVIF compatibility, and is engineered for optimal resource utilization, ensuring low CPU usage. This makes it an ideal choice for servers with modest specifications.
Key Features:
# Ubuntu / Debian systems make sure curl AND sudo is installed (apt-get install curl sudo)
# New in July, 2023. Install Bluecherry server on any Linux distribution that supports docker.
sudo bash -c "$(curl -fsSL https://install.bluecherrydvr.com/docker)"
Once installed, connect to the newly installed server with a web browser (https://bluecherryserver:7001)
Default login: Admin Password: bluecherry
Install the Linux client:
sudo apt-get install bluecherry-client
Bluecherry develops a Linux based video surveillance application with a cross platform client. The entire application is open source under GPL licensing.