Servers  

How to Install IIS Web Server on VM (Windows Server)

How to Install IIS Web Server on VM

IIS stands for Internet Information Services. It is a web server from Microsoft. IIS is used to host websites and web applications on a Windows Server. In this guide, we will install IIS on VM using Server Manager.

Step 1: Open Server Manager

  1. First, log in to the VM server with an administrator account.

  2. Open Server Manager from the Start menu. Server Manager is used to manage the Windows Server and install different server roles and features.

2026-08-24_23h02_49

Step 2: Add Roles and Features

  1. In Server Manager, click Manage at the top.

  2. Select Add Roles and Features from the menu.

2026-08-24_23h04_45
  1. The Add Roles and Features Wizard will open. Click Next to continue.

2026-08-24_23h06_35

Step 3: Select Installation Type

  1. On the Installation Type page, keep the default option Role-based or feature-based installation selected.

  2. This option allows us to install a server role such as IIS.

  3. Click Next.

2026-08-24_23h07_31

Step 4: Select the Server

  1. On the Server Selection page, select VM Server from the server list.

2026-08-24_23h09_18

Step 5: Select Web Server (IIS)

  1. On the Server Roles page, find Web Server (IIS).

  2. Select the checkbox next to Web Server (IIS).

  3. A small popup window will appear. This window shows the features needed for IIS.

  4. Click Add Features.

  5. Then click Next.

2026-08-24_23h11_20
  1. Keep default and Click Next to continue.

2026-08-24_23h13_13
  1. Click Next to continue.

2026-08-24_23h14_01
  1. Make sure all required Role service selected

  2. Then Click Next to continue.

Step 6: Continue with the Installation

The wizard will show the Features and IIS configuration pages.

For a basic IIS installation, we can keep the default settings.

Click Next through the remaining pages until you reach the Confirmation page.

2026-08-24_23h14_54

Step 7: Install IIS

  1. On the Confirmation page, check the selected options.

  2. Make sure Web Server (IIS) is selected.

  3. Click Install to start the installation.

  4. Wait for the installation to finish. The installation may take a few minutes.

  5. When the installation is complete, click Close.

2026-08-24_23h16_27

Step 8: Check IIS

After installing IIS, we can check if it is working correctly.

Open a web browser on VM Server

Enter the following address:

http://localhost

Press Enter.

If IIS is installed correctly, the IIS Welcome page will appear. This means the IIS web server is running successfully.

2026-08-24_23h28_13

Step 9: Open IIS Manager

  • We can use IIS Manager to manage the web server.

  • Open Server Manager.

  • Click Tools.

  • Select Internet Information Services (IIS) Manager.

  • IIS Manager will open.

  • From IIS Manager, you can create and manage websites and web applications.

2026-08-24_23h27_01

Conclusion

IIS Web Server is now installed on VM The server can now be used to host websites and web applications. We can use IIS Manager to configure and manage the websites.

The next useful step is to create a simple test website in IIS and check that it can be opened in a web browser.