Server installation
Package based (preferred — Debian & Ubuntu)
The recommended installation method, for Debian and Ubuntu LTS releases. Run the official Redcherry installer, which adds the Redcherry apt repository and installs the server:
sudo bash -c "$(curl -s https://redcherry.ch/install.sh)"
Docker
ℹ️ Info
Docker images currently rely on the upstream Bluecherry Docker project (the server daemon is the same GPL
bluecherrypackage). A Redcherry-maintained image is planned.
Video tutorial on how to install Redcherry server using the package method above.
mysql-server setup
Redcherry uses mysql for storage of configuration and events. It is highly recommended that you follow the defaults during this setup and to remember the password you set for the mysql-server. You will need this password after the mysql-server setup and during the actually installation of the Redcherry server
At this point the Redcherry server will be installed. If you plan to install the client on the same system, then please follow the client installation guide.


The steps below follow the package-based installation from the Redcherry repository described above.
You will now be asked to configure Redcherry. You must hit Yes, or the installation process will fail.
Enter the database administrative password that you set previously for the ‘root’ user.
Enter the password that you want to create for the bluecherry database. This can be the same password that you provided for the root MySQL account, but we recommend keeping the password unique. You will be asked to enter this password twice to verify the password matched.