Skip to Content
🇬🇧Quick Install

Quick Install

Install WordPress, Joomla, Laravel and other applications in minutes without manually uploading files.


Overview

ApplicationInstallRequirements
WordPress1-clickPHP, MySQL
Joomla1-clickPHP, MySQL
Drupal1-clickPHP, MySQL
Laravel1-clickPHP, Composer
phpBB1-clickPHP, MySQL
MediaWiki1-clickPHP, MySQL

How to Use Quick Install

Step 1 — Open Section

  1. Log in to CoreSynth Dashboard 
  2. Go to Web Hosting
  3. Select your hosting package
  4. Click Quick Install in sidebar

Step 2 — Select Application

Click on desired application from the list.

Step 3 — Configuration

Fill in installation details:

FieldDescription
DomainWhere to install
DirectorySubdirectory (optional)
Site NameYour website name
Admin EmailAdministrator email
Admin UserUsername
Admin PasswordPassword

Step 4 — Database

System automatically creates database or you can select existing.

OptionDescription
New DatabaseAutomatically created
Existing DatabaseSelect from list

Step 5 — Install

Click Install and wait for completion.

Note: Installation usually takes 1-3 minutes.


WordPress

What is WordPress?

WordPress is the world’s most popular CMS. Suitable for:

  • Blogs
  • Business websites
  • E-shops (WooCommerce)
  • Portfolios

Installation

  1. Select WordPress in Quick Install
  2. Enter domain
  3. Fill in site name and admin details
  4. Click Install

After Installation

Login to WordPress admin:

https://your-domain.com/wp-admin

Important Settings

SettingLocation
PermalinksSettings > Permalinks
SSLForce HTTPS in Settings > General
TimezoneSettings > General

Plugins

Recommended plugins:

PluginPurpose
Yoast SEOSearch engine optimization
WordfenceSecurity
WP Super CacheSpeed
UpdraftPlusBackups

Joomla

What is Joomla?

Joomla is a CMS for more complex websites. Suitable for:

  • Corporate portals
  • Community sites
  • E-shops

Installation

  1. Select Joomla in Quick Install
  2. Enter domain
  3. Fill in site name and admin details
  4. Click Install

After Installation

Login to Joomla admin:

https://your-domain.com/administrator

Laravel

What is Laravel?

Laravel is a PHP framework for modern web applications.

Installation

  1. Select Laravel in Quick Install
  2. Enter domain
  3. System automatically configures:
    • Composer
    • .env file
    • Database
    • Application key

After Installation

Document root is set to /public.

Commands

Via SSH or terminal:

# Database migration php artisan migrate # Cache clear php artisan cache:clear # Optimization php artisan optimize

Troubleshooting

Installation Failed

Cause: Insufficient space or database error.

Solution:

  1. Check disk usage
  2. Verify you have enough databases
  3. Try again

Page Not Displaying

Cause: Wrong document root or DNS.

Solution:

  1. Verify DNS records
  2. Check domain points to server
  3. Wait for DNS propagation

Database Connection Error

Cause: Wrong credentials.

Solution:

  1. Check .env or wp-config.php
  2. Verify database name, user, password
  3. Host should be localhost

Manual Installation

If you prefer manual installation:

  1. Download files from official websites
  2. Upload via FTP to /public_html/
  3. Create database in panel
  4. Run installation in browser

Next Steps


Need help? Open a support ticket  or ask Alex in your dashboard.

Last updated on