Application Configuration
Configure your application settings and create the admin user.
Installing System
Please wait while we set up your ISP Billing & CRM system...
⏳
Creating environment configuration...
⏳
Generating application key...
⏳
Creating required directories...
⏳
Setting file permissions...
⏳
Running database migrations...
⏳
Creating admin user...
⏳
Seeding initial data...
Installation Complete!
Congratulations! Your ISP Billing & CRM system has been successfully installed.
Success! Your system is now ready to use.
Next Steps:
- Set up cron jobs in cPanel for automated tasks
- Configure payment gateways (bKash, Nagad, Rocket)
- Set up SMS gateways for notifications
- Create your first POP and packages
- Configure RouterOS routers
Important Information:
Admin Login URL:
Admin Email:
Admin Password: [The password you set]
Security Note: For security reasons, this installation wizard will be automatically disabled. To re-run the installation, you'll need to delete the installation lock file.
Cron Jobs Setup:
Add these cron jobs in your cPanel:
# Process queue jobs (every minute)
* * * * * /usr/local/bin/php /path/to/your/site/scripts/queue-worker-cpanel.php
# Daily usage sync (every hour)
0 * * * * /usr/local/bin/php /path/to/your/site/scripts/sync-usage.php
# Process expiries (daily at 1 AM)
0 1 * * * /usr/local/bin/php /path/to/your/site/scripts/process-expiries.php
# Send SMS queue (every 5 minutes)
*/5 * * * * /usr/local/bin/php /path/to/your/site/scripts/sms-queue.php