This brief tutorial shows new users or webmasters how to manually install and configure WordPress settings in CPanel.

In our last post, we showed you how to create a new MySQL database for WordPress. WordPress uses databases to store its content.

If you followed our previous post on creating MySQL database in CPanel, then you’re half way through WordPress setup. The next things on the list are to download WordPress content, upload the content to your server and configure WordPress’ database settings.

Now that WordPress database is created, go back to CPanel and login.. then look at the Files section and select FTP Accounts.

CPanel FTP accounts

There you’ll find your FTP sever name, username and tools to help upload content to your server. Your password will be the same as the one you login to CPanel with.

To upload WordPress content to your server, you’ll need an FTP client.. the most popular client is FileZilla FTP client. Download and install it.

After that, go and download WordPress’ content from here.

When you’re done downloading WordPress content, go to your download folder on your computer and extract the file you just downloaded.

wordpress content extract

 

Next, you’ll use FileZilla FTP client to upload the extracted WordPress files to your server. To do that, open FileZilla, connect using your info… and browse to WordPress files using the left column.

For the right column, use that to browse to the destination (your host). Mostly likely, you’ll want to upload WordPress content to the /public_html folder on the host.

upload wordpress content

Select all WordPress content on the left column and drag, or right-click and select Upload.

After loading WordPress content to your server, the very last thing is to configure WordPress to connect to its database created earlier.

From CPanel, go to Files section –> File Manager.. click and select to go to the Document root of your domain.

configure_wordpress_settings

When you’re there, select and right-click wp-config-sample.php and click Rename to wp-config.php

rename wp-config-sample.php

After renaming the file, right-click wp-config.php and select Edit. Then on the edit page, change the database name, username and password to match what you created earlier and save.

configure wordpress database

Save your changes and go test your site. If everything is setup correctly, you should see WordPress initial configuration page.

That’s it!  Browse to your domain, setup WordPress and enjoy!

wordpress ssl installation

Manually Create WordPress Databases In CPanel

Frequently Asked Questions

How do I manually install WordPress in CPanel?

To manually install WordPress in CPanel, first create a MySQL database, then download WordPress content, upload it to your server using an FTP client like FileZilla, and configure WordPress' database settings.

What is the process for configuring WordPress database settings?

To configure WordPress database settings, you need to create a MySQL database, upload WordPress content to your server, and then connect WordPress to the database through the configuration settings in CPanel.

Which FTP client is recommended for uploading WordPress files?

The most popular FTP client recommended for uploading WordPress files is FileZilla FTP client. You can download and install it to easily transfer your WordPress content to your server.

Where can I find my FTP server name and username in CPanel?

To find your FTP server name and username in CPanel, navigate to the Files section and select FTP Accounts. There you will find the necessary information to connect and upload content to your server.

What is the destination folder for uploading WordPress content?

The destination folder for uploading WordPress content is typically the /public_html folder on your host. You can use an FTP client like FileZilla to transfer the extracted WordPress files to this folder.

How do I connect FileZilla to upload WordPress files to the server?

To connect FileZilla and upload WordPress files to the server, open FileZilla, enter your FTP server information, navigate to the WordPress files on your computer in the left column, and upload them to the /public_html folder on the host in the right column.

What is the final step after uploading WordPress content to the server?

The final step after uploading WordPress content to the server is to configure WordPress to connect to the database created earlier. You can do this by accessing the Files section in CPanel and using the File Manager to make the necessary configurations.

How can I install and configure WordPress settings in CPanel manually?

To install and configure WordPress settings in CPanel manually, follow the steps outlined in the tutorial. This includes creating a MySQL database, uploading WordPress content using an FTP client, and configuring the database settings in CPanel.