# Can't install DevKinsta on Windows

**URL:** https://community.kinsta.com/t/cant-install-devkinsta-on-windows/4656
**Category:** Installation
**Created:** [January 7, 2025, 9:18am UTC](https://community.kinsta.com/t/cant-install-devkinsta-on-windows/4656 "2025-01-07T09:18:05Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![quentin.l](https://avatars.discourse-cdn.com/v4/letter/q/c89c15/32.png) [@quentin.l](https://community.kinsta.com/u/quentin.l)
#### Post date: [January 7, 2025, 9:18am UTC](https://community.kinsta.com/t/cant-install-devkinsta-on-windows/4656/1 "2025-01-07T09:18:05Z")

</div>

Hi everyone, I hope you are doing well. I’ve been trying to install DevKinsta on Windows for the past several days but without success. Sounds like it’s not creating any files, while I’ve launched the installer with admin rights.

Version 10.0.22631 Build 22631  
Microsoft Windows 11 Family  
PC x64  
I’ve got an antivirus but nothing is triggered during the installation. Virtualization is enabled. I’m probably missing something.

 ![Capture d’écran 2025-01-07 100751](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/4/4c831a556c0f74140cb9ac2e7f134388cdf84db4.png)

Thank you if anyone has some tips to solve this 🙂

---

<div class="post-metadata">

### Author: ![Adrian\_L](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/adrian_l/32/2810_2.png) [@Adrian\_L](https://community.kinsta.com/u/Adrian_L)
#### Post date: [January 8, 2025, 4:56am UTC](https://community.kinsta.com/t/cant-install-devkinsta-on-windows/4656/3 "2025-01-08T04:56:48Z")

</div>

Hi @quentin.l 👋

Welcome to the Kinsta Community!

I’m sorry to hear you’re experiencing these issues. Unfortunately, Hyper-V is not available in the Microsoft Windows 11 Home/Family edition. You will need to install Devkinsta using WSL instead. Additionally, please note that Docker Desktop version 4.30 or higher has known incompatibility issues with Devkinsta running through WSL. I recommend uninstalling your current version of Docker Desktop and installing this old version, 4.25.1, instead, using the following link: [https://desktop.docker.com/win/main/amd64/128006/Docker%20Desktop%20Installer.exe](https://desktop.docker.com/win/main/amd64/128006/Docker%20Desktop%20Installer.exe).

Let me know how it goes!

---

<div class="post-metadata">

### Author: ![Roger\_Undseth](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/roger_undseth/32/4536_2.png) [@Roger\_Undseth](https://community.kinsta.com/u/Roger_Undseth)
#### Post date: [March 10, 2025, 9:21pm UTC](https://community.kinsta.com/t/cant-install-devkinsta-on-windows/4656/4 "2025-03-10T21:21:25Z")

</div>

Hey all.  
Had problems installing DevKinsta on Win11 Pro Insider Preview Beta Channel.  
The install file came up blocked and got UAC message: “This app has been blocked for your protection”  
Installed Docker Desktop (latest version) and disabled “Use the WSL 2 based engine” under General settings.  
Found an old DevKinsta installer from december 2022 and started it and it ran properly. Got a message during installation that an update was available and ran that one to without problem.  
Next step was changing properties on the hosts file in C:\Windows\System32\drivers\etc  
allowing system and admin to modify the file.  
Installed an instance of WP through DevKinsta (takes a little time to finish) and now it works with a few kinks I need to figure out like running the site with https and ftp access.

If anyone can help with https and ftp please point me in the right direction.

---

<div class="post-metadata">

### Author: ![Adrian\_L](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/adrian_l/32/2810_2.png) [@Adrian\_L](https://community.kinsta.com/u/Adrian_L)
#### Post date: [March 11, 2025, 4:51am UTC](https://community.kinsta.com/t/cant-install-devkinsta-on-windows/4656/5 "2025-03-11T04:51:26Z")

</div>

Hi @Roger_Undseth,

Welcome to the Kinsta Community!

DevKinsta does not have a built-in FTP feature. However, you can easily access your WordPress files by navigating to the local site information in the app. Click on the SITE PATH value, and you’ll be able to edit and manage your files from there. (see example screenshot)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/kinsta/original/2X/d/de8d4c7f233ca7a10d33c380956f3a0cf0e60481.png)

Regarding HTTPS, Devkinsta automatically provides a self-signed SSL certificate when you create local sites through the app. If your local domain is still using HTTP, you can log in to the Docker container via SSH and use WP CLI commands to perform a search and replace.

> **[DevKinsta - WP-CLI - Kinsta® Docs](https://kinsta.com/docs/devkinsta/wp-cli/)**
>
> WP-CLI is the command-line interface for WordPress. Find out how to update plugins, configure multisite installations & much more, without a web browser.

Let us know if you have additional questions or clarification.

Cheers!

---

<div class="post-metadata">

### Author: ![Roger\_Undseth](https://sea2.discourse-cdn.com/flex020/user_avatar/community.kinsta.com/roger_undseth/32/4536_2.png) [@Roger\_Undseth](https://community.kinsta.com/u/Roger_Undseth)
#### Post date: [March 11, 2025, 8:27am UTC](https://community.kinsta.com/t/cant-install-devkinsta-on-windows/4656/6 "2025-03-11T08:27:04Z")

</div>

Instead of going through the rather tedious way of changing things via WP-CLI (wich I am not at all proficient with) i added a new “custom site” and added the HTTPS in the setup rather than changing it after the site is created.  
Works flawlessly.
