Skip to main content

VMware: How to Install an ESXi Server

In this post, we’ll see step-by-step how to install the VMware ESXi Hypervisor… but what is a hypervisor?

A hypervisor is software that allows a server to allocate resources to different virtual machines hosted on it by using shared resources, such as memory and processing power.

Generally, we can find two types of hypervisors.

Type 1 hypervisors are those that are installed directly on the computer, while Type 2 hypervisors are those that are hosted within another operating system, such as Microsoft Hyper-V, VirtualBox, VMware Workstation, and others.

alt text

You can access the following link: VMware vSphere Hypervisor (ESXi) 6.7 Download Page to download the ISO. You’ll need to create an account, but it’s quite simple. Keep in mind that there are certain limitations with this hypervisor if you don’t have a license.

  • This software is completely free and can be used with the free license that VMware generates when you create your account and download it.

  • There is no support for the free version, but there is a large community within the VMware Communities forums.

  • Some API features are not enabled. * The maximum number of hosts is 480.

  • The maximum number of vCPUs per virtual machine is 8.

  • The maximum number of CPUs on the ESXi server is 2.

  • The maximum amount of RAM is 12TB.

  • Cannot be joined to vCenter or a cluster.

With that said, let’s proceed with the hypervisor installation.

Boot from the downloaded ISO.

alt text

Wait for the installer to load.

alt text

alt text

Press Enter to continue with the installer.

alt text

Accept the license agreement.

alt text

Select the storage and press Enter.

alt text

Select the keyboard layout and press Enter.

alt text

Select a password, confirm it again, and press Enter.

alt text

Note: If you encounter an error like the following, you must enable hardware virtualization in your computer’s BIOS.

alt text

If everything is correct, press F11 to begin the installation.

alt text

Wait for it to finish; this process may take about 5 minutes.

alt text

Once the installation is complete, remove the installation media and press Enter to restart.

alt text

alt text

Once the server restarts, you will be able to see the server’s information, such as CPU, RAM, and IP addresses. To configure a static IP address, press F2 to access the configuration.

alt text

This process requires you to enter the password that was previously configured.

alt text

Go to Configure Management Network.

alt text

Go to IPv4 Configuration.

alt text

Select the third option to configure the desired static IP address and press Enter.

alt text

To configure DNS, select DNS Configuration.

alt text

Select the marked option to choose the desired DNS servers, enter the primary and secondary DNS servers (if applicable), as well as the hostname, and press Enter.

alt text

When you try to exit the network configuration, you will be prompted to restart the network for the changes to take effect. Press Y to apply.

alt text

Once the IP address, DNS, and hostname configuration is complete, enter the IP address in your browser and log in.

alt text

Upon logging in, you will be asked if you want to participate in the Customer Experience Improvement Program. If you wish to participate, select the checkbox and press OK.

alt text

Done! You have completed the VMware Hypervisor installation.

alt text

In this post you’ve learned what a hypervisor is, the two types that exist, and how to perform a clean installation of ESXi. I hope it has helped you.