How to Install WordPress Manually Using cPanel

Introduction

WordPress is one of the most popular content management systems (CMS) available today. It is used by millions of websites and blogs around the world. Installing WordPress manually using cPanel is a great way to get started with your own website or blog. This guide will walk you through the steps of installing WordPress manually using cPanel. You will learn how to create a database, upload the WordPress files, and configure the WordPress settings. By the end of this guide, you will have a fully functioning WordPress website.

How to Install WordPress Manually Using cPanel

1. Download the latest version of WordPress from the official website.

2. Log into your cPanel account.

3. Go to the “Files” section and click on the “File Manager” icon.

4. Select the “public_html” folder and click on the “Upload” button.

5. Select the WordPress zip file you downloaded and click on the “Open” button.

6. Once the file is uploaded, select it and click on the “Extract” button.

7. Create a new database for your WordPress installation.

8. Go to the “Databases” section and click on the “MySQL Databases” icon.

9. Create a new database and user for your WordPress installation.

10. Go to the “Security” section and click on the “MySQL Users” icon.

11. Create a new user and assign it to the database you created.

12. Go back to the “Files” section and click on the “File Manager” icon.

13. Select the “public_html” folder and click on the “Settings” button.

14. Select the “Show Hidden Files” option and click on the “Save” button.

15. Select the “wp-config-sample.php” file and click on the “Edit” button.

16. Enter the database name, user name, and password you created in the previous steps.

17. Save the changes and rename the file to “wp-config.php”.

18. Go to your domain name in a web browser and follow the instructions to complete the installation.
[ad_1]

Introduction

WordPress (WP) is a widely used content-management system. Its ease of use, numerous themes, and plugins, as well as strong community support, have made it the number one solution in the world. WordPress is used for everything from simple blogs to complex websites.

In this tutorial, you will learn how to install WordPress with cPanel.

install wordpress manually using cpanel

Installing WordPress in cPanel Manually

What is cPanel? cPanel is where you administer your web hosting server account. Many control panels will come with automated WordPress installation script installers, such as Softaculous and Fantastico. If yours does not, you will need to install WordPress on cPanel manually.

Download WordPress

Download the most recent official version of the CMS from the WordPress website. Download the zip file, and save it to your desktop computer.

Once the zip file has been downloaded, go to its directory and extract the entire archive. Note the location of the extracted content, and upload it to your web server.

Upload WordPress Install Script to Server

1. Go to your cPanel account. You will find it by browsing to your_domain_name.com/cpanel.

2. Enter your user credentials and log in.

3. Find the File Manager tool and open it.

4. Look for the public_html directory. The public_html directory is your web root, the directory in which you want to store all your websites.

5. You need to decide on the location of your WordPress site. There are two options:

  • In the root directory of your domain (e.g., your_domain_name.com/)

Upload all contents of the WordPress folder, but not the folder itself. After the upload, all WP files and subfolders should reside in public_html.

  • In a subfolder of your domain (e.g., your_domain_name.com/site1).

Upload the entire WordPress folder. When finished, rename the WordPress folder to your desired name (e.g., MyBlog).

upload wp folder in cPanel

6. After you have extracted the WordPress installation archive, go ahead and delete the zip file from your web server. Right-click on the zip file and hit Delete.

The files should be extracted into a folder named WordPress. All the necessary WordPress folders and files should be listed in that folder. Right now, you can initiate the WordPress install by browsing to your_domain_name.com/wordpress.

However, before proceeding to the installation procedure, you need the following:

  1. A MySQL Database.
  2. A MySQL Database User with appropriate user credentials.
  3. A Database host.
  4. Table prefix if you want to run multiple WordPress sites in a single database.
  5. A Unique Phrase and Salt Key.
extract wp file in cPanel

If you haven’t created a MySQL database and database user, navigate back to cPanel to create one.

Create a MySQL Database and Database User

To accomplish this, use cPanel’s MySQL Database Wizard. Find this tool under the Database heading.

databases in cPanel

1. The first step is to create a Database. Name your database. Your hosting account name will prepend it.

2. Remember your database name. You will need it later.

3. Click Next Step to create the database.

Create Database Users

Next, the wizard will prompt you to create a database user.

1. Enter a username (seven characters maximum) and a password. Ideally, you want the strength meter to turn green and read Very Strong, indicating that the password is bulletproof. Your hosting account name will prepend the username.

create database user in cPanel

2. Note your password, or store it in a password manager, such as KeePass.

Assign User to Database and Assign Permissions

The newly created user doesn’t have access to the database.

1. Find the Add User To Database section of the page.

2. Under the User drop-down menu, select your newly created user.

3. Choose your newly created database under the Database drop-down menu and click Add.

4. The next step would be to assign database privileges. For the initial database user, select the All Privileges checkbox.

5. Click Make Changes to assign privileges to the user.

6. To verify, go back and scroll down to view current databases. There should be a database and a privileged user assigned to the database.

Once this has been set up, you can navigate back to your_domain_name.com/wordpress and complete the installation.

Edit wp-config.php File

The database has been created, and the newly created superuser has been assigned to the database. To complete the process, you must edit the wp-config-sample.php file using a text editor.

Admins need to insert four (4) pieces of information to complete the process. The lines below are an example, and the information you insert may look different.

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'michaelh_demowp');
/** MySQL database username */
define('DB_USER', 'michaelh_dbuser');
/** MySQL database password */
define('DB_PASSWORD', 'abc.123.!@#');
/** MySQL hostname */
define('DB_HOST', 'localhost');

The important pieces of information are:

  1. DB_NAME. Database name.
  2. DB_USER. Username of the database user.
  3. DB_PASSWORD. This is the database user password.
  4. DB_HOST. In 99% of cases, it’s ‘localhost.’

Make sure to include the prepended parts when typing the value for DB_NAME and DB_USER. Additionally, bear in mind that for most cPanel hosts, the DB_HOST value is ‘localhost.’

Update Default Unique Keys and Salts

While still editing the wp-config-sample.php file, find the Authentication Unique Keys and Salts section of the document. Enter your Unique Key and Salt under the section mentioned above.

Create a Unique Key and Salt by visiting https://api.wordpress.org/secret-key/1.1/salt/. The WP API will generate a unique phrase and key. Copy them and replace the default wp-config-sample.php keys.

Rename the wp-config-sample.php

Save the completed file as wp-config.php. Do NOT save the file with its default name.

Potential Database Errors

If you encounter database connection errors, verify that the information typed into the wp-config.php file is correct.

When doing a document root installation, the wp-config.php file is located in the /home/cPanelAccountName/public_html directory.

Run WordPress Install Scripts

To finish the installation, run the install script by browsing to your WP’s directory.

  1. If you uploaded the files to the root directory, browse to http://your_domain_name.com/wp-admin/install.php
  2. If you uploaded WP installation files to a subfolder, browse to http://your_domain_name.com/site1/wp-admin/install.php

In each case, once the install scripts are initiated, WordPress will prompt you to enter database details and write them in a new wp-config.php file. If this fails, you can go back and edit and upload the wp-config.php file yourself.

wordpress database connection details

Complete the WordPress Installation

The next step is the well-known five-minute WP installation procedure. Enter details such as Site Title, your desired WordPress Username and Password, and your Email Address. Please note that the username and password are for this instance of WordPress only. Do not enter the same username and password you used for your database user.

All of this information can be changed later in the WordPress Admin.

wordpress installation process

You’re not planning to publish the website right away? Then you might want to check the Search Engine Visibility checkbox. This will allow visits, but it will block search engine crawlers to index your website. Once you have set up your site, change this option.

Once you are finished, click Install WordPress. When the installation procedure is completed, WP will redirect you to the login screen.

Conclusion

If you have followed this tutorial step-by-step, you should have accomplished the following:

  1. Downloaded and extracted the latest version of WordPress installation files.
  2. Uploaded the files to your desired directory.
  3. Created a MySQL database and database user.
  4. Successfully updated the wp-config-sample.php file and renamed it to wp-config.php.
  5. Run WordPress installation scripts, created your first WordPress admin user and named your website.
  6. Installed and logged into WordPress.

If you are confused by the WordPress admin console and unsure what to do next, we recommend you start by choosing a WordPress theme. This will set the visual appearance of your website and get things going.

[ad_2]

How to Install WordPress Manually Using cPanel

WordPress is one of the most popular content management systems (CMS) in the world. It is used by millions of websites and blogs to create dynamic and engaging content. Installing WordPress manually using cPanel is a great way to get started with your own website or blog. This tutorial will walk you through the steps of installing WordPress manually using cPanel.

Step 1: Log into cPanel

The first step is to log into your cPanel account. You can do this by going to your hosting provider’s website and clicking on the “cPanel” link. Enter your username and password to log in.

Step 2: Find the WordPress Installer

Once you are logged in, you will need to find the WordPress installer. This can usually be found in the “Software” section of cPanel. Click on the “WordPress” icon to begin the installation process.

Step 3: Enter Your Domain Name

The next step is to enter your domain name. This is the URL that people will use to access your website. Enter the domain name in the “Domain” field and click “Next”.

Step 4: Enter Your Admin Details

The next step is to enter your admin details. This includes your username, password, and email address. Make sure to choose a strong password and keep it safe. Once you have entered your details, click “Next”.

Step 5: Install WordPress

The final step is to install WordPress. Click the “Install” button to begin the installation process. Once the installation is complete, you will be able to access your WordPress dashboard by going to your domain name and adding “/wp-admin” to the end of the URL.

Conclusion

Installing WordPress manually using cPanel is a great way to get started with your own website or blog. This tutorial has walked you through the steps of installing WordPress manually using cPanel. Now you can start creating content and customizing your website.

Jaspreet Singh Ghuman

Jaspreet Singh Ghuman

Jassweb.com/

Passionate Professional Blogger, Freelancer, WordPress Enthusiast, Digital Marketer, Web Developer, Server Operator, Networking Expert. Empowering online presence with diverse skills.

jassweb logo

Jassweb always keeps its services up-to-date with the latest trends in the market, providing its customers all over the world with high-end and easily extensible internet, intranet, and extranet products.

GSTIN is 03EGRPS4248R1ZD.

Contact
Jassweb, Rai Chak, Punjab, India. 143518
Item added to cart.
0 items - 0.00