- RAM: 16 GB minimum (32 GB for large labs).
- Disk: 100+ GB SSD.
2. 🖥️
Create a New Virtual Machine
- Open VMware Workstation → Create
a New Virtual Machine.
- Choose Custom (Advanced).
- Select Installer disc image
(ISO) → Browse for EVE-NG ISO.
- OS Type:
- Guest OS: Linux
- Version: Ubuntu
64-bit
- Name VM → Example: EVE-NG-Server.
- Set CPU & RAM (recommended):
- CPUs: 4 (minimum)
– better 8 if available.
- RAM: 8 GB
(minimum) – better 16 GB.
- Network: Use NAT.
- Virtual Disk:
- Size: 200 GB
- Store as single file.
Choose the default Virtual
machine hardware compatibility and click Next.
Select “I will install
the operating system
later” and click Next.
Select a Guest Operating system: Linux and select the version: Ubuntu 64-bit
Select max Number of processors, and Number of cores per processor =1
Assign desirable memory for your EVE VM and click Next
Select then network for your EVE VM. For Laptop it is recommended to use NAT Adaptor.
Select CD/DVD Option: “use ISO image file.” Browse to your downloaded eve-ce-prod-5.0.1-22- full.iso (actual name can be different) file.
Chose Install EVE-NG Community Server and confirm with Enter.
After the Ubuntu “Install
Complete” select “Reboot
Now” and hit Enter to continue.
Access EVE-NG Web Interface
- Open your browser and go to:
- https://192.168.142.100
(e.g)
- Default login:
- Username: admin
- Password: eve
3. Post-Installation Setup
- Update EVE-NG:
- apt-get update && apt-get upgrade -y
Frequently Asked Questions (FAQs) — EVE‑NG Installation
1. What are the minimum system requirements to install EVE‑NG?
To install EVE‑NG, you need a virtualization platform like VMware Workstation, an EVE‑NG ISO file, and a system with at least 16 GB RAM and 100 GB free disk space. Virtualization (VT‑x/AMD‑V) must be enabled in BIOS for proper operation. (Tech Bit)
2. Can I install EVE‑NG using VMware Workstation or VirtualBox?
Yes, the tutorial explains how to create a virtual machine in VMware Workstation using the EVE‑NG ISO. While the article doesn’t include VirtualBox steps, similar principles apply when setting up a VM — choose the Linux OS type and allocate sufficient CPU, RAM, and disk. (Tech Bit)
3. What is the default login for accessing the EVE‑NG web interface?
After installation, open a web browser and enter the VM’s IP (e.g., https://192.168.142.100), then use:
Username: admin Password: eve
Note: The CLI login (root/eve) is different from the web GUI login.
4. How do I configure management IP settings during installation?
During setup in the EVE‑NG CLI, you can choose whether to use DHCP for automatic IP assignment or set a static IP by entering network details manually (IP address, netmask, gateway, DNS).
5. What should I do after installing EVE‑NG?
After the first boot and login, update the system with commands like apt‑get update && apt‑get upgrade ‑y and run the EVE‑NG permission fix script (/opt/unetlab/wrappers/unl_wrapper ‑a fixpermissions).
0 Comments