How to Install WordPress
Last Updated: 2025-01-01
2 min read
How to Install WordPress
WordPress is the world’s most popular CMS, and installing it on your hosting account is straightforward. There are two main methods: one-click installation through your control panel, or manual installation via FTP.
Method 1: One-Click Installation (Recommended)
Most hosting providers, including 10Corp, offer automated WordPress installers such as Softaculous, Installatron, or a built-in tool in cPanel.
- Log into your hosting control panel (cPanel, Plesk, or your provider’s dashboard).
- Find the auto-installer: Look for “Softaculous,” “WordPress,” or “One-Click Install” in the Software section.
- Click Install and configure the basic settings:
- Protocol: Choose
https://if you have an SSL certificate. - Domain: Select the domain for your WordPress site.
- Directory: Leave blank to install on the root domain, or enter a folder name (e.g.,
blog). - Site Name and Description: Enter your website title and tagline.
- Admin Username: Choose a unique username (avoid “admin” for security).
- Admin Password: Use a strong, unique password.
- Admin Email: Your email address for notifications.
- Protocol: Choose
- Click Install and wait for the process to complete.
- Access your site at
yourdomain.comand admin panel atyourdomain.com/wp-admin.
Method 2: Manual Installation
Use this method if your host doesn’t offer a one-click installer.
- Download WordPress from wordpress.org.
- Create a MySQL database and user through your hosting control panel.
- Upload WordPress files to your web root using FTP or the File Manager.
- Navigate to your domain in a browser — the WordPress setup wizard will launch.
- Enter your database credentials (database name, username, password, host).
- Run the installation and set up your admin account.
Post-Installation Checklist
- Change permalink structure to “Post name” under Settings → Permalinks.
- Delete default content (sample post, page, and comment).
- Install a security plugin (e.g., Wordfence or Sucuri).
- Set up automated backups.
- Install an SEO plugin (e.g., Yoast SEO).
- Choose and activate a theme.
Troubleshooting
- Error establishing database connection: Double-check your database credentials in
wp-config.php. - White screen after install: Increase PHP memory limit or check for plugin conflicts.
- 404 errors on pages: Re-save your permalink settings.
Contact your hosting provider’s support team if you encounter issues during installation.
Tags:
website
wordpress
installation
cpanel
cms