Installing eve-ng on ubuntu 24.04 LTS
While eve-ng can be installed on vmware workstation, esxi, proxmox its a nested virtualization, I have experienced large labs crashing. So I wanted to install eve-ng on baremetal to get to run it as type 1 hypervisor.
eve-ng under the hood uses a customized version kvm, qemu to run VM’s, we will dig deeper into it in coming sessions.
Welcome to Ubuntu 22.04.5 LTS (GNU/Linux 6.7.5-eveng-6-ksm+ x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
System information as of Mon Dec 15 05:47:24 PM UTC 2025
System load: 0.0 Temperature: 58.5 C
Usage of /: 29.5% of 465.88GB Processes: 276
Memory usage: 3% Users logged in: 1
Swap usage: 0% IPv4 address for pnet0: 192.168.122.22
=> /mnt/data is using 85.1% of 476.71GB
Expanded Security Maintenance for Applications is enabled.
0 updates can be applied immediately.
New release '24.04.3 LTS' available.
Run 'do-release-upgrade' to upgrade to it.
echo "deb [arch=amd64] http://www.eve-ng.net/jammy jammy main" > /etc/apt/sources.list.d/eve-ng.list
echo "#deb [arch=amd64] http://www.unetlab.com/apt jammy rrlabs" > /etc/apt/sources.list.d/unetlab.list
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install eve-ng
After this eve-ng should be installed on the server, you need to restart your server to apply changes.
Upon first boot you need to login with default user name “root” and password “eve”. Eve-ng will ask for change of root password, network settings, hostname configuration.
After the first boot settings are applied, eve-ng will restart and the UI should be accessible at your IP address.
Example: http://192.168.121.22
Login with username “admin” password “eve”
Related Articles
Installing eve-ng on ubuntu 24.04 LTS
Step-by-step guide to installing EVE-NG on Ubuntu 24.04 LTS bare metal server for running network labs.
init vs systemd
Installing eve-ng on ubuntu 24.04 on BareMetal server for running as a type 1 hypervisor.
How We Set Up Our KVM Hypervisor: From Bare Metal to Production-Ready VM Host
Detailed walkthrough of building a dedicated KVM/libvirt hypervisor with XFS tuning, hugepages, 10GbE tuning, and automation.