Skip to main content

๐Ÿš€ How to Install EVE-NG on Ubuntu

EVE-NG (Emulated Virtual Environment โ€“ Next Generation) is one of the best tools for building virtual labs for networking, security, and cloud learning.
This guide walks you through installing EVE-NG Community Edition on Ubuntu.


๐Ÿ“ฆ Step 1 โ€” Update Your System
#

sudo apt update && sudo apt upgrade -y

๐Ÿง Step 2 โ€” Install Required Packages
#

sudo apt install git unzip wget net-tools -y

๐Ÿ’ฟ Step 3 โ€” Download the EVE-NG ISO
#

Grab the latest ISO from the EVE-NG official site.

wget https://www.eve-ng.net/downloads/eve-ng-iso-latest.iso

๐Ÿ–ฅ Step 4 โ€” Create a VM
#

  • Open your hypervisor (VMware, KVM, VirtualBox, Proxmox).

  • Create a VM with:

    • 4+ vCPUs

    • 8โ€“16 GB RAM

    • 40+ GB disk space

Mount the ISO as the boot image.

There are no articles to list here yet.