Installing Adminbolt
Adminbolt can be installed on Linux servers using the provided installation scripts. The installation process is straightforward and automated.
System Requirements
- Operating System: AlmaLinux 9 (only supported OS)
- RAM: Minimum 2GB (4GB recommended)
- CPU: 2 cores minimum
- Disk Space: At least 20GB available
- Root Access: Required for installation
Installation Methods
Stable Release
The stable release is recommended for production environments:
bash
curl -sSL https://get.adminbolt.com/install.sh | bashDevelopment Release
The development release contains the latest features but may be less stable:
bash
curl -sSL https://get.adminbolt.com/install-dev.sh | bashPost-Installation
After the installation completes, you can access the Adminbolt control panel at:
https://yourserver-ip.com:8443The installation script will create an initial admin account. The credentials will be displayed at the end of the installation process.
Installation Options
During installation, you will be prompted to configure:
- Master Domain: The primary domain for your server
- Administrator Email: Used for system notifications and SSL certificates
- Nameservers: DNS nameservers for your domains
- Services: Select which services to install (Web, Mail, DNS, etc.)
Common Issues
If you encounter any issues during installation:
- Check server requirements are met
- Ensure the server has internet connectivity to download packages
- Verify that required ports are not blocked by a firewall
- Check installation logs at
/var/log/adminbolt-install.log
For further assistance, please contact support or visit our community forums.