Application Configuration

Configure your application settings and create the admin user.

Application Settings

The full URL where your application is accessible

Company Information

Admin User

Minimum 8 characters

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:

  1. Set up cron jobs in cPanel for automated tasks
  2. Configure payment gateways (bKash, Nagad, Rocket)
  3. Set up SMS gateways for notifications
  4. Create your first POP and packages
  5. 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