WordPress needs a database, PHP, and a web server. GoZen Host shared hosting has all three. You just need to connect them.

Installing WordPress on GoZen Host

Option 1: Softaculous (Fastest)

Softaculous is a one-click installer built into cPanel.

  1. Log into cPanel
  2. Go to SoftwareSoftaculous Apps Installer
  3. Find WordPress and click Install
  4. Fill in:
    • Choose Domain: pick your domain
    • In Directory: leave blank to install at the root, or enter blog for a subfolder
    • Site Name and Site Description
    • Admin Username: don’t use admin (bots target it)
    • Admin Password: minimum 12 characters
    • Admin Email: your real email
  5. Click Install

Option 2: Manual Install

Use this if you want more control or Softaculous isn’t available.

Step 1: Create a Database

  1. Go to DatabasesMySQL Databases in cPanel
  2. Create a new database (e.g., wp)
  3. Create a new user with a strong password
  4. Add the user to the database with All Privileges

Step 2: Upload WordPress

Step 3: Run the Installer

  1. Open https://yourdomain.com in your browser
  2. Select your language
  3. Enter your database details:
FieldValue
Database NameThe name you created (e.g., gozen_wp)
UsernameThe database user you created
PasswordThe database user password
Database Hostlocalhost
Table Prefixwp_ (change this for better security, e.g., gzn_)
  1. Click Run the installation
  2. Set your site title and admin account
  3. Log in at yourdomain.com/wp-admin

Post-Install Checklist

After WordPress is running:

  • Delete the Hello Dolly and Akismet plugins (or activate Akismet if you want comment spam filtering)
  • Delete unused themes. Keep only your active theme plus one default
  • Set SettingsPermalinks to “Post name”
  • Install a security plugin (Wordfence or Solid Security)
  • Verify SSL is working. Your site should load with https://

Troubleshooting

ProblemFix
“Error establishing a database connection”Check the database name, user, and password in wp-config.php. Make sure the user is assigned to the database
White screen after installEnable debug mode: add define('WP_DEBUG', true); to wp-config.php
Can’t upload themes/plugins (permission error)Check file permissions: 755 for directories, 644 for files
404 on all pages except homepageGo to SettingsPermalinks and click Save Changes (regenerates .htaccess)
“Your PHP version does not meet requirements”Contact support to update your PHP version in cPanel → MultiPHP Manager

What to Do Next

Last updated 05 Apr 2026, 00:00 +0200. history

Was this page helpful?