How to Install WordPress Manually in cPanel Print

  • wordpress, best wordpress hosting, cheap wordpress hosting, how to fix wordpress error, best wordpress hosting in kenya, best wordpress Hosting In german, free wordpress Hosting, how to start blog with wordpress
  • 0

How to Install WordPress Manually in cPanel

WordPress is one of the most popular content management systems (CMS) in the world, and installing it manually through cPanel is a straightforward process. This guide will walk you through the steps to set up WordPress manually on your hosting account using cPanel.


Step 1: Download WordPress

  1. Visit the official WordPress website at https://wordpress.org.
  2. Click the Download WordPress button to get the latest version of the WordPress software.
  3. Save the downloaded .zip file to your computer.

Step 2: Log In to Your cPanel

  1. Access your cPanel by visiting https://yourdomain.com/cpanel (replace yourdomain.com with your domain name).
  2. Enter your cPanel username and password.

Step 3: Upload WordPress Files

  1. In cPanel, locate the File Manager under the "Files" section.
  2. Navigate to the directory where you want to install WordPress:
    • For the main domain, go to the public_html folder.
    • For a subdomain or addon domain, navigate to its respective folder.
  3. Click Upload at the top of the File Manager.
  4. Select the WordPress .zip file you downloaded earlier and upload it.
  5. Once the upload is complete, go back to the File Manager and extract the .zip file by right-clicking on it and selecting Extract.
  6. Move the extracted files from the wordpress folder to the root of your installation directory (e.g., public_html). Delete the .zip file and the now-empty wordpress folder.

Step 4: Create a Database

  1. In cPanel, find the MySQL Database Wizard under the "Databases" section.
  2. Follow these steps to create a new database:
    • Enter a name for your database and click Next Step.
    • Create a database user by entering a username and password, then click Create User.
    • Assign all privileges to the user and click Next Step.
  3. Make a note of the database name, username, and password; you’ll need them later.

Step 5: Configure WordPress

  1. Go back to the File Manager and locate the wp-config-sample.php file in your WordPress installation directory.
  2. Right-click on the file and select Edit.
  3. Replace the following placeholders with your database details:
    define('DB_NAME', 'your_database_name');
    define('DB_USER', 'your_database_user');
    define('DB_PASSWORD', 'your_database_password');
    
  4. Save the changes and rename the file to wp-config.php.

Step 6: Run the WordPress Installation

  1. Open your browser and go to https://yourdomain.com (or the subdirectory where you installed WordPress).
  2. You will see the WordPress installation wizard. Follow these steps:
    • Select your preferred language and click Continue.
    • Enter your site details, including the site title, admin username, password, and email address.
    • Click Install WordPress.
  3. Once the installation is complete, you’ll see a success message. Click the Log In button to access your WordPress dashboard.

Final Thoughts

You’ve successfully installed WordPress manually through cPanel! From here, you can customize your site by installing themes, plugins, and adding content. If you encounter any issues or need assistance, feel free to contact your hosting provider for support.


Was this answer helpful?

« Back