BackupHyper-VNAKIVOVirtualization

How to install Nakivo on Hyper-V

How to install Nakivo on Hyper-V

To install Nakivo on Hyper-V, you can choose either the supported Windows or Linux platforms based on your business requirements.

Installing Nakivo on a Linux-based virtual machine (Ubuntu Server 24.04 LTS in this example) allows you to save a Windows license, as the product provides the same features.

Create a new Virtual Machine

Login to your Hyper-V node and open the Hyper-V Manager. Right click the node name and select New > Virtual Machine.

How to install Nakivo on Hyper-V

Click Next.

How to install Nakivo on Hyper-V

Type the virtual machine Name and click Next.

How to install Nakivo on Hyper-V

Select Generation 2 as the machine generation type.

How to install Nakivo on Hyper-V

Specify the Startup memory and click Next.

How to install Nakivo on Hyper-V

Select the Connection to use for the virtual machine and click Next.

How to install Nakivo on Hyper-V

Select Create a virtual disk and specify the desired Size. Modify the Name and Location if needed then click Next.

How to install Nakivo on Hyper-V

Select Install an operating system from a bootable CD/DVD-ROM option, click Browse, and select the desired Image file (.iso). Click Next.

How to install Nakivo on Hyper-V

Click Finish.

How to install Nakivo on Hyper-V

The VM is being created.

How to install Nakivo on Hyper-V

Configure VM settings

Right click the newly created VM and select Settings.

How to install Nakivo on Hyper-V

In the Firmware section, ensure the DVD Drive is at the top of the boot order list.

How to install Nakivo on Hyper-V

In the Security section, click Enable Secure Boot and select Microsoft UEFI Certificate Authority as the Template.

How to install Nakivo on Hyper-V

In the Processor section, specify the Number of virtual processors to assign to the machine.

How to install Nakivo on Hyper-V

If the configured network uses VLANs, go to the Network Adapter section, thick Enable virtual LAN identification option and specify the VLAN ID. Click OK to apply the configuration.

How to install Nakivo on Hyper-V

Install the Linux OS

Power on the VM by right clicking it and selecting Start.

How to install Nakivo on Hyper-V

Right click the VM and select Connect to open the VM console.

How to install Nakivo on Hyper-V

The Ubuntu installation wizard will appear. Follow the prompts to complete the OS installation.

How to install Nakivo on Hyper-V

When the OS installation is complete, click Reboot Now.

How to install Nakivo on Hyper-V

After the reboot, SSH the Linux VM and ensure all available updates are installed.

# sudo apt update && sudo apt upgrade
How to install Nakivo on Hyper-V

Install Hyper-V Integration Services

To improve performance and functionality, virtual machines running on Hyper-V require Hyper-V Integration Services to be installed.

Integration Services are built into modern versions of Ubuntu Server (since 12.04) and are typically enabled automatically. If needed, you can enable them via Hyper-V Manager.

How to install Nakivo on Hyper-V

Install Nakivo on Hyper-V

SSH the newly created virtual machine to proceed with the installation of Nakivo Backup & Replication.

Install the required packages

Nakivo requires the installation of some packages on Linux.

# sudo apt install cifs-utils open-iscsi ntfs-3g tar
How to install Nakivo on Hyper-V

How to install Nakivo on Hyper-V

 Paolo Valsecchi  22/12/2025  No Comments Reading Time: 5–6 minutes

how-to-install-nakivo-on-hyper-v-01

To install Nakivo on Hyper-V, you can choose either the supported Windows or Linux platforms based on your business requirements.

Installing Nakivo on a Linux-based virtual machine (Ubuntu Server 24.04 LTS in this example) allows you to save a Windows license, as the product provides the same features.

Create a new Virtual Machine

Login to your Hyper-V node and open the Hyper-V Manager. Right click the node name and select New > Virtual Machine.

Click Next.

Type the virtual machine Name and click Next.

Select Generation 2 as the machine generation type.

Specify the Startup memory and click Next.

Select the Connection to use for the virtual machine and click Next.

Select Create a virtual disk and specify the desired Size. Modify the Name and Location if needed then click Next.

Select Install an operating system from a bootable CD/DVD-ROM option, click Browse, and select the desired Image file (.iso). Click Next.

Click Finish.

The VM is being created.

Configure VM settings

Right click the newly created VM and select Settings.

In the Firmware section, ensure the DVD Drive is at the top of the boot order list.

In the Security section, click Enable Secure Boot and select Microsoft UEFI Certificate Authority as the Template.

In the Processor section, specify the Number of virtual processors to assign to the machine.

If the configured network uses VLANs, go to the Network Adapter section, thick Enable virtual LAN identification option and specify the VLAN ID. Click OK to apply the configuration.

Install the Linux OS

Power on the VM by right clicking it and selecting Start.

Right click the VM and select Connect to open the VM console.

The Ubuntu installation wizard will appear. Follow the prompts to complete the OS installation.

When the OS installation is complete, click Reboot Now.

After the reboot, SSH the Linux VM and ensure all available updates are installed.

# sudo apt update && sudo apt upgrade

Install Hyper-V Integration Services

To improve performance and functionality, virtual machines running on Hyper-V require Hyper-V Integration Services to be installed.

Integration Services are built into modern versions of Ubuntu Server (since 12.04) and are typically enabled automatically. If needed, you can enable them via Hyper-V Manager.

Install Nakivo on Hyper-V

SSH the newly created virtual machine to proceed with the installation of Nakivo Backup & Replication.

Install the required packages

Nakivo requires the installation of some packages on Linux.

# sudo apt install cifs-utils open-iscsi ntfs-3g tar

install nakivo on hyper-v 22

Install the software

Download the Nakivo installer file using the wget command. The installer will be downloaded to the /tmp folder.

# cd /tmp
# wget https://d111xps0uy3x00.cloudfront.net/res/product/NAKIVO_Backup_Replication_v11.1.0.98634_Installer-TRIAL.sh

How to install Nakivo on Hyper-V

Make the file executable.

# chmod +x NAKIVO_Backup_Replication_v11.1.0.98634_Installer-TRIAL.sh
How to install Nakivo on Hyper-V

Run the installer. Select the installer language and press Enter.

# sudo ./NAKIVO_Backup_Replication_v11.1.0.98634_Installer-TRIAL.sh
How to install Nakivo on Hyper-V

Press the key D on your keyboard until you reach the end of the EULA.

How to install Nakivo on Hyper-V

Type 1 then Enter to accept the EULA.

How to install Nakivo on Hyper-V

Select the Nakivo component to install (1 in the example).

How to install Nakivo on Hyper-V

How to install Nakivo on Hyper-V

 Paolo Valsecchi  22/12/2025  No Comments Reading Time: 5–6 minutes

how-to-install-nakivo-on-hyper-v-01

To install Nakivo on Hyper-V, you can choose either the supported Windows or Linux platforms based on your business requirements.

Installing Nakivo on a Linux-based virtual machine (Ubuntu Server 24.04 LTS in this example) allows you to save a Windows license, as the product provides the same features.

Create a new Virtual Machine

Login to your Hyper-V node and open the Hyper-V Manager. Right click the node name and select New > Virtual Machine.

Click Next.

Type the virtual machine Name and click Next.

Select Generation 2 as the machine generation type.

Specify the Startup memory and click Next.

Select the Connection to use for the virtual machine and click Next.

Select Create a virtual disk and specify the desired Size. Modify the Name and Location if needed then click Next.

Select Install an operating system from a bootable CD/DVD-ROM option, click Browse, and select the desired Image file (.iso). Click Next.

Click Finish.

The VM is being created.

Configure VM settings

Right click the newly created VM and select Settings.

In the Firmware section, ensure the DVD Drive is at the top of the boot order list.

In the Security section, click Enable Secure Boot and select Microsoft UEFI Certificate Authority as the Template.

In the Processor section, specify the Number of virtual processors to assign to the machine.

If the configured network uses VLANs, go to the Network Adapter section, thick Enable virtual LAN identification option and specify the VLAN ID. Click OK to apply the configuration.

Install the Linux OS

Power on the VM by right clicking it and selecting Start.

Right click the VM and select Connect to open the VM console.

The Ubuntu installation wizard will appear. Follow the prompts to complete the OS installation.

When the OS installation is complete, click Reboot Now.

After the reboot, SSH the Linux VM and ensure all available updates are installed.

# sudo apt update && sudo apt upgrade

Install Hyper-V Integration Services

To improve performance and functionality, virtual machines running on Hyper-V require Hyper-V Integration Services to be installed.

Integration Services are built into modern versions of Ubuntu Server (since 12.04) and are typically enabled automatically. If needed, you can enable them via Hyper-V Manager.

Install Nakivo on Hyper-V

SSH the newly created virtual machine to proceed with the installation of Nakivo Backup & Replication.

Install the required packages

Nakivo requires the installation of some packages on Linux.

# sudo apt install cifs-utils open-iscsi ntfs-3g tar

install nakivo on hyper-v 22

Install the software

Download the Nakivo installer file using the wget command. The installer will be downloaded to the /tmp folder.

# cd /tmp
# wget https://d111xps0uy3x00.cloudfront.net/res/product/NAKIVO_Backup_Replication_v11.1.0.98634_Installer-TRIAL.sh

install nakivo on hyper-v 23

Make the file executable.

# chmod +x NAKIVO_Backup_Replication_v11.1.0.98634_Installer-TRIAL.sh

install nakivo on hyper-v 24

Run the installer. Select the installer language and press Enter.

# sudo ./NAKIVO_Backup_Replication_v11.1.0.98634_Installer-TRIAL.sh

install nakivo on hyper-v 25

Press the key D on your keyboard until you reach the end of the EULA.

install nakivo on hyper-v 26

Type 1 then Enter to accept the EULA.

install nakivo on hyper-v 27

Select the Nakivo component to install (1 in the example).

install nakivo on hyper-v 28

The next step to install Nakivo on Hyper-V is to configure the Director settings. Unless you have specific requirements, the default values are appropriate for most environments.

  • Leave the default install location (/opt/nakivo) – press Enter
  • No custom certificates will be used – press Enter
  • Type 1 to use a self-signed certificate – press Enter
  • Leave the default HTTPS port (4443) – press Enter
  • Type 1 to allow the automatic upload of support bundles – press Enter
  • Leave the default Transporter port (9446) – press Enter
  • Leave the  default data transfer port range (9448-10000) – press Enter
  • Leave the default Backup repository (/opt/nakivo/repository) – press Enter
How to install Nakivo on Hyper-V

Once installation completes, open a browser and navigate to https://<IP_Server_Nakivo>:4443 to access the login page. The first time you access Nakivo you will be asked to create an administrative account. Click Create Account when done.

How to install Nakivo on Hyper-V

Configure Nakivo environment

Once you have logged into Nakivo, you must configure the platform you want to protect. In the Inventory area, click the + (plus) icon to add the environment to backup.

How to install Nakivo on Hyper-V

Select Virtual and click Next.

How to install Nakivo on Hyper-V

Since we want to protect VMs running on Hyper-V, choose Microsoft Hyper-V host or cluster then click Next.

How to install Nakivo on Hyper-V

Enter the required configuration settings. For security best practices, use a dedicated service account (not the Administrator account) to link the Hyper-V cluster.

How to install Nakivo on Hyper-V

Create a custom service account

Create a Domain Account in Active Directory with a strong password. Add this account to the Local Administrator group on each Hyper-V cluster node.

How to install Nakivo on Hyper-V

It is possible that when attempting to add the Hyper-V cluster to Nakivo, you may receive an error similar to the one shown below.

How to install Nakivo on Hyper-V

Here are several potential causes for an error at this stage. Recommended troubleshooting steps include the following.

  • The service account is not Built-In Administrator.
  • Port 5986 is not open on the Hyper-V nodes.
  • The hostname cannot be resolved by DNS.

The service account is not Built-In Administrator

On each Hyper-V node, add the following registry key:

Key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
Value name: LocalAccountTokenFilterPolicy
Type: REG_DWORD (32-bit)
Value data: 1

Open the Registry Editor and navigate to the key path. Right click System and select New > DWORD (32-bit) Value.

How to install Nakivo on Hyper-V

Name the key as LocalAccountTokenFilterPolicy and set the Value data to 1.

How to install Nakivo on Hyper-V

Put the node in Pause then reboot.

How to install Nakivo on Hyper-V

Port 5986 is not open on Hyper-V nodes

Verify the current status of the WinRM listener on each Hyper-V node.

PS C:\> winrm enumerate winrm/config/listener
How to install Nakivo on Hyper-V

If port 5986 is not listed, you must enable WinRM over HTTPS. First, generate a self-signed certificate on each node.

PS C:\> $NewCert = New-SelfSignedCertificate -DnsName "HOSTNAME" -CertStoreLocation Cert:\LocalMachine\My -NotAfter (Get-Date).AddYears(10)
How to install Nakivo on Hyper-V

You can verify the certificate in the Certificate Manager (certlm.msc) under Personal > Certificates.

How to install Nakivo on Hyper-V

Enable the WinRM listener on port 5986 using the certificate’s thumbprint.

PS C:\> $Thumbprint = $NewCert.Thumbprint
PS C:\> winrm create winrm/config/listener?Address=*+Transport=HTTPS "@{Hostname=`"HOSTNAME`"; CertificateThumbprint=`"$Thumbprint`"}"
How to install Nakivo on Hyper-V

Verify the listener is active by running the check again. Now port 5986 should now appear.

PS C:\> winrm enumerate winrm/config/listener
How to install Nakivo on Hyper-V

From the Nakivo Linux VM, test connectivity to the Hyper-V node on port 5986.

# nc -vz SERVER IP_ADDRESS 5986
How to install Nakivo on Hyper-V

Check if DNS can resolve hostnames

Use the ping command to verify DNS resolution from the Nakivo server.

# ping HOSTNAME_FQDN

Add Hyper-V to the Nakivo Inventory

Return to the Nakivo console, enter the service account credentials, and click Finish. If the Hyper-V cluster fails to add when using its cluster IP or DNS name, try using the IP address or DNS name of an individual node instead.

How to install Nakivo on Hyper-V

The Hyper-V cluster is being added to the Inventory.

How to install Nakivo on Hyper-V

The process is completed successfully.

How to install Nakivo on Hyper-V

Add Transporters

Navigate to the Nodes section to view the configured Transporters. Note that Transporters are automatically installed on all Hyper-V nodes that are members of the cluster.

How to install Nakivo on Hyper-V

Add a Backup Repository

The final configuration step is to create a Backup Repository where backups will be stored. This example adds a Hardened Repository.

In the Nodes section, click the + (plus) icon and select Installed service.

How to install Nakivo on Hyper-V

Enter the Hostname or IP of the Backup Repository Transporter and assign a Node name. For security, set a Master password to secure communication with the Nakivo Server. Click Connect to verify the connection.

How to install Nakivo on Hyper-V

Click Accept to accept the Certificate Thumbprint.

How to install Nakivo on Hyper-V

A success message confirms the connection. Click Add.

How to install Nakivo on Hyper-V

The Transporter has now been successfully added to Nakivo.

How to install Nakivo on Hyper-V

Now navigate to Repositories, click the + (plus) icon and select Create new backup repository.

How to install Nakivo on Hyper-V

Select Local Folder and click Next.

How to install Nakivo on Hyper-V

Enter a Name for the repository, select the previously added Assigned Transporter and specify the correct Path to the local folder. Click Next.

How to install Nakivo on Hyper-V

Click Finish to create the Repository. Keep in mind if you enable Encryption you will lose the Immutability capability.

How to install Nakivo on Hyper-V

The new Hardened Repository has been successfully created in Nakivo.

How to install Nakivo on Hyper-V

Now the infrastructure is configured and you can proceed by creating the required Backup Jobs to protect the workloads running on the Hyper-V cluster.

Nakivo Backup & Replication is available to download as 15-day trial.

80%
Awesome
  • Design

Leave a Response

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.

Powered By
Best Wordpress Adblock Detecting Plugin | CHP Adblock