Skip to content

Installation for RHEL/CentOS

Support

If you need expert help with this or any other issue, please see our terms and conditions technical support.

Use PostgreSQL, with a large number of cameras

When operating in production environments with a large number of cameras and motion detection enabled, we recommend using PostgreSQL as a more productive database. How to install and configure usage, read here

Which version should I choose?

There are 2 editions of Yucca

The completely free version does not require a license and does not contain advanced features.

Contains advanced features and requires the purchase and use of a license.
If you have a Plus or Enterprise license, install yucca with the ent postfix.

Add repository

sudo tee /etc/yum.repos.d/yucca.repo <<EOF
[yucca]
name=Yucca
baseurl=https://repo.yucca.app/yum/
enabled=1
gpgcheck=0
EOF

Install Free or Ent version of Yucca

sudo yum install yucca
sudo yum install yucca-ent

We configure the network filter:

sudo firewall-cmd --permanent --new-service=yucca
sudo firewall-cmd --permanent --service=yucca --add-port=9910/tcp
sudo firewall-cmd --permanent --zone=public --add-service=yucca
sudo firewall-cmd --reload

After launch, the Web interface will be available at http://ip-your-server:9910

Additional