Skip to content

Installing Hyper-V

Tutorial aimed to demonstrate the procedure to install Microsoft’s virtualization system, Hyper-V, on a Windows server.

Hyper-V is Microsoft’s server virtualization environment and is part of current Windows versions available on the market. For workstations it is available starting from version 8 (64-bit) and for servers it is available starting from version 2008 Server (64-bit).

Enable virtualization in the computer BIOS

Section titled “Enable virtualization in the computer BIOS”

Hyper-V requires that the hardware where Windows is installed supports virtualization to work. This feature may be disabled on some computers. To enable it restart the machine, enter its BIOS (usually through the F1 or Delete keys) and enable the option for processor virtualization as in the examples below:

image-1645207744580.png

image-1645207728181.png

Save the changes and restart the computer.

Logged in with Administrator permissions on Windows, run the program below:

Terminal window
appwiz.cpl

The Programs and Features management screen will open.

image-1645209739713.png

  • Click the “Turn Windows features on or off” option

image-1645209850340.png

  • Check the “Hyper-V” option and all its subitems.
  • Click the Ok button.

image-1645209878625.png

  • Click the “Restart now” button.

After restarting Windows Hyper-V will be available.

When Hyper-V is installed a new network interface called vEthernet is created as shown below:

image-1645210125370.png

To create an interface with external access, run the program below:

Terminal window
virtmgmt.msc

The Hyper-V management system will open. Follow the steps below:

image-1645210155993.png

  • In the Actions menu, click “Virtual Switch Manager”.

image-1645210186805.png

  • Click the “New virtual network switch” option;
  • Select the “External” option;
  • Click the “Create Virtual Switch” button.

image-1645210218328.png

  • Enter a name for the new switch;
  • In “Connection type” select the “External network” option and the network adapter for your switch;
  • Click the “OK” button to create the switch.

From now on a new network interface will be available on your computer. If necessary, configure the IP addresses for this new interface.

image-1645210258565.png

Want to install Monsta on a Linux server? Use our Installation Manual.