BizzQuébec

Sign inFR

Want WordPress on cPanel? Here is the simple way

The short version of installing WordPress through Softaculous, for someone who has never touched hosting: what to have in hand, and the order of the steps.

If you have never opened a cPanel, the screen is intimidating: dozens of icons, technical vocabulary, and no hint of where to start. In practice, creating a WordPress site means touching exactly one of those icons.

What you need before starting

  • A domain name, bought and pointed at your hosting
  • Active hosting with cPanel
  • Your cPanel credentials, emailed to you by the host at purchase

If the domain was bought somewhere other than the host, you first have to point it at the name servers the host provides. Propagation takes anywhere from a few minutes to a few hours — no point installing anything before the domain answers.

The steps

1. Sign in to cPanel. The address is usually `yourdomain.com/cpanel`, or a link provided by the host.

2. Find Softaculous. Scroll to the Software or Applications section. The icon is called "Softaculous Apps Installer", or sometimes just "WordPress".

3. Choose WordPress and click Install.

4. Fill in the form. Four points deserve a pause:

  • protocol: `https://` — never `http://`
  • directory: leave this field empty, or your site installs in a subfolder
  • admin username: replace `admin` with something else
  • password: use the generator, and record it in a password manager

5. Run the installation. Softaculous creates the database, copies the files, configures everything. Two minutes.

6. Sign in. The final screen gives two addresses: the site and the admin area, `yourdomain.com/wp-admin`. Bookmark the second.

The three beginner traps

Installing in a subfolder. The "directory" field pre-filled with `wp` gives you `yourdomain.com/wp`. Empty it.

Forgetting the SSL certificate. Without it, browsers show "Not secure" to your visitors. Most hosts offer a free certificate you can turn on in one click in cPanel, under Security.

Leaving the "do not index" box checked. In WordPress, Settings → Reading. If it is checked, Google ignores the site. Plenty of launched sites stay invisible for months for that single reason.

And then?

You have an empty, working WordPress site. The next decisions — theme, structure, content — matter far more than the installation. But that part is done, and it cost you nothing beyond your hosting.

Also worth watching