This guide will walk you through the steps to set up WordPress on your Dragon Web Host account using the DirectAdmin control panel.
Step 1: Log in to DirectAdmin
- Navigate to your DirectAdmin login URL (usually
http://yourdomain.com:2222
).
- Enter your username and password provided by Dragon Web Host.
- Click on the Login button.
Step 2: Create a MySQL Database
- In the DirectAdmin dashboard, locate the MySQL Management section.
- Click on Create New Database.
- Fill in the following details:
- Database Name: Choose a unique name for your database.
- Username: Create a username for database access.
- Password: Choose a strong password.
-
Click on Create to finalize the process.
Note: Make sure to note down your database name, username, and password for later use.
Step 3: Download WordPress
- Visit the WordPress website.
- Download the latest version of WordPress in a .zip format.
- Unzip the downloaded file to your local computer.
Step 4: Upload WordPress Files
- Go back to your DirectAdmin panel.
- Click on File Manager.
- Navigate to the
public_html
directory (or the directory you want to install WordPress in).
- Click on Upload and select the unzipped WordPress files from your computer.
- Make sure all files are uploaded successfully.
Step 5: Configure WordPress
- In your browser, go to
http://yourdomain.com/wp-admin/setup-config.php
(replace yourdomain.com
with your actual domain).
- Choose your language and click Continue.
- Enter your database details:
- Database Name: The name you created in Step 2.
- Username: The username you created.
- Password: The password you set.
- Database Host: Leave it as
localhost
.
- Table Prefix: You can leave it as
wp_
or change it for security purposes.
- Click Submit to proceed.
Step 6: Complete WordPress Installation
- Click on Run the installation.
- Fill in the site information:
- Site Title: Name of your website.
- Username: Admin username for WordPress.
- Password: Choose a strong password.
- Your Email: Admin email address.
- Search Engine Visibility: Uncheck this if you want search engines to index your site.
- Click Install WordPress.
Step 7: Log In to WordPress
- Go to
http://yourdomain.com/wp-admin
(replace yourdomain.com
with your domain).
- Enter the admin username and password you set in the previous step.
- Click Log In.
Congratulations! You have successfully set up WordPress on Dragon Web Host using the DirectAdmin control panel.
You can now start customizing your site and adding content. Happy blogging!