How to Manually Install WordPress Using FTP
- Review the folder or sub-folder your domain is pointing to.
Because you can have more than one domain, you will be asked which domain you want WordPress to install to. WordPress will install itself to the same folder or sub-folder that your domain is currently pointing to.- Domain hosted with See How To Update Domain Pointers.
- Domain hosted elsewhere See How To Update DNS Records or How To Update Nameservers.
- Are you installing WordPress where the domain is pointing or to a subdirectory from where the domain is pointing
Most WordPress websites are installed directly into 'www.your-domain.com'. However, we provide the option to let you install into a subdirectory such as 'www.your-domain.com/blog'. If you do not have a preference, we recommend installing into just 'www.your-domain.com'.- Need to create a subdirectory See How to Create New Files and Folders Using File Manager.
- Confirm that your directory is ready to have WordPress installed.
If you already have content in the directory where you want to install WordPress, it could stop your installation. If your directory already has an older WordPress installation, you will need to remove the old installation before adding a new one. Be sure to check for hidden files as well when cleaning out the directory.- Not sure how to remove files See How to Delete Files and Folders Using File Manager.
- Not sure how to view hidden files See Navigating File Manager.
How to Manually Install WordPress
Part 1: Prepare a Blank Database
WordPress will need a blank database to populate data with. You can easily create a blank database by using the MySQL Database tool.
- Log into your Control Panel.
- Click on the Hosting tab.
- Go to MySQL Database.
- Click Add database.
- Type in your desired database name and login credentials.
- Click Add Database.
Part 2: Upload the WordPress files
You can either unzip the files before you upload them or after you upload them. The following steps outline how to unzip the files before you upload them.
- Download WordPress from WordPress.org.
- Unzip the wordpress.zip file using decompression software (such as 7zip, WinRar or Winzip).
- Connect to your hosting account using an FTP Client.
- Upload the unzipped WordPress files into the directory of your choice.
Part 3: Initiate the WordPress Installation Script
Using your web browser, visit the URL path you installed WordPress under (example: 'http://www.your-domain.com/' or 'http://www.your-domain.com/subdirectory/'). Because you are visiting these files for the first time over the web, WordPress will run an installation script that populates the WordPress database. You will be prompted to provide your database connection strings during the installation process. Once the installation is complete, you will be prompted to log into the WordPress Dashboard.
Want to learn more about WordPress
![]() |
WordPress: Tutorial Videos To help you easily grasp the basics of creating a WordPress website, you have created several free tutorial videos. These videos were designed to be followed in order, but you are welcome to view whichever one best suits your needs. |
You can always check out WordPress.org and browse their codex or online help forums.