How to Install WordPress Manually on CyberPanel
How to Install WordPress Manually on CyberPanel (Step-by-Step Guide) π
Setting up WordPress manually on CyberPanel gives you full control over your website, better performance tuning, and a deeper understanding of how everything works behind the scenes.
In this professional guide by Host Bazar BD, weβll walk you through each stepβfrom creating a website in CyberPanel to completing your WordPress installation. π‘
π Step 1: Create a Website in CyberPanel
- Login to your Host B dashboard
- Go to: Websites β Create Website
- Fill in the details:
- Domain Name
- PHP Version (recommended latest stable)
- Click Create Website
πΈ Screenshot Guide:
https://cyberpanel.net/docs/wp-content/uploads/2020/02/create-website.png
ποΈ Step 2: Access File Manager
- Go to: Websites β List Websites
- Click Manage next to your domain
- Open File Manager
πΈ Screenshot Guide:
https://cyberpanel.net/docs/wp-content/uploads/2020/02/file-manager.png
π₯ Step 3: Download & Upload WordPress
- Download WordPress from the official site:
π https://wordpress.org/download/ - Upload the
.zipfile into:
/home/yourdomain.com/public_html/
- Extract the ZIP file
πΈ Screenshot Guide:
https://cyberpanel.net/docs/wp-content/uploads/2020/02/upload-file.png
π Step 4: Move Files to Root Directory
After extraction:
- Open the wordpress folder
- Select all files
- Move them to public_html
πΈ Screenshot Guide:
https://cyberpanel.net/docs/wp-content/uploads/2020/02/extract-file.png
ποΈ Step 5: Create a MySQL Database
- Go to: Databases β Create Database
- Enter:
- Database Name
- Username
- Password
- Click Create Database
πΈ Screenshot Guide:
https://cyberpanel.net/docs/wp-content/uploads/2020/02/create-database.png
βοΈ Step 6: Configure wp-config.php
- Rename:
wp-config-sample.php β wp-config.php
- Edit the file and add your database details:
define('DB_NAME', 'your_db_name');
define('DB_USER', 'your_db_user');
define('DB_PASSWORD', 'your_password');
define('DB_HOST', 'localhost');
πΈ Screenshot Guide:
https://cyberpanel.net/docs/wp-content/uploads/2020/02/edit-file.png
π Step 7: Run WordPress Installation
- Open your browser
- Visit your domain:
http://yourdomain.com
- Complete setup:
- Site Title
- Admin Username
- Password
πΈ Screenshot Guide:
https://cyberpanel.net/docs/wp-content/uploads/2020/02/wordpress-install.png
π Congratulations!
Youβve successfully installed WordPress manually on CyberPanel! π₯³
β‘ Bonus Tips (From Host Bazar BD)
β Enable LiteSpeed Cache Plugin for speed
β Set proper file permissions (755 / 644)
β Enable SSL from CyberPanel
β Use Cloudflare for extra performance
π Security Recommendations
- Change default login URL
- Use strong passwords
- Install a security plugin
- Schedule regular backups
π Final Thoughts
Manual installation may seem complex at first, but it gives you complete control and flexibilityβwhich is perfect if you’re serious about performance and learning real server management.
π¬ Need Help?
If you’re hosting with Host Bazar BD, our team can help you install WordPress in minutesβno stress, no hassle. π
π Launch your website today and start building your digital presence!