Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

AdminBolt - Powerful and flexible hosting control panel

Requirements

  • AlmaLinux 9 or Rocky Linux 9
  • Root access (run with sudo)

Installation

Option 1: Download and run (one-liner)

Install the latest version:

curl -fsSL https://raw.githubusercontent.com/AdminBolt/Installer/refs/heads/main/install.sh -o install.sh && sudo bash install.sh

Install from staging source:

curl -fsSL https://raw.githubusercontent.com/AdminBolt/Installer/refs/heads/main/install.sh -o install.sh && sudo bash install.sh --source=staging

Option 2: Clone repository and run

git clone https://github.com/AdminBolt/Installer.git
cd Installer
sudo ./install.sh

Use a specific repository source:

sudo ./install.sh --source=staging

Command reference

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

Install flow

The installer runs in 3 stages:

  1. Check prerequisites (root, supported OS, required commands, port 8443 availability)
  2. Prepare system and install prerequisite/Bolt packages
  3. Run bolt-cli post-install actions and print access details

Access

After installation, the script prints an admin SSO URL.

If needed, you can generate a new one with:

bolt-cli admin-sso-generate

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages