Skip to main content

RHEL/CentOS

Recommendations for a large number of cameras

If you plan to run more than 10 cameras with motion detection enabled, we recommend using PostgreSQL as the database, as it is more performant.

Installation

To install on RHEL and its derivatives (CentOS, Rocky, AlmaLinux, and others), run the following commands in the terminal:

sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://releases.yucca.app/yucca-rpm.repo
sudo yum install -y yucca

Verifying it works

After installation and startup, the WEB interface will be available at http://your-server-ip:9910 . If the interface is unavailable after installation, check the service status and view the server logs:

sudo systemctl status yucca
sudo journalctl -f -u yucca

Update

sudo yum install -y yucca

Removal

sudo yum remove yucca