For most network engineers studying for a cert, the EVE-NG download you want is the Community Edition ISO (version 6.2.0-4, around 3.2 GB) from eve-ng.net/index.php/community. It’s free, runs on bare metal or inside VMware, and ships every emulator you need for CCNA, CCNP, MikroTik, Fortinet, and Juniper labs.
If you’re running a corporate training team or you need multi-tenant labs, grab the EVE-NG Pro ISO (version 6.5.0-27, around 8 GB) from eve-ng.net/index.php/download. Pro is paid, about $160 a year per user, and unlocks RBAC, lab sharing, hot-link changes, and a Docker package built in.
EVE-NG dropped the official Community OVA file in 2024. Only the ISO is available straight from EVE-NG now. If you really need an .ova for VMware Workstation, third-party mirrors like Dynamips.io still host a packaged version, but verify the SHA256 before you boot it.
This guide walks through every step. You’ll get the right file, check the checksum, pick between ISO and OVA, and know what to do once it boots.
Community vs Pro: Pick Before You Click

Don’t skip this. Most people download the wrong edition, waste a few hours, and start over. Here’s the short version.
| Community | Pro | |
|---|---|---|
| Latest version | 6.2.0-4 (Nov 2024) | 6.5.0-27 (May 2026) |
| File size | 3.2 GB ISO | 8.01 GB ISO |
| Price | Free | ~$160 / user / year |
| Base OS | Ubuntu 20.04 LTS | Ubuntu 20.04 LTS |
| Max nodes per lab | ~63 (practical, hardware bound) | Up to 1,024 |
| Hot-link changes | No, restart lab | Yes, live |
| RBAC / multi-user roles | Single admin | Full RBAC + MFA + LDAP |
| Docker integration | Manual | Built-in package |
| REST API + SDK | Limited | Full |
| Lab sharing / cloning | Basic | Granular per-user |
| Best for | Self-study, CCNA, CCNP, home lab | Training centres, enterprise, CI/CD network tests |
You’ve probably heard people say Pro is “just a fancy version”. It’s not. The licensing model, RBAC, and live link editing make Pro the only sane choice for a multi-instructor lab. For solo study, Community is plenty. We use Community ourselves for most of our CCNA Workbook lab walkthroughs.
EVE-NG Community Edition Download (Step-by-Step)

Here’s the path we use in 2026. It’s clean and avoids the broken mirror traps.
1. Go to the official Community page
Open https://www.eve-ng.net/index.php/community/ in a fresh browser tab. Don’t trust the first Google result. Spoofed EVE-NG download pages exist, and a few of them ship modified ISOs with backdoor scripts.
2. Click the ISO download link
You’ll see two options:
- Direct download from the EVE-NG CDN (faster if you’re in Europe or North America)
- MEGA mirror download (faster if you’re in Asia or have a slow direct route)
Both deliver the same file. Use whichever works. If your office firewall blocks MEGA, default to the direct CDN link.
3. File details to expect
When the download starts, check the name. It should look like EVE-Community-VM-6.2.0-4.iso or close to that. Size around 3.2 GB.
| Property | Value |
|---|---|
| File name | EVE-Community-VM-6.2.0-4.iso |
| Size | ~3.2 GB |
| Format | Bootable ISO (also boots as a VM CD-ROM) |
| Base OS | Ubuntu 20.04 LTS Server |
| SHA1 | 32b189ab6570aed6fa61f202e090c3a4cf962077 |
| SHA256 | a1c035135d618ea86975c9e8d03df549889999adbaec9bfaba480a2b11e8f347 |
Heads up: EVE-NG hasn’t refreshed the Community ISO since November 2024. That’s not abandonment, it’s the project’s release pattern. Pro gets monthly updates. Community gets one or two refreshes a year.
4. Verify the SHA256 checksum
This step gets skipped 90% of the time. Don’t skip it. A corrupted ISO will boot and crash mid-install, and you’ll burn an evening trying to figure out why.
On Windows PowerShell:
Get-FileHash -Algorithm SHA256 .\EVE-Community-VM-6.2.0-4.iso
On macOS or Linux:
shasum -a 256 EVE-Community-VM-6.2.0-4.iso
Compare the output to the SHA256 above. If it matches, you’re good. If not, redownload from the other mirror.
EVE-NG Pro Download (Paid License)
The EVE-NG Pro download isn’t gated by login in 2026. You can grab the ISO without buying first. But you can’t boot it past the activation screen without a paid license key.
1. Buy or trial first
Visit https://www.eve-ng.net/index.php/buy/. Pro pricing in May 2026 looks like this:
- Single user, 1 year: around $160
- 5-user pack: starts around $300
- Corporate, 10+ users: custom quote from EVE-NG sales
- 30-day trial: available on request via the contact form
The license is tied to a hardware fingerprint. Move EVE-NG to a new server, and you’ll need to deactivate first or contact support to free the slot.
2. Download the Pro ISO
From https://www.eve-ng.net/index.php/download/, click the Professional Edition link.
| Property | Value |
|---|---|
| File name | EVE-PRO-6.5.0-27.iso |
| Size | ~8.01 GB |
| Format | Bootable ISO with Docker package preloaded |
| Base OS | Ubuntu 20.04 LTS Server |
| SHA1 | de83a1557a728031fd77e4393a34dbd5ab4adc04 |
| SHA256 | 4ebed642989e0e8304922aa9429a26bc92671c3aa41f9c6234b58ba88bb360c8 |
The Pro ISO is more than double the size of Community because it bundles Docker images, agent binaries for the licensing daemon, and pre-configured RBAC templates.
3. Mirror download options
If the direct CDN is slow, EVE-NG hosts a MEGA mirror for the Pro ISO too. Both have the same SHA256, so verify once you’ve got the file.
Pro tip: download the ISO, run the SHA256 check, and only THEN start your VMware import. We’ve seen people waste 90 minutes on a failed boot before checking the hash and finding a half-downloaded file.
ISO vs OVA: Which Format Should You Pick?

Quick decision tree:
| You want to… | Pick |
|---|---|
| Install on a bare metal server | ISO |
| Run inside VMware ESXi or vCenter | ISO (boot a fresh VM, attach as CD-ROM) |
| Run inside VMware Workstation Pro | ISO preferred, OVA acceptable |
| Run inside Proxmox or KVM | ISO |
| Run inside VirtualBox | OVA (community-built only) |
| Get up and running in under 10 minutes | OVA if available |
The VMware OVA packaging used to be the fast path for laptop users. You’d download the .ova, double-click in VMware Workstation, and boot. EVE-NG retired the official OVA in late 2024. Their stated reason: too many users skipped the network and CPU pinning steps that the ISO installer walks you through, then complained about poor performance.
If you still want an OVA, two paths exist:
- Build your own. Install Community from the ISO into a fresh VM, then export to OVA from VMware. This is the safest path.
- Third-party mirrors. Dynamips.io and a few community sites host packaged OVAs. They’re convenient but unsigned. Verify the SHA256 against a known-good Community release and inspect the OVF manifest before booting.
For most readers, we’d say: stick with the ISO. The 5 extra minutes during install pays back in stability later.
What’s in the ISO: Ubuntu 20.04 and the Stack Inside
Both editions ship as a hardened Ubuntu 20.04 LTS Server build. Why 20.04 instead of 22.04 or 24.04? Two reasons:
- The qemu-kvm version that EVE-NG pins is most stable on 20.04
- Many vendor images (Cisco IOL, Juniper vMX, FortiGate VM) only have certified support on the qemu/libvirt versions packaged with 20.04
So even in 2026, EVE-NG sticks with 20.04. Ubuntu 20.04 LTS ends standard support in April 2025, but EVE-NG has stated they’ll keep using Ubuntu Pro extended security for their base until at least 2030. You can use pro status after install to confirm the ESM tier is active.
Other key components inside:
- qemu-kvm 4.2+ (custom build with vendor patches)
- libvirt 6.x
- Apache 2.4 (for the lab GUI)
- VNC, telnet, and HTML5 console gateways
- Docker daemon (Pro only, preconfigured)
- iol-tools (for Cisco IOL image support)
System Requirements: What Hardware Do You Need?

This is the question we get most. Short version: more RAM than you think.
| Tier | Use case | CPU | RAM | Disk |
|---|---|---|---|---|
| Minimum | One small CCNA lab, two routers | 4 cores + VT-x | 8 GB | 60 GB SSD |
| Recommended | CCNP / Security labs, 10-15 nodes | 8 cores + VT-x | 32 GB | 200 GB SSD |
| Enterprise / Pro | Full DC labs, 50+ nodes | 16+ cores, Xeon or EPYC | 128 GB+ | 500 GB+ NVMe |
A few things you can’t skip:
- Nested virtualisation must be enabled if you’re running EVE-NG inside VMware or Proxmox. On Intel hosts, that’s
vmx. On AMD, it’ssvm. Check withcat /proc/cpuinfo | grep -E 'vmx|svm'on the host. - CPU pinning matters once you go past 10 nodes. EVE-NG’s docs explain how to pin qemu to specific cores.
- SSD is non-negotiable. Spinning disk works for 2-3 nodes, but boot times for CSR1000v on HDD push 8 minutes per router. On SSD, it’s under a minute.
EVE-NG ships a free Excel calculator on the download page. Punch in your lab topology, and it tells you the exact RAM, CPU, and disk you need.
Client Side: Wireshark, PuTTY, and the Telnet Handler
The EVE-NG server is only half the picture. To click on a node and get a console, you need the client integration pack on your laptop. EVE-NG bundles all the helpers (Wireshark, PuTTY, UltraVNC) into a single installer.
| OS | Latest pack | Includes |
|---|---|---|
| Windows | Win 3.0 (2025) | Wireshark 4.6.0, UltraVNC 1.6.40, PuTTY 0.83, plink, telnet handler |
| macOS | V3 | Wireshark 4.4.7, Real VNC 7.15.1, iTerm 2 3.4.4 |
| Linux | GitHub integration pack | Wireshark + manual handler scripts |
The Windows pack supports Windows 7 through 11, x64 only. ARM-based Windows on Snapdragon X is not supported. macOS V3 works on both Intel and Apple Silicon natively.
Install the pack on the same machine you use to browse the EVE-NG web UI. Otherwise, when you click a router, the browser will throw a “telnet:// not registered” error and you’ll get nowhere.
Where to Install: VMware vs Bare Metal vs Cloud
You’ve got four paths. Pick by what hardware you already have.
Bare metal
Best for production training centres. Boot the ISO, install Ubuntu, get the most RAM and CPU available. Zero virtualisation tax.
VMware ESXi or vSphere
Most common in enterprise. Create a VM, give it 8+ vCPU and 32+ GB RAM, enable hardware virtualisation passthrough (vmx.allowNested = "TRUE"), attach the ISO as CD-ROM, boot.
VMware Workstation Pro
Free since May 2024 for personal use. Excellent for laptop labs. Same VM settings as ESXi. Use bridged networking, not NAT, if you want to reach the lab from the host.
Cloud (AWS / Azure / Hetzner)
Workable if your host supports nested virtualisation. AWS bare metal instances (i3.metal, c5.metal) work. Azure Dv3/Dv4 with nested virt enabled also works. Cheaper option: Hetzner dedicated, around $40 a month for a 64 GB / 8-core box that runs a serious lab.
We’ve seen folks try to run EVE-NG on small VPS instances. Don’t bother. Anything under 16 GB RAM with nested virt off will boot and immediately fall over when you start two routers.
After the Download: First 10 Minutes
Once the ISO is verified, here’s the path:
- Boot the ISO in your hypervisor (or burn to USB for bare metal). Pick the default install option.
- Root password. Set a strong one. You’ll need it for SSH.
- Hostname. Default
eve-ngis fine. - DNS and proxy. Skip the proxy unless you’re behind a corporate firewall.
- NTP server. Use
pool.ntp.orgor your internal NTP. License activation fails if the clock is off. - Static IP. Set it. DHCP works but moves the IP and confuses bookmarks.
After reboot, browse to http://<your-ip>/. Login is admin / eve by default. Change the password before you do anything else.
For a click-by-click walkthrough, see our EVE-NG installation guide. It covers the exact prompts with screenshots.
Still deciding between EVE-NG and GNS3? Our GNS3 vs EVE-NG comparison breaks down the difference for cert candidates.
Common Download Problems and Fixes
A few patterns we see weekly in the SMEnode lab community.
Problem 1: Slow download from the CDN
EVE-NG hosts in Europe. From the US west coast or Asia, you’ll see 200-500 KB/s. Use the MEGA mirror instead. We’ve clocked it at 8 MB/s from Singapore.
Problem 2: SHA256 doesn’t match
Almost always a half-finished download. Some browsers cap at 4 GB on the older HTTP/1.1 CDN. Use a download manager like aria2 or FreeDownloadManager that supports HTTP/2 and resumes.
aria2c -x 8 -s 8 "https://www.eve-ng.net/files/EVE-Community-VM-6.2.0-4.iso"
Problem 3: The OVA you found online crashes on boot
Probably built on an older qemu version, or stripped of the iol-tools package. Reinstall from the official ISO and stop trying to shortcut.
Problem 4: License activation says “no internet”
Pro phones home once a day to validate. If the EVE-NG server can’t reach licensing.eve-ng.net on port 443, activation fails. Check the firewall and the NTP clock, in that order.
Problem 5: “Unsupported CPU” error after install
You forgot to enable VT-x in BIOS, or you’re on a CPU that lacks vmx / svm flags (some old Atoms and budget cloud VPS instances). EVE-NG won’t run on these. Use a real x86 server.
Which Workbook Pairs with Your Lab?
The EVE-NG download is step one. The hard part is having something to do with it. A blank lab session is more demotivating than people admit. You sit down, stare at the GUI, and close the tab.
Our team built a set of step-by-step workbooks that pair directly with EVE-NG topologies. Pick the one that matches your goal:
- CCNA Workbook for the CCNA 200-301 download path. 75 labs, 950 pages, every command tested in EVE-NG Community.
- CCIE Security Workbook if you’re on the expert track. 125 labs, 1950 pages, runs on EVE-NG Pro for the multi-node DC labs.
- CCNA Automation Workbook for the 200-901 exam. Python + EVE-NG REST API + Ansible.
- FortiGate NSE4 Workbook if security is your lane. 60 labs on FortiGate VMs in EVE-NG.
- Cisco SAFE Workbook for architecture-level design practice.
- MikroTik MTCNA Workbook if you’re on the MikroTik / RouterOS v7 track.
Every workbook ships with a topology file you can import straight into EVE-NG. No guessing what to build.
When Should You Go Pro?
Most home users never need Pro. Honest answer.
You should consider the EVE-NG Pro download if:
- You teach more than 3 students at once and want each in their own lab session
- You need RBAC (instructor sees all labs, student sees only their own)
- You’re integrating with Ansible / Terraform / CI pipelines via the REST API
- You’re building DC labs with 50+ nodes
- You need MFA or LDAP login (compliance environments)
If you’re a solo learner working through a cert, Community covers everything. Save the $160. Put it toward a workbook or the live CCNA training at SMEnode Academy, where every session uses a shared EVE-NG topology our instructors have built and tested.
FAQs
Is EVE-NG completely free?
Where do I get an EVE-NG OVA file in 2026?
Can I run EVE-NG on a MacBook?
What’s the difference between the ISO and the OVA?
Do I need a license to download EVE-NG Pro?
How big is the EVE-NG download?
Does EVE-NG support Windows Server?
Can I run EVE-NG and GNS3 on the same machine?
Bottom Line
The right EVE-NG download for almost everyone is the Community ISO from eve-ng.net. Verify the SHA256, boot it inside VMware or on bare metal, and you’ve got a free network simulator that runs every vendor image you need for cert prep.
Pro is worth the $160 a year only if you’re teaching, building DC-scale labs, or wiring EVE-NG into a CI pipeline. For solo cert candidates, Community plus a structured workbook gets you to pass-rate faster than Pro plus no plan.
Once your EVE-NG is up, your next move is a topology that maps to your exam blueprint. Pick a workbook above, import the topology file, and you’ll be running real labs in under an hour.