Installation

Packages are published for Debian and RPM based distributions. Every release is signed.

Package repository

curl -fsSL https://fn1-vl.esenin.net/keys/release.asc | sudo tee \
  /etc/apt/keyrings/solace.asc > /dev/null
sudo apt-get update && sudo apt-get install solace

Verify the service

systemctl status solace
solacectl health --wait 30s

A healthy node answers within a second and reports the storage directory it opened at startup.

Run the server as its own system user. SolaceStore never requires root after installation.