AdminBolt 1.0.0 - Initial Release
First production-ready release of AdminBolt, focused on core hosting management, automation, and system stability.
Overview
AdminBolt 1.0 delivers a complete foundation for managing hosting environments, including:
- Hosting accounts and plans
- Domains and DNS management
- Email and database services
- PHP and web server configuration
- Security, firewall, and monitoring tools
- Backup and restore functionality
- API and automation via Bolt Agent
Core Platform
Dashboard & System Monitoring
- Real-time server metrics (CPU, RAM, disk)
- Service-level monitoring (HTTPD, MySQL, PHP-FPM, etc.)
- Historical performance tracking
- Centralized system health overview
Architecture
- Laravel + Filament-based panel
- Bolt Agent for provisioning and automation
- SQLite (default) or MySQL/MariaDB support
Hosting Management
Accounts & Plans
- Hosting accounts with resource limits
- Plan management (CPU, RAM, disk, email limits)
- Account backup and restore (full export/import)
- Account impersonation (admin → user)
Domains & DNS
- Domain management and DNS records
- DNS templates and validation
- Domain redirects and parked domains
- DNS health checks and diagnostics
Email System
- Email account and forwarder management
- Mailing lists and autoresponders
- Email server monitoring and logs
- Spam protection via Rspamd
- Email quota management
Databases
- MySQL/MariaDB and SQLite support
- Database + user creation in single workflow
- Permissions management per database
- Backup and restore per database
- Database health and metrics dashboard
PHP & Runtime
- Multi-PHP version support (7.4 - 8.5)
- Per-domain PHP version selection
- PHP-FPM configuration and tuning
- PHP profiles (import/export JSON)
- Extension and INI management
- Security restrictions (dangerous functions)
Web Server (MyApache)
- Apache configuration via profiles
- Module management (ModSecurity, FastCGI, etc.)
- JSON-based configuration import/export
- Custom error pages
- CLI-based configuration deployment
Security & Firewall
- NFTables-based firewall management
- Fail2Ban integration (ban, whitelist, monitoring)
- SSH configuration (port, access control)
- IP blocking (global and per-domain)
- ModSecurity integration (WAF + logs)
SSL & Certificates
- SSL certificate management and import
- Automatic certificate handling
- Domain-to-certificate mapping
- Certificate lifecycle management
Backups
- Full account backups (export/import)
- Filesystem backups per domain
- Database backups per database
- Restore workflows for all backup types
Logs & Monitoring
- Centralized log viewer (all services)
- Search, filtering, and structured parsing
- Real-time logs (including suexec)
- Log rotation configuration
API & Automation
- REST API for all major resources:
- Hosting accounts
- Domains
- Email
- Databases
- API key authentication with IP restrictions
- Swagger / OpenAPI documentation
- Remote execution via Bolt Agent
Modules & Installer
- Modular service installation system
- Resource validation before install (RAM, disk)
- Default configuration seeding on install
- CLI-based updates and provisioning
Multi-Panel Support
Admin Panel
- Full system control and configuration
- Multi-language support
- System health and service management
Reseller Panel
- API key management
- IP pool and allocation management
Client Panel
- Domain, email, database, and backup management
- PHP version selection per domain
- Logs and statistics access
- Git-based deployment support
Key Highlights
- Fully automated provisioning via Bolt Agent
- JSON-based configuration system (profiles)
- Multi-PHP and per-domain runtime control
- Integrated security stack (Firewall + Fail2Ban + ModSecurity)
- Centralized logging and monitoring
- API-first architecture
web installer:
https://get.adminbolt.com/install-version?version=stable
terminal installer:
curl -fsSL https://raw.githubusercontent.com/AdminBolt/Installer/main/install.sh -o install.sh && sudo bash install.sh
or
curl -sSL https://get.adminbolt.com/install.sh | bash
for upgrade:
dnf clean all
dnf upgrade bolt-panel
dnf upgrade bolt-agent