Quick Start Guide
The five-minute version of the install. If anything below is unclear, read the full Installation Guide.
Prerequisites
- A freshly imaged Ubuntu 22.04+ or RHEL/Rocky/AlmaLinux 8+ host.
- Root or sudo access.
- A spare block device for the ZFS pool (anything ≥ the size of the cases you plan to keep online).
- Your
.licfile from the Customer Portal.
Steps
- Install the package:
sudo apt-get install ./sos-vault.deb # Ubuntu/Debian sudo dnf install ./sos-vault.rpm # RHEL/Rocky/AlmaLinux - Run the installer and follow the prompts:
sudo /opt/sos-vault/sysadmin/installer.sh - When it finishes, open
https://<host>/adminand sign in with the credentials you entered. - Go to Manage License and upload your
.lic. - Add users and teams. You are live.
Want to rehearse first?
Run the installer with --dry-run. Every destructive verb is
gated — you can walk all 17 steps without mutating the host.
sudo /opt/sos-vault/sysadmin/installer.sh --dry-run