Have you ever wondered if it is possible to install WordPress locally?
While there are some pros and cons to working in a local WordPress development environment, this approach is great because:
- It’s just plain faster because you don’t have to wait on your network connection.
- You can work offline, which is great if you like to develop WordPress sites on-the-go.
- It’s private by default. While it’s certainly possible to make a live development site private, it adds extra steps to the process.
If you’re looking for a way to install WordPress locally, you probably don’t need any more convincing on the benefits of this method.
As someone whose job is to test hundreds of different WordPress themes and plugins, I’m well-aware of the various methods available to install WordPress locally. So in this post, I’m going to share them with you. I will show you step-by-step how to do it with one of the best WordPress-specific local development tools available, plus I will look at five other popular ones.
How To Install WordPress Locally in 5 Easy Steps
There are several local development tools for WordPress available, but In my opinion, one that is particularly good if you are a beginner is DesktopServer.
DesktopServer makes it super simple to install WordPress locally, allowing you to quickly spin up a new WordPress install in just a few seconds. Best of all, you don’t need to manually run a WordPress install, as is the case with many other solutions (more on those later.)

The free version of DesktopServer lets you install up to three local sites at a time with its simple installation wizard.
However, the premium version (which costs $99.95) is where you’ll find most of the productivity-boosting features. These include:
- Create unlimited local sites
- Direct deploy local WordPress sites to a live server
- Quickly create blueprints for sites with certain configurations
- Import sites from many popular backup/cloning plugins
I’ve played around with the free version of DesktopServer and found that it delivered on its promises of ease-of-use and speed. And I’ve seen a ton of WordPress developers who swear by the premium version. So my suggestion is to try the freebie first and upgrade to the premium version when you crave more features.
If you’re interested in using DesktopServer for local development, click below to download the free or premium version.
Article Continues Below
I’m now going to show you how easy it is to install WordPress locally using DesktopServer. Please note that I used a MacBook for this install, and the installation process may differ a little if using a Windows machine.
Step 1 – Download and Install DesktopServer on Your Computer
Firstly, go to the ServerPress website (or click the button above) and click ‘Free Download.’ A popup will probably appear trying to upsell the premium version, but if you don’t want that, click on ‘No thanks, I just want to download DesktopServer Limited.’
A Zip file of DesktopServer will be placed in the Downloads folder of your machine:

Once you have located the Zip file, double-click it to unpack it. Then, in the popup that appears, click ‘Install’:

A message warning you that you are installing an app from the internet may appear. If that occurs, click ‘Open’:

You may need to enter your computer’s password to permit changes to be made, so do that if prompted.
When the software license agreement popup appears, click ‘Accept’ (once you have read it, of course!):

Next, select the installation type. Assuming you have never installed DesktopServer on your computer before, there will only be one option showing, so click ‘Continue’:

A confirmation message will appear once the software has been installed successfully. Note down the folder where DesktopServer has stored everything (Applications/XAMPP in the below example). You can now click ‘Okay’ to close the popup:

DesktopServer is now installed on your machine, so you can close the installation dialog box by clicking ‘Finish’:

Step 2 – Select Plugins and Start the Apache Web and MySQL Database Services
Locate the folder where XAMPP was stored – it is most likely to be in Applications. Then, in that folder, find the DesktopServer file and double click on it to launch it:

If you get a warning message stating that DesktopServer wants access to control System Events, click ‘OK.’
You can now choose the optional developer plugins to install. You can find full details of what each plugin does here. The DS-CLI plugin is mandatory and selected by default.
Once you have chosen the plugins you need, click ‘Next’:

You will now need to enter the Username and Password that you use to log in to your computer. This is necessary to give the DesktopServer permission to start the web and database services:

Once the activation of the web and database services is complete, you will see this message:

Click ‘Next.’
Step 3 – Create Your New Development Website
Choose ‘create a new development website’ and click next:

Now you need to give your development site a name. In my example, I have called it ‘simonssite’:

Please note that the .dev.cc extension is added by default.
Use the ‘Blueprint’ dropdown box to select ‘WordPress-5.3.0.zip.’ That will ensure a fresh installation using the latest version of WordPress is created.
If you wish, you can now change the location of the site’s root simply by typing a new one in the ‘Site Root’ field. However, I chose to leave it as the default suggested by DesktopServer.
Clicking ‘Create’ is when the magic happens as DesktopServer will commence with creating your new development site. Once it is complete, you will see this message:

Click on ‘Next.’ You will now see a clickable URL link of your new development site:

Step 4 – Install and Configure WordPress
Click on that URL link. Your web browser will now open and display your new site.
Before continuing, you will need to choose the language you require and hit ‘Continue’:

The WordPress welcome screen will now appear. Here, you will need to enter:
- A title for your site.
- An admin username and password. You will use these to log into the site’s WordPress dashboard.
- Your email address.

Next, click ‘Install WordPress’ to complete the installation process. After a short while, you will then see the following screen:

Your development site is now ready for use.
Step 5 – Start Developing Your Site
Click ‘Log In’ and enter your admin username and password:

That’s it – you’re in!
You can now work on your website just as you would with any other WordPress installation, the only exception being everything is stored locally on your computer rather than your web host’s servers:

Step 6 – Viewing, Creating, Copying, and Deleting Development Sites
You can relaunch the DesktopServer application at any time by double-clicking the DesktopServer app in the XAMPP folder in the Applications directory on your computer (see Step 2 above). That will re-open the application, and from that, you have three options:

Simply choose the option you need, click ‘Next,’ and follow the prompts.
To see a list of all your development sites, simply click on ‘Sites,’ and you will see a screen like this:

From there, you can click on ‘Visit Website’ to view a site or ‘Dashboard’ to go into the WordPress dashboard
If you only need to see the list of development sites (s), it is unnecessary to go via the DesktopServer application each time. Instead, simply type ‘localhost’ in the browser address bar on the machine where it is installed:

Below, I’ll go through five other popular methods that you can use to install a WordPress development environment locally on your computer.
I’m not going to provide specific instructions for each, but I have provided links to tutorials wherever available.
DevKinsta

DevKinsta is an entirely free local development suite for WordPress sites that makes local site creation and development super easy.
Armed only with some basic details and your text editor of choice, you can design, develop, and deploy WordPress sites from the comfort of your local machine.
DevKinsta is available for macOS, Windows, and Linux/Ubuntu in 10 languages. It is used by developers, designers, freelancers, and agencies to build single or multisite WordPress sites with Nginx, MariaDB, and more.
DevKinsta is powered by Docker, which has a low resource footprint and near-native performance, together with the latest version of WordPress Core. This means your local WordPress sites are isolated and secured through containerization, allowing you to create a secure and fast local WordPress development experience, no matter what host operating system you’re running.
While it’s unnecessary to be a Kinsta hosting customer to use DevKinsta, it’s fully compatible with all Kinsta plans. You can update your sites, create or clone new ones, and test plugins and themes before pushing the changes to a Kinsta staging environment with a single click.
The developers have a video tutorial explaining how to deploy local WordPress sites using DevKinsta.
Furthermore, DevKinsta also has an active community forum where you can get technical help from WordPress experts, provide feedback, and stay abreast of the latest updates.
XAMPP, WAMP, or MAMP

XAMPP is the first in a series of weird acronyms that you’ll see. Essentially, XAMPP installs a stack of the Apache webserver (A), MariaDB (M), PHP (P), and Perl (P). That, combined with the fact that it’s cross-platform (X), is where XAMPP comes from.
Once you install XAMPP on your computer, you’ve basically got a web server running on your own computer. From there, you can install WordPress using the famous 5-minute install and use it immediately.
There is a slight learning curve to XAMPP. However, once you get familiar with how it works, it’s pretty painless to spin up new WordPress installs (though there are a couple of tools on this list that help streamline the process further).
Next, let’s move on to another acronym.
WAMP is a Windows-specific stack of Apache, OpenSSL, and MySQL database (the W is for Windows).
It has a lot of similarities to XAMPP; it’s just not cross-platform, which means that you can only use it with Windows.
And finally, MAMP, as you’d expect from the “M,” is a similar approach that you can use to install WordPress locally on Mac.
Local by Flywheel

Local by Flywheel is a free productivity-boosting WordPress development tool from Flywheel hosting. However, you do NOT need to be a Flywheel hosting customer to use the plugin, although their customers do get some cool extra features specific to the platform.
Local has several advantages over XAMPP because of how much control it gives you over your development environment.
Because it uses Docker images for each site, you can make these sorts of changes on a per-site basis:
- Switch between Apache or NGINX
- Change PHP versions
It also makes it incredibly simple to spin up a new site, and you can clone sites with just a few clicks.
Finally, it has the excellent Blueprint feature. Essentially, a Blueprint is a pre-defined configuration of settings that you can apply to new sites to save time.
And if you are a Flywheel hosting customer, you get the ability to deploy your local development site to a Flywheel server with a single click, which is pretty dang convenient. If you use another host, you’ll have to move your site manually.
You don’t really need a tutorial for this one – simply download Local and start creating sites. It’s that simple. However, if you would rather see how to do it first, check out this video tutorial on the WPLearningLab YouTube channel.
Docker

This one isn’t for casual users, but Docker is a great option to install WordPress locally for more advanced users.
You already saw Docker mentioned with Local. However, if you’re not familiar, Docker is a tool that helps you create isolated ‘containers.’ People use these containers for all sorts of things, including installing WordPress.
Using Docker Compose, you can easily create a new WordPress install in an isolated container. All you need to do is follow this guide.
Docker is a freemium solution, with the ‘Personal’ plan being completely free. For more features, ‘Pro,’ ‘Team,’ and ‘Business’ plans are also available costing $7, $9, and $21 per month, respectively. Annual plans are also available and work out a little cheaper.
Ubuntu Linux

This isn’t a method that I’ve personally used, but if you’re running on Ubuntu, you can install WordPress locally by creating your own LAMP stack on Ubuntu. You can find a detailed tutorial on the Ubuntu website.
Which Method Should You Use To Install WordPress Locally?
The two most streamlined local development solutions for WordPress users are DesktopServer or Local by Flywheel. While the other methods are all generic tools to help you run a web server on your localhost, these two are built specifically for local WordPress development.
If neither of those appeals to you, the next best tool would be XAMPP, although it’s just not quite as slick at creating new sites.
All of the other solutions I have listed attract plenty of praise from developers, so they are all worthy of consideration.
Do you have a question? Or do you know any good tips to install WordPress locally? Please let me know in the comments!
Hey I am so happy I found youг weblog, I really
found you by accident, while I was browsing on Diggg for something else, Anyhow I
аmm here now and ѡould just like to saay cheers for a tгemendouѕ post and a all round enjoyable blog (I also love
the theme/design), I don’t have time to go throuցh it all at the moment but I have saved it and alsߋ aⅾded in your RSS feeds, so when I have tmе I will bbe baⅽk to read a great
deal more, Please do keep up the great job. https://wikisenior.es/index.php?title=100_Petunjuk_Gemarbola_:_Situs_Agen_Judi_Bandar_Bola_Online_Resmi_Terpercaya_Profitabel_Kelak
what happens if a girl takes male viagra A large North American cohort study assessed renal function in a cohort of 70, 499 outpatients aged 50 89 years receiving phosphate or polyethylene glycol enemas studied over a period of 15 months 33
Cautions Adverse reactions to voltaren diclofenac are usually mild and transient and mainly involve the upper GI tract; however, adverse effects may be severe enough to require discontinuance of the drug in about 1 where to buy priligy in usa
Sox2 is expressed in virtually all of the support cells buy tamoxifen online 3, 5 Intraretinal TA deposition after treatment of diabetic macular edema in the clinic, to our knowledge, has not been reported
how can i get viagra Lester, USA 2022 05 28 11 14 12
This work was well represented by 13 C MRS imaging modalities to further support these observed effects 94 catalogo de kamagra
cialis generic tadalafil I am very prone to acne, and have had acne on my chest for numerous years
order cialis online Is this your first cycle too
Нi there! This post could not be written much better! Going through this article
reminds me of my previоus roommate! He continually kept
preaching about this. I’ll forward this post to him.
Fairly certaіn he’ll have a good read. Thanks for sharing! https://hegemony.xyz/wiki/index.php?title=User:JustineBourchier
Women with breast cancer without known BRCA carrier status were excluded from this analysis, as was one woman who was diagnosed with both breast and thyroid cancer purchase cialis
1997, the two forms of receptors display different patterns of affinities for naturally occurring hormone response elements, suggesting a different pattern of gene activation by the two receptors Hyder et al tamoxifen for gynecomastia I remind myself that the only thing I m guaranteed in this life is right now
Conversely, HER2 knockdown using siRNAs specific for the HER2 gene body inhibited the upregulation of PHF8 in these cells but significantly increased PHF8 mRNA levels in MCF7 cells Fig torsemide to lasix conversion calculator Smoking tobacco products keeps the body in a constant state of inflammation, which keeps blood pressure high
32, 33 Deletion of all IP 3 R subtypes in smooth muscle cells has been shown to reduce vascular contraction and myosin light chain 20 phosphorylation in response to vasoconstrictor, and it alleviated angiotensin II induced hypertension how does clomid work 1983; 43 3583 5
The ultrasound assessment of the polycystic ovary international consensus definitions twins with clomid Soon after returning to the city, Rogge, Kate and Franco were summoned by Ofirok, He let out a long sigh and followed diuretics and kidney failure Kate, After many hardships, the road is smooth
I came to this site with the introduction of a friend around me and I was very impressed when I found your writing. I’ll come back often after bookmarking! slotsite
As the 1, 353 compounds were chosen on the basis of pre existing toxicity data rather than structural relatedness, this modest set of compounds was too diverse to rigorously define any structure activity relationships buy stromectol 3 mg tablets
The term herb refers to plants that produce fruits and seeds male viagra before and after size
priligy dapoxetine amazon Since the show launched in August 2010, Google searches for cake have more than doubled
buy cialis non prescription 30023 Ahern Ave
can i buy priligy over the counter Eduardo ScHoSbUlLMpVOBCEH 5 20 2022
do i need a doctor prescription to buy priligy 450 50mg 2 mL Caja x 10 frascos 15
Butter Chicken Mac Cheese finpecia 1 mg for sale
how to buy priligy in usa When possible, the underlying condition leading to EPS should be treated
Glycans can be found attached to proteins as in glycoproteins and proteoglycans cheap cialis no prescription Thus there are numerous other aminoglycoside ototoxins, but most affect hearing to a greater extent than balance
viagra and cialis online Giardiasis Off label
soft tab cialis Children and Laser Eye Surgery LASIK
Thank you for your compassion where to buy cialis online forum If you suspect a fracture, you should call your doctor or go to a hospital s emergency department immediately
Italian researches from the University of Bologna carried this work out to confirm the effects of homeopathically prepared Arsenic in the form of As2O3 45X on the growth of wheat seedlings buy cialis and viagra online 8 years IQR 9
generic 5mg cialis best price The ChIP seq analyses were performed using ChiLin, a ChIP seq pipeline developed at Center for Functional Cancer Epigenomics CFCE, Dana Farber Cancer Institute DFCI
buy generic propecia online Although there have been many advancements in infertility treatment, the cost can be a concern for those without insurance coverage