Debian/Ubuntu
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 Debian and its derivatives (Ubuntu, Mint, and others), run the following commands in the terminal:
- Yucca Free
- Yucca Plus / Enterprise
sudo apt update
sudo apt install -y ca-certificates curl gnupg
curl -fsSL https://repo.yucca.app/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/yucca.gpg
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/yucca.gpg] https://repo.yucca.app/apt/ /' | sudo tee /etc/apt/sources.list.d/yucca.list
sudo apt update
sudo apt install yucca
sudo apt update
sudo apt install -y ca-certificates curl gnupg
curl -fsSL https://repo.yucca.app/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/yucca.gpg
echo 'deb [signed-by=/etc/apt/trusted.gpg.d/yucca.gpg] https://repo.yucca.app/apt/ /' | sudo tee /etc/apt/sources.list.d/yucca.list
sudo apt update
sudo apt install yucca-ent
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
- Yucca Free
- Yucca Plus / Enterprise
sudo apt update
sudo apt install yucca
sudo apt update
sudo apt install yucca-ent
Removal
- Yucca Free
- Yucca Plus / Enterprise
sudo apt remove yucca
sudo apt remove yucca-ent