Before You Start
Before installing WordPress, make sure you have:
- A domain added to your EGPNL account
- SSL certificate installed (recommended)
- A MySQL database created
Step 1: Create a Database
WordPress needs a MySQL database to store content.
Go to Databases in EGPNL
Navigate to the Databases section in your control panel.
Create a New Database
Click Create Database and enter a name (e.g., wp_mysite).
Create a Database User
Create a user with a strong password and grant it full privileges on the database.
Step 2: Download WordPress
Download from WordPress.org
Go to wordpress.org/download and download the latest version.
Upload to Your Server
Upload the ZIP file to your public_html folder using File Manager or FTP.
Extract the Files
In File Manager, right-click the ZIP file and select Extract. Move contents from the wordpress folder to public_html.
Step 3: Run the Installation
Open Your Domain in Browser
Visit https://yourdomain.com to start the WordPress installation wizard.
Select Language
Choose your preferred language and click Continue.
Enter Database Details
Fill in your database credentials:
- Database Name: The name you created
- Username: Your database user
- Password: Your database password
- Database Host:
localhost - Table Prefix:
wp_(or custom for security)
Complete Setup
Enter your site title, admin username, password, and email. Click Install WordPress.
Post-Installation Steps
1. Install SSL (if not done)
Secure your WordPress site with HTTPS:
- Install Let's Encrypt SSL from EGPNL
- Update WordPress URL in Settings → General
- Install "Really Simple SSL" plugin for easy configuration
2. Essential Plugins
Recommended plugins to install:
- Wordfence: Security and firewall
- UpdraftPlus: Backup solution
- Yoast SEO: Search engine optimization
- WP Super Cache: Caching for speed
3. Configure Permalinks
Go to Settings → Permalinks and select "Post name" for SEO-friendly URLs.
4. Delete Default Content
- Delete "Hello World" post
- Delete sample page
- Remove unused themes and plugins
Was this article helpful?