First, log in to the control panel and navigate to the WordPress tool.

Now there are 2 options for installing Wordpress, quick and custom. The quick option installs WordPress and configures all of the username/passwords randomly. While the custom option allows you to set your own username/password and modify some settings.

If you choose to install WordPress through the quick option Wordpress will be automatically installed and configured for you. You will be able to managed WordPress from the WordPress tab of the control panel.
Here's how you can install WordPress through the custom option:
1. Once you click the custom installation, you will be presented with a configuration to set. You'll also be able to choose the directory to install WordPress in or if left blank WordPress will be installed on the main site. In this guide, we will be installing WordPress under the /myblog directory.

- The username for your WordPress site.
- The password for logging in to your WordPress site
- Email for your WordPress site.
- Site name (can be changed later, will show up in Google).
- A random database name will be prefilled but you have the option to change it to whatever you'd like
- A prefix for the database is not necessary but will increase the security of your site.
- The installer will create a database user which your site will use for connecting to the database. Here you can set the username or leave it as is (random). The installer will fill all of the database information in the wp-config.php file.
2. Finish configuring the settings for your WordPress site and click install.
Once WordPress is done installing you'll see that your instance appears in the WordPress management tab of the dashboard where you can log in and make configuration changes to your site.