WordPress is one of the most popular content management systems (CMS) in the world, and installing it manually through cPanel gives you complete control over your website. Follow this step-by-step guide to install WordPress in cPanel manually.
1: Download WordPress
- Visit the official WordPress website.
- Click the “Download WordPress” button to get the latest version.
- Save the ZIP file to your local computer.
2: Upload WordPress to cPanel
- Log in to your cPanel account.
- Navigate to the File Manager section.
- Open the public_html directory (or the folder where you want to install WordPress).
- Click the Upload button and upload the WordPress ZIP file.
- Once uploaded, right-click the file and select Extract to unzip it.
- Move all extracted files from the “wordpress” folder to the public_html directory.
3: Create a MySQL Database
- Go back to the cPanel Dashboard.
- Open MySQL Databases under the Databases section.
- Create a new database by entering a name and clicking Create Database.
- Scroll down to MySQL Users and create a new user with a strong password.
- Add the newly created user to the database and assign All Privileges.
4: Configure the WordPress Installation
- Open your website URL in a web browser (e.g.,
https://yourdomain.com
). - The WordPress setup wizard will appear. Select your preferred language and click Continue.
- Enter the database details
- Database Name: Your created database name
- Username: Your created database user
- Password: The password you set
- Database Host: Keep it as
localhost
- Table Prefix: Keep it as
wp_
or change it for security reasons
- Run the Installation
5: Complete the WordPress Setup
- Enter your Site Title.
- Create an Admin Username and Password.
- Enter your Admin Email.
- Click Install WordPress.
- Once the installation is complete, log in to your new WordPress website by visiting
https://yourdomain.com/wp-admin/
.
Conclusion
Installing WordPress manually in cPanel gives you greater control over your website setup. Now you can start customizing your WordPress site and adding content!
Leave a Reply