HostePilot User Guide
Complete Documentation & Reference
Contents
1. Getting Started & Installation
System Requirements
- PHP 8.2 or higher
- MySQL 5.7+ or MariaDB 10.3+
- Composer & NPM
- SSL Certificate (recommended)
Installation Steps
- Upload all files to your web server
- Set permissions:
chmod -R 755 storage bootstrap/cache - Configure database in
.envfile - Run:
php artisan migrate --seed - Run:
php artisan storage:link - Visit
/setupto complete configuration
2. Setup Wizard
The setup wizard guides you through 4 steps:
- Admin Account - Create your super admin account
- Company Info - Set company name, email, currency, country
- Features - Enable/disable modules
- License - Enter license key or start trial
23. Frequently Asked Questions
Go to Settings → Payment Gateways, toggle the gateway ON, enter API credentials, and save.
Clients can register domains from Client Panel → Domains → Register Domain or at
/domains/register.Exchange rates are fetched from OpenExchangeRates API. Configure your API key in Settings → Currencies.
Backup both the database and
storage directory regularly. Use the Acronis Backup integration for automated backups.Always backup first. Then run:
php artisan migrate && php artisan cache:clearFor additional support: