Uplivra

Home › Install guides › Deploy the virtual appliance

Install guide · VMware, Hyper-V, Proxmox

Deploy the virtual appliance

Import Uplivra as a ready-made, hardened Ubuntu virtual machine, in the standalone or MSP edition, and answer the setup questions on first boot. No Linux knowledge needed.

Uplivra Technologies LLC · Guide for Uplivra 26.10 · Updated 25 September 2026 · Latest version: https://uplivra.com/guides/appliance.html

Download this guide as a PDF

Which edition and format

EditionChoose it if
StandaloneYou're a business monitoring your own network. It can be a server, collector, log collector or both
MSPYou're a managed service provider. Adds the router software for MSP master collectors and router mode
Your platformDownload
VMware vSphere, ESXi, Workstation, Fusion.ova
Microsoft Hyper-V.vhdx (Generation 2 VM)
Proxmox, KVM, Nutanix.qcow2
Physical server or anything else.iso installer

Download from the customer portal's Downloads page.

Virtual hardware

RolevCPUMemoryDisk
Server with collector (up to 250 devices)48 GB100 GB
Collector (up to 500 devices)2–44–8 GB64 GB
Log collector48–16 GB64 GB system disk plus a separate log disk (see the log collector guide)
MSP master collector8–1616–32 GB250–500 GB
MSP router8 (with AES-NI)16 GB64–128 GB, 2–4 network adapters

Import it

VMware vSphere or ESXi

  1. In the vSphere Client, right-click your host or cluster › Deploy OVF Template.
  2. Choose Local file and select the .ova. Click Next through the name, location and resource pages.
  3. Accept the license (it's the Uplivra terms of service; you accept them again during setup).
  4. Pick a datastore and Thin provision, and the network the appliance should use.
  5. Before powering on, Edit settings to set CPU, memory and disk size from the table above. For a log collector, add a second hard disk.

Microsoft Hyper-V

  1. Copy the .vhdx to where you keep VM disks.
  2. In Hyper-V Manager: New › Virtual Machine, Generation 2, memory from the table, your virtual switch, and Use an existing virtual hard disk pointing at the .vhdx.
  3. In the VM's Settings › Security, set the Secure Boot template to Microsoft UEFI Certificate Authority.
  4. Set the processor count, and expand the disk if needed (Edit Disk).

Proxmox

  1. Create a VM with no disk (OS: Do not use any media), CPU type host, network model VirtIO.
  2. Copy the .qcow2 to the Proxmox host and import it:
qm importdisk 120 uplivra-standalone-26.10.1.qcow2 local-lvm

(Replace 120 with your VM's ID.) In the VM's Hardware, attach the unused disk, and under Options › Boot order put it first.

First boot

Start the VM and open its console. Uplivra's setup starts by itself and asks the same questions as the server guide, plus a few for the appliance:

QuestionAnswer
Terms of serviceType I agree
What should this computer be?Server, collector, log collector, both, or (MSP edition) MSP master collector or router
NetworkThe appliance asks for its address, gateway and DNS. A fixed address is recommended
Appliance administrator passwordFor the uplivra-admin account on the console. At least 12 characters. Keep it safe
Allow SSH?no unless you need remote command-line access
Networks allowed to manage this applianceYour admin network, for example 10.0.0.0/24. Enter for any. Also limits the collector's status page
Port for the collector's status pageCollector roles: Enter for 8444, or 0 for off; then its password
Ubuntu Pro tokenOptional: extended security maintenance from Canonical. Enter to skip
Security updates automaticallyyes

When it finishes, a server appliance shows the address to open in your browser; a collector appliance confirms it has connected.

What's already secured

  • Ubuntu LTS hardened to CIS Level 1: root can't sign in, strong passwords with lockout, AppArmor enforcing, audit logging, no unused services.
  • SSH is off unless you turn it on; the host firewall is closed except the ports the chosen role needs.
  • A legal warning banner at sign-in.
  • Operating system updates are managed by Uplivra: the appliance installs Ubuntu updates only up to the version Uplivra has tested with this release, every night. Ubuntu's own security updates keep running as a safety net.

Changing settings later

Sign in on the console as uplivra-admin and run:

sudo uplivra setup

Troubleshooting

What you seeWhat to do
Setup stopped or didn't finishRestart the VM: setup runs again on every boot until it completes
No network adapters foundAdd a network adapter to the VM (VMXNET3 or VirtIO) and reboot
Hyper-V says "No operating system was loaded"Set Secure Boot to Microsoft UEFI Certificate Authority, or turn Secure Boot off