Installing WordPress On Fused

Use this page when starting a new WordPress site on Fused. Choose the location carefully, use cPanel's wp-toolkit for the guided install, or use WP-CLI from SSH when a terminal workflow is preferred.

Installation is usually the easy part

For most sites, the important work comes after installation: backups, updates, security, SSL, and testing changes before applying them live.

Before Installing

Confirm:

Choose The Install Location

Location Use it when
Domain root WordPress should load at example.com.
Subdomain The site is separate from the main site, such as blog.example.com.
Folder WordPress should live under an existing site, such as example.com/blog.

Changing the location later is possible, but avoidable

Moving WordPress after launch usually means URL changes, redirects, and extra testing. Choose the location deliberately before installing.

Use cPanel's wp-toolkit

  1. Log in to cPanel.
  2. Search for wp-toolkit or WordPress.
  3. Open cPanel's wp-toolkit or the WordPress tool available on the account.
  4. Choose the domain or folder where WordPress should be installed.
  5. Set the administrator email, site title, and administrator credentials.
  6. Complete the install.
  7. Sign in to WordPress and confirm the dashboard loads.
  8. Confirm the public site loads at the expected URL.

Be careful with existing sites

Do not install WordPress over an existing live site unless you intend to replace it. If the account already has files for that domain, contact Fused before continuing.

For SSH-based installs, use the WP-CLI install workflow in cPanel's wp-toolkit site management guide.

Install with WP-CLI

After The First Login

Before adding content, handle the basics:

  1. Enable SSL if WordPress is not already using https://.
  2. Remove sample posts and unused starter content.
  3. Confirm backups are available.
  4. Install only the plugins the site actually needs.
  5. Review security settings before publishing.

After Installing