- AlmaLinux 9 or Rocky Linux 9
- Root access (run with
sudo)
Install the latest version:
curl -fsSL https://raw.githubusercontent.com/AdminBolt/Installer/refs/heads/main/install.sh -o install.sh && sudo bash install.shInstall from staging source:
curl -fsSL https://raw.githubusercontent.com/AdminBolt/Installer/refs/heads/main/install.sh -o install.sh && sudo bash install.sh --source=staginggit clone https://github.com/AdminBolt/Installer.git
cd Installer
sudo ./install.shUse a specific repository source:
sudo ./install.sh --source=staging| Command | Description |
|---|---|
sudo ./install.sh |
Install latest bolt-panel from repo |
sudo ./install.sh --source=<stable|staging|testing> |
Install from a specific repository source |
sudo ./install.sh --help |
Show usage information |
The installer runs in 3 stages:
- Check prerequisites (root, supported OS, required commands, port 8443 availability)
- Prepare system and install prerequisite/Bolt packages
- Run
bolt-clipost-install actions and print access details
After installation, the script prints an admin SSO URL.
If needed, you can generate a new one with:
bolt-cli admin-sso-generate