How to Install WordPress on Servebolt

We offer three different ways to install WordPress on your Servebolt environment. If you prefer that we handle it, contact us via our live chat, and our Support Team will do it for you in a few minutes. The two other options are:

Install WordPress on Servebolt with WP-CLI

The easiest method for installing WordPress on Servebolt is to connect with SSH. We have pre-installed WP-CLI, the command-line tool for WordPress, on all Bolts.

To download WordPress using the wp command (WP-CLI), log on to your Servebolt site with SSH.

ssh user@server

Navigate to the public folder in your home directory (cd ~/public) and then run the wp core download command:

cd ~/public

wp core download

You have now downloaded all the necessary WordPress files to your ~/public/ folder. The only remaining step is to set up the installation by visiting your site’s internal URL, which you can find in the Admin Panel for your Servebolt environment.

Install WordPress on Servebolt with SFTP

You can also download and upload all the files for your WordPress using an SFTP program like FileZilla. First, you need to download the necessary files from WordPress.org. Then you need to connect with SFTP. You can use FileZilla for this. Here is an article on connecting with FileZilla.

When you’ve connected to the server and downloaded your files, you simply drag them from your local machine over to your ~/public/ folder.