What is Bluecherry?
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:
- Efficient Resource Utilization: Bluecherry is designed for optimal resource utilization, ensuring a low memory footprint and efficient CPU usage. This makes it an ideal choice for servers with modest specifications.
- ONVIF Support: The software is fully compatible with ONVIF, providing users with a standardized interface for seamless integration with a wide range of network cameras.
- Web-Based Configuration and Live Viewing: Bluecherry offers a user-friendly web interface for both configuration and live viewing, providing a convenient and intuitive experience for users.
- Cross-Platform Compatibility: With an open-source multi-operating system client, Bluecherry supports Linux, Windows, and OSX along with our iOS and Android apps ensuring flexibility and accessibility across various platforms. Check out our open source GitHub repo!
- Virtual Machine Installation: Bluecherry can be effortlessly installed in a virtual machine, facilitating easy testing and deployment. This feature streamlines the setup process and enhances scalability.
- Seamless Upgrades: Enjoy hassle-free upgrades through standard distribution upgrade methods. Bluecherry eliminates the need for manual intervention with binary blobs, ensuring a smooth and straightforward upgrade process.
Discover the power of Bluecherry, where advanced video surveillance meets ease of use. Whether you are configuring settings through the web interface, accessing live views, or using the iOS, Android or desktop clients, Bluecherry delivers a reliable and feature-rich solution tailored to your surveillance needs. Upgrade with confidence, knowing that our commitment to seamless integration and efficient resource utilization sets Bluecherry apart in the world of Linux video surveillance applications.
Features
One command install
Existing version 2 customers Below is the installation link for Version 3 (currently in release candidate) . You are welcome to try version 3 for free for 30 days using the trial. However unless you purchased version 2 after March, 2021 there is a 50% upgrade fee from version 2 to version 3.Contact Bluecherry with your currently order or license key to obtain the 50% coupon code.
Need the version 2 installation instructions? Click here.
Need the version 2 installation instructions? Click here.
# 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
Community edition
Limited support FREE
- Up to 4 cameras
- Live streaming via mobile apps
- Cross platform desktop client
- Email / web hook notifications
- User access / roles
Popular
Licenses
Support by email / forums / live chat Starting at $40
- Up to 150 cameras per server
- Live streaming via mobile apps
- Cross platform desktop client
- Email / web hook notifications
- User access / roles
- bluecherry.app domain
- Auto configured SSL certificate
Popular
Bluecherry develops a Linux based video surveillance application with a cross platform client. The entire application is open source under GPL licensing.
Latest GitHub commits
- Update option name following the ffmpeg upgrade September 12, 2024Update option name following the ffmpeg upgrade "stimeout" option has been renamed into "timeout". The bug broke the "Test connection to IP Camera" button in web UI.
- Update changelog for 3.1.3 September 4, 2024Update changelog for 3.1.3
- Fix log rotation September 4, 2024Fix log rotation See https://github.com/bluecherrydvr/bluecherry-apps/issues/596
- logrotate: drop "create" September 4, 2024logrotate: drop "create" In Debian, even with rsyslog installed, there's no "syslog" user, and rsyslog runs as root. It is expected that rsyslog will create the file itself. There are no particular automated use of log files, so it doesn't matter for files to have "bluecherry" group and be readable for that group.
- logrotate: change postrotate script September 4, 2024logrotate: change postrotate script Not clear how well the previous script worked. The replacement was picked up from /etc/logrotate.d/rsyslog on Ubuntu 22.04 , which boils down to sending SIGHUP to rsyslog, which is the classical way and is very likely to work. How broadly available is this command remains to be seen.