Quick Install is the installation path for hosting environments that are already configured — cPanel, Plesk, DirectAdmin, or any managed host with PHP 8.4+ and MySQL 8.0+. You need FTP or File Manager access, phpMyAdmin (or similar), a valid license key, and a domain pointing to the hosting.
The flow: download the release ZIP from the Mumara Client Area (billing.mumara.com), upload and extract it into your web root, set permissions to 777 on the .env file and the geoip, bootstrap, storage, and temp folders (recursively), create a utf8mb4 database and user in phpMyAdmin, then open https://your-domain.com/install. The web installer checks PHP version and extensions (including Ioncube), verifies your license key against Mumara's license server, tests the database connection, and asks for your application URL, title, admin email/password, and timezone before running migrations and creating the admin account.
Worth knowing: if your host forces the document root to public_html, either point a subdomain at the public folder or add a rewriting .htaccess; if the database connection fails, try 127.0.0.1 instead of localhost. After installation, add a once-per-minute cron running artisan schedule:run, and pick a Queue Driver under Settings → Application Settings → General — Supervisor is recommended for production, Cronjob works without SSH access, and Realtime should only be used for very small volumes.