Drop any file to identify it
No upload. No signup. No sending your file halfway across the internet.
We tell you what it is, right here in your browser.
Drop it!
Let go to identify this file.
Couldn't identify this file
Need to convert it? fwip it →
An OVA file is a virtual machine in a box. It packages everything needed to run a VM — the virtual disk (usually VMDK), hardware configuration (CPU, memory, network), and metadata — into a single TAR archive following the Open Virtualisation Format (OVF) standard. Download an OVA, import it, and you have a running virtual machine.
The format is the standard for distributing pre-configured virtual appliances: security tools (Kali Linux OVA), development environments, demo systems, and lab setups. Instead of installing an OS and configuring software, you import a ready-made OVA and start working.
VirtualBox and VMware both import OVA files directly (File → Import Appliance). The import extracts the OVF descriptor and VMDK disk, creates a new VM with the specified configuration, and it's ready to boot. For Hyper-V or KVM, you'll need to extract and convert the disk image.