Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

How to install WSL on Windows Server

Posted on 26/04/202007/09/2026 IT Expert By IT Expert No Comments on How to install WSL on Windows Server
  1. Home
  2. Windows Server
  3. How to install WSL on Windows Server
Screenshot showing the title 'How to install the Linux Subsystem (WSL)' in white text on a black background, with 'Linux_' in green text at the bottom, and a Windows desktop background.

Windows Subsystem for Linux (WSL) is a complete operating system that you can enable on Windows Server and also on Windows 10 devices. Previously, “WSL” was originally known as the “Bash on Windows” feature and it allowed users to use Ubuntu bash commands in Windows PowerShell. Please see how to set up Windows Server 2019, How to install Windows Subsystem for Linux on Windows 11 via the Command line, and Microsoft Store, and how to perform Post OS Installation: Configure Windows Server 2019 Properties.

For more on WSL, see the following link. WSL has been available for Windows 10 since 2017, and starting from Server 2016 version 1803 (released April 30, 2018), WSL can now be installed on WSL.

How does Windows Subsystem for Linux (WSL) work?

WSL translates the Linux system calls returned by the process to the Windows kernel calls while a Linux Distro sits on top. It is thus eliminating the need for the Linux kernel in the process. So basically, it is Linux inside Windows. Furthermore, there is no emulation involved whatsoever.

To see how this is done on Windows 10, see the following link. In this Windows Server, below are the following ways to install the Windows Subsystem for Linux.

  • Server Manager (Windows Features).
  • Via PowerShell.

Via Server Manager

We can install WSL using the Server Manager. To do this, bring up the Server Manager as shown below and Click on Manage

Server Manager

Next, select Add roles or features,

Add Roles and Features

Select Role-based or feature-based installation as shown below. Click on Next

Select Role-based or Feature-based installation

– Select your local server

Note: If you have many servers in the pool, ensure the right server is selected, and then click on next.
– Click Next, this will open the “Select Server roles” page.

Note: WSL is not a role, therefore we have no business with this page, skip it by click on Next 🙂

On the Select features page, select Windows Subsystem for Linux as shown below and, then click on Next.

Select Windows Subsystem for Linux

Finally, on the confirmation page, click on Install.

Note: You will have to restart. In order to ensure Windows does this automatically, select “Restart the destination server automatically if required”.

Select restart and proceed to click on install

The installation will run and you can now close the window if you wish.

Installation in progress

After installation is complete, the server will restart automatically and WSL will be available. This reboot ensures that WSL can initiate a trusted execution environment.

Next, open a command prompt and enter on the terminal “WSL”. You will get the following information, “WSL was working but no Linux distributions were installed”.

It instructed me to go to https://aka.ms/wslstore as shown below. This message seems to be an error as this URL does not work.

No Linux Distro was installed

To get this work, I was able to enter https://aka.ms/wsl-ubuntu-1604 on my Web browser and download Ubuntu for WSL as shown below.

Download Ubuntu for WSL

For other distros, see the links below. You do not need administrative privileges to install the distribution because this takes place in the user's profile. The download links are:

  • Ubuntu 18.04: https://aka.ms/wsl-ubuntu-1804
  • Ubuntu 16.04: https://aka.ms/wsl-ubuntu-1604
  • Debian GNU/Linux: https://aka.ms/wsl-debian-gnulinux
  • Kali Linux: https://aka.ms/wsl-kali-linux
  • Ubuntu 18.04 ARM: https://aka.ms/wsl-ubuntu-1804-arm
  • OpenSUSE: https://aka.ms/wsl-opensuse-42
  • SLES: https://aka.ms/wsl-sles-12

Next, Extract the downloaded distro as shown below

Extract the downloaded distro

Open up the extracted folder and double click ubuntu as shown below.

Double Click on Ubuntu

This will install Ubuntu on your device as shown below

Ubuntu is currently installing

This will take few minutes to install and you will get prompted to enter a user and set the user’s password as shown below.

set user name and password

Now that the installation and configuration is complete, you can now start by entering "WSL" on the command prompt (terminal) and use the WSL bash shell to perform various functions

enter the wsl command

That is all you needs to have WSL running on your server.

Via PowerShell

With this, the above steps can be ignored. Before you can run Linux distros on Windows, you must enable the “Windows Subsystem for Linux” optional feature and reboot. Open PowerShell as Administrator and run the syntax (commands) below.

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
open Powershell and run the syntax command

Restart your server when prompted. This reboot is required in order to ensure that WSL can initiate a trusted execution environment.

Click on Yes

Install the Linux Distro of your choice

You will have to download a Linux distro. This steps has been discussed in the steps above. Download the Linux distro as discussed above.
– To extract the distro package, you can use PowerShell as shown below you do not have 7Zip or others installed on your Server.

Rename-Item .\Ubuntu.appx .\Ubuntu.zip
Expand-Archive .\Ubuntu.zip .\Ubuntu

Because I have demonstrated this above, I will have to stop here. for more steps on how this can be done, see the following link.

I hope this blog post on how to install WSL on Windows was helpful. If you need additional information on the following steps explained above, kindly leave a comment below.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Windows Server Tags:Microsoft Windows, Ubuntu, Windows 10, Windows Subsystem for Linux

Post navigation

Previous Post: Task Kill vs Stop Process: How to search for a service PID
Next Post: How to clone a Windows Server running on VirtualBox

Related Posts

  • windows 10 desktop 1
    Active Directory Forest – Trees and Domain and Sites Windows Server
  • sdfgh 1
    How to fix “Unable to Sign In: Domain Not Available” Windows Server
  • banner 1
    How to fix Windows Microsoft Store not opening Windows
  • screenshot 2020 03 13 at 20.24.17
    How to install Cygwin packages from the command line Windows Server
  • Slide1
    Enable Exploit Protection feature on Windows using the Windows Security App, Microsoft Endpoint Configuration Manager, and Group Policy Windows
  • system
    How to fix the system cannot find the file specified when adding LP, LIP, and FoD packages to Windows Images Windows Server

More Related Articles

windows 10 desktop 1 Active Directory Forest – Trees and Domain and Sites Windows Server
sdfgh 1 How to fix “Unable to Sign In: Domain Not Available” Windows Server
banner 1 How to fix Windows Microsoft Store not opening Windows
screenshot 2020 03 13 at 20.24.17 How to install Cygwin packages from the command line Windows Server
Slide1 Enable Exploit Protection feature on Windows using the Windows Security App, Microsoft Endpoint Configuration Manager, and Group Policy Windows
system How to fix the system cannot find the file specified when adding LP, LIP, and FoD packages to Windows Images Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • remote desktop version and protocol
    Determine the Remote Desktop Client Version Windows
  • Feature image Wakeonlan
    How to download and use the NirSorf WakeonLan tool Network | Monitoring
  • drivelock 1280x720 1
    The server could not be reached or validated: Timeout expired. The Time out expired prior to obtaining a connection from the pool Security | Vulnerability Scans and Assessment
  • template 1
    Install Group Policy Templates for Microsoft Edge and Google Chrome browsers on Windows Windows
  • maxresdefault
    How to join a computer to the Domain Windows Server
  • xxxxxx 1
    Have the taskbar appear on one or both displays in Windows Windows
  • sid5
    How to Find Security Identifier on Windows [Part 2] Windows
  • 1 WeXxkEX0JG3oB781HD8Hrg 3
    Fix Access denied to the hard drive, and the security tab missing under properties Windows Server

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.