EVE-NG Download Guide 2026: Community + Pro ISO Explained

200+
Engineers Certified
50+
Lab Scenarios
4.9
Average Rating
11min
Read Time
EVE-NG Community and Pro ISO download guide for 2026.
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…

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

EVE-NG Community and Pro ISO download options for network labs.
EVE-NG Community and Pro ISO download options for network labs, featuring features for home labs and enterprise use.

Don’t skip this. Most people download the wrong edition, waste a few hours, and start over. Here’s the short version.

CommunityPro
Latest version6.2.0-4 (Nov 2024)6.5.0-27 (May 2026)
File size3.2 GB ISO8.01 GB ISO
PriceFree~$160 / user / year
Base OSUbuntu 20.04 LTSUbuntu 20.04 LTS
Max nodes per lab~63 (practical, hardware bound)Up to 1,024
Hot-link changesNo, restart labYes, live
RBAC / multi-user rolesSingle adminFull RBAC + MFA + LDAP
Docker integrationManualBuilt-in package
REST API + SDKLimitedFull
Lab sharing / cloningBasicGranular per-user
Best forSelf-study, CCNA, CCNP, home labTraining 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)

EVE-NG Download Guide 2026 for Community & Pro ISO.
Step-by-step EVE-NG download instructions for community and professional ISO images. Easy guide for network lab setup.

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.

PropertyValue
File nameEVE-Community-VM-6.2.0-4.iso
Size~3.2 GB
FormatBootable ISO (also boots as a VM CD-ROM)
Base OSUbuntu 20.04 LTS Server
SHA132b189ab6570aed6fa61f202e090c3a4cf962077
SHA256a1c035135d618ea86975c9e8d03df549889999adbaec9bfaba480a2b11e8f347

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.

PropertyValue
File nameEVE-PRO-6.5.0-27.iso
Size~8.01 GB
FormatBootable ISO with Docker package preloaded
Base OSUbuntu 20.04 LTS Server
SHA1de83a1557a728031fd77e4393a34dbd5ab4adc04
SHA2564ebed642989e0e8304922aa9429a26bc92671c3aa41f9c6234b58ba88bb360c8

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?

EVE-NG Community and Pro ISO download options for network simulation.
Step-by-step guide to downloading EVE-NG Community and Pro ISO images for network labs and virtualization.

Quick decision tree:

You want to…Pick
Install on a bare metal serverISO
Run inside VMware ESXi or vCenterISO (boot a fresh VM, attach as CD-ROM)
Run inside VMware Workstation ProISO preferred, OVA acceptable
Run inside Proxmox or KVMISO
Run inside VirtualBoxOVA (community-built only)
Get up and running in under 10 minutesOVA 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:

  1. Build your own. Install Community from the ISO into a fresh VM, then export to OVA from VMware. This is the safest path.
  2. 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?

EVE-NG download options for community and pro ISO explained.
Comprehensive guide to EVE-NG ISO downloads for community and professional users in 2026.

This is the question we get most. Short version: more RAM than you think.

TierUse caseCPURAMDisk
MinimumOne small CCNA lab, two routers4 cores + VT-x8 GB60 GB SSD
RecommendedCCNP / Security labs, 10-15 nodes8 cores + VT-x32 GB200 GB SSD
Enterprise / ProFull DC labs, 50+ nodes16+ cores, Xeon or EPYC128 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’s svm. Check with cat /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.

OSLatest packIncludes
WindowsWin 3.0 (2025)Wireshark 4.6.0, UltraVNC 1.6.40, PuTTY 0.83, plink, telnet handler
macOSV3Wireshark 4.4.7, Real VNC 7.15.1, iTerm 2 3.4.4
LinuxGitHub integration packWireshark + 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:

  1. Boot the ISO in your hypervisor (or burn to USB for bare metal). Pick the default install option.
  2. Root password. Set a strong one. You’ll need it for SSH.
  3. Hostname. Default eve-ng is fine.
  4. DNS and proxy. Skip the proxy unless you’re behind a corporate firewall.
  5. NTP server. Use pool.ntp.org or your internal NTP. License activation fails if the clock is off.
  6. 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:

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?

The Community Edition is free under a non-commercial license. The Pro Edition is paid. Both run the same core simulator. The difference is in features, scale, and support.

Where do I get an EVE-NG OVA file in 2026?

EVE-NG removed the official OVA in late 2024. Community-built OVAs exist on Dynamips.io and a few mirror sites. Verify the SHA256 against the official ISO inside the OVA, or just build your own by installing from ISO and exporting.

Can I run EVE-NG on a MacBook?

Yes, but with caveats. M1 / M2 / M3 / M4 chips are ARM, and EVE-NG is x86 only. You’ll run it inside UTM or Parallels with x86 emulation, but performance is poor. Use a remote EVE-NG server and just run the macOS client pack locally.

What’s the difference between the ISO and the OVA?

The ISO is a bootable installer. You point a fresh VM at it, click through the installer prompts, and end up with a configured EVE-NG server. The OVA is a packaged VM ready to import and power on. Same end product, different setup time.

Do I need a license to download EVE-NG Pro?

You can download the Pro ISO without a license. You can’t boot past the activation screen. The license unlocks the simulator.

How big is the EVE-NG download?

Community is around 3.2 GB. Pro is around 8 GB. Add 100-200 GB for vendor images (Cisco IOL, CSR1000v, Juniper vMX, FortiGate VM, Palo Alto VM).

Does EVE-NG support Windows Server?

The server runs on Ubuntu 20.04 LTS. There’s no Windows port. You run EVE-NG inside a Linux VM, and your Windows machine becomes the client.

Can I run EVE-NG and GNS3 on the same machine?

Yes, but not at the same time if both need nested virtualisation. Stop one before starting the other.

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.

Keep Reading

Related Articles

Share Your Valuable Opinions