Install WordPress with Softaculous

Softaculous installs WordPress for you in about a minute, with the database, the admin user and the configuration all created automatically. There is nothing to upload and no setup wizard to work through.

Steps #

  1. Log in to cPanel and scroll to the Software section, or use the sidebar. Click WordPress Manager by Softaculous.
WordPress Manager by Softaculous in cPanel
  1. Click Install.
Softaculous install screen
  1. Fill in the installation details: the WordPress version, the protocol (choose https:// if your SSL certificate is already active) and the domain you are installing on.
  2. Check the In Directory field carefully. This is where most mistakes happen:
    • Leave it empty to install at the root, so the site is https://your-domain.com.
    • Leave the default wp in place and the site will be at https://your-domain.com/wp instead, which is almost never what you want.
  3. Set the admin username, a strong password and your email address. Do not leave the username as admin, since that is the first thing automated attacks try.
  4. Click Install. It usually finishes in under a minute.

Logging in #

Add /wp-admin to your domain to reach the dashboard:

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

After installing #

  • If the folder you are installing into already contains a website, Softaculous will overwrite it. Take a backup first.
  • Go to Settings > Permalinks and choose Post name for tidy URLs.
  • Make sure the SSL certificate is active and the site loads over HTTPS. See Force redirect to HTTPS.

If anything goes wrong during setup, contact us and we will sort it out.

Updated on August 31, 2026