Take a Product Tour
Explore the user interface, features, and capabilities of Logmanager
Quick Start Guide
Deploy Logmanager in your virtual environment
Join our Team
Explore open job opportunities and become part of a team building meaningful technology.
Version 4.0.4 and newer · November 2025
Full documentation is available in the Logmanager docs portal.
Open product documentation
Prefer a guided session? You can schedule a call with an expert.
This quick start guide helps you deploy the Virtual Logmanager appliance on VMware ESXi / vSphere, Microsoft Hyper-V, or Proxmox VE, configure networking, and log in to the web interface for the first time.
Logmanager is available both as a hardware appliance and as a virtual machine. The currently supported virtual platforms are VMware ESXi, Microsoft Hyper-V, and Proxmox VE. Virtual Logmanager is designed to run on-premises in your datacenter.
Two different virtual images are available:
It is necessary to add an extra disk both for Virtual Logmanager and for Virtual Logmanager Forwarder. The additional disk is used for data storage / cache.
Additional disks can be added later to increase storage or cache size. Removing or shrinking an already initialized drive is not supported, so do not start with an unnecessarily large disk.
Choose your virtualization platform below. For detailed video walkthroughs, see: VMware deployment video and Hyper-V deployment video.
Step-by-step wizard
Click a step to see details and screenshots.
In the vSphere / ESXi client, right-click your cluster, host, or datastore and select Deploy OVF Template.
Browse to the Virtual Logmanager .ova file you downloaded and click Next.
Enter a meaningful virtual machine name and choose the target folder or inventory location. Click Next.
Choose the host or cluster that will run the Virtual Logmanager VM and click Next.
Review the OVF template details and confirm that the configuration matches your expectations. Then click Next.
Read and accept the license agreement, then click Next.
Choose the datastore where the virtual machine files will be stored and click Next.
Select the virtual network / port group that the VM will use and click Next.
Review the final summary and click Finish to deploy the VM.
After the VM is created, open its hardware settings and adjust vCPUs and RAM according to your desired EPS and the Hardware Requirements table.
Add an additional virtual hard disk for data storage/cache. Choose the disk size according to your license and your expected log volume.
Power on the Virtual Logmanager VM. When it boots, proceed with CLI networking configuration and the web UI login.
Click a step to follow the setup.
Copy the Logmanager.vhdx file to the desired storage location on your Hyper-V server.
Connect to the Hyper-V server and open the Hyper-V Manager console.
In the left pane, right-click the server name and choose New > Virtual Machine.
Name your server, then optionally select Store the virtual machine in a different location and specify where the VM configuration will be stored. By default it is saved under C:\ProgramData\Microsoft\Windows\Hyper-V\.
C:\ProgramData\Microsoft\Windows\Hyper-V\
On the Specify Generation screen, choose Generation 2 and continue.
In Assign Memory, configure the VM memory. Follow the Hardware Requirements and allocate at least 16 GB RAM.
On Configure Networking, select the virtual switch through which the VM will communicate.
In Connect Virtual Hard Disk, select Use an existing virtual hard disk and specify the path to the Logmanager .vhdx file. Click Next.
Check the summary of VM parameters and confirm with Finish.
In Hyper-V Manager, right-click the newly created VM and select Settings. Select IDE Controller 0 and click Add to add a new hard drive. For best performance, choose Fixed size for the new data disk and continue.
Specify the path for the secondary virtual disk file and click Next.
Choose the disk size according to your license and expected log volume. Review and click Finish.
In Security settings for the VM, uncheck Enable Secure Boot.
Start the virtual machine. When it boots, continue with CLI networking configuration and the web UI login.
Create a new storage (e.g. vm-import) with content types Disk image and Import.
vm-import
Upload the downloaded OVA file into the Import-enabled storage.
Select the uploaded OVA in the storage content list and click Import.
Before importing: uncheck efidisk0, set SCSI Controller to VirtIO SCSI, and Network interface to VirtIO.
Wait for the import job to finish in the task viewer.
After import, open VM → Hardware and add a new EFI Disk.
Add an extra SCSI disk for Logmanager data/cache (size according to your use case).
Set CPU type to Host in VM CPU settings.
Review disks, NIC, CPU and memory to confirm everything matches your sizing.
Start the VM, press ESC during boot and open Boot Maintenance Manager.
In Boot Maintenance Manager, select Boot Options.
Select Add Boot Option to add a new firmware boot entry.
In the File Explorer, choose the SCSI disk that contains the bootloader.
Browse the disk and locate the EFI directory.
EFI
Open EFI and then navigate to the GRUB folder.
GRUB
Select EFI/GRUB/grub64.efi as the bootloader file.
EFI/GRUB/grub64.efi
Enter a description (e.g. Logmanager) and confirm with Commit Changes and Exit.
Open Change Boot Order to prioritize the new entry.
Move Logmanager to the first position and commit changes.
Return to the main menu after saving the new boot option and order.
Open Device Manager to access Secure Boot settings.
Open Secure Boot Configuration and uncheck Attempt Secure Boot. Save (usually F10).
Return to the main menu and select Reset to reboot the VM.
After reboot, the VM should boot into Logmanager successfully. Continue with CLI networking below.
Once the VM is running, open the virtual console from your hypervisor and log in to the text console with the default credentials:
You will perform initial network configuration from the limited Logmanager CLI. For more commands, see the official CLI documentation.
Virtual Logmanager uses static IP addresses. Before you start, decide on the network information you want to use, for example:
192.168.1.29
255.255.255.0
192.168.1.1
Then follow the steps below on the VM text console.
Command syntax:
set ip ip_address network vlan
Example:
set ip 192.168.1.29 255.255.255.0 default_vlan
delete route target netmask gw
delete route 0.0.0.0 0.0.0.0 192.168.0.1
set route target netmask gw
set route 0.0.0.0 0.0.0.0 192.168.1.1
delete ip ip_address network vlan
Example (removing the old default address):
delete ip 192.168.0.20 255.255.255.0 default_vlan
After you configure the static IP address and default route, you can access the Logmanager web interface from your browser:
https://YOUR-IP-ADDRESS/
Log in with your administrative credentials and continue with the standard product configuration.