Configuring Database & Finishing Installation Using kickstart.php
15.12.2025
Access the Restoration Tool
Once the backup files are extracted:
For other CMS-installer / Softaculous flows, see "Installation already exists" — Softaculous Reinstall Fix and What is bitrixsetup.php?.
- The Akeeba Kickstart tool will prompt you with a "Run the Installer" button.
- Click it to proceed to:
http://yourdomain.com/installation/index.php - You will see the Akeeba Restoration Wizard (for Joomla) or the WordPress Database Setup (for WordPress).
Enter Database Details
You'll need to enter the database credentials from your hosting provider.
MySQL/MariaDB Database Information
| Field | Description | Example |
|---|---|---|
| Database Type | The database system | MySQLi |
| Hostname | Database server address | localhost (or 127.0.0.1) |
| Database Name | The database name | mydatabase |
| Database Username | User for the database | dbuser |
| Database Password | Password for the database user | yourpassword |
| Table Prefix | Prefix for tables (keep the default) | jos_ (for Joomla) |
If using cPanel, you can find database details under MySQL Databases.
Test the Database Connection
Once you've entered the database details:
- Click "Test Connection".
- If successful, proceed with "Next".
- If an error occurs:
- Double-check the database hostname, username, and password.
- Make sure the database exists and is accessible.
- Check that your hosting provider allows remote MySQL connections (for external databases).
Restore the Database
- Click "Restore Database".
- The installer will import your tables and data into the database.
- Wait until the process completes.
Now your website's database is restored.
Finalize the Installation
- Click "Next" to proceed to site configuration.
- If needed, update:
- Site URL (https://yourdomain.com)
- Admin username & password
- Email settings (for contact forms, notifications)
- Click "Finish Installation".
Delete Installation Folder
For security reasons, remove the installation folder after restoring the database.
For Joomla
Click "Remove Installation Folder" or manually delete it:
rm -rf /var/www/html/installation
For WordPress
No need to remove anything manually; WordPress setup completes automatically.
Summary
| Step | Action |
|---|---|
| Run the Installer | Open http://yourdomain.com/installation/index.php |
| Enter Database Details | Use MySQL credentials from cPanel or VPS |
| Test Connection | Ensure the database is accessible |
| Restore Database | Click "Restore Database" |
| Finalize Installation | Set site URL, admin login, email settings |
| Delete Installation Folder | Remove /installation for security |
Now your website is fully restored and live!


