Version Matcher
ReadyEnter your VirtualBox version and we'll find the exact ISO you need.
↓ Downloads
All Versions
30-Second Installation
Download the ISO
Grab the version that matches your VirtualBox installation. To find your version: Help → About VirtualBox (or run VBoxManage --version in terminal).
Mount it in your VM
Devices → Insert Guest Additions CD image is the preferred method. If that fails (why you're here), use Devices → Optical Drives → Choose a disk file... and select the downloaded ISO.
Run the installer
Windows: Run VBoxWindowsAdditions.exe (auto-starts or run from CD)
Linux: Install build-essential linux-headers dkms first, then sudo ./VBoxLinuxAdditions.run
macOS guest: Run VBoxDarwinAdditions.pkg from the mounted ISO
Reboot and enjoy
Clipboard sharing, drag-and-drop, seamless mode, shared folders — it all works now.
? Frequently Asked
VBoxGuestAdditions.iso bundled (Windows: C:\Program Files\Oracle\VirtualBox\; Linux/macOS: /opt/VirtualBox/).
Common causes of failure: distro repacks omitting it (install virtualbox-guest-additions package), permissions issues, firewalls, or file corruption.
Use manual mounting or grab the ISO directly from this site.
download.virtualbox.org (Oracle's servers).
SHA256 checksums match official releases. No repacks, no malware, no middleman.
Also check runtime: Devices → Shared Clipboard → Bidirectional.
Reboot guest after changes. Linux users may need:
sudo VBoxClient --clipboard.Guest Additions + correct settings + reboot = all required.
Debian/Ubuntu:
sudo apt install build-essential linux-headers-$(uname -r) dkmsFedora:
sudo dnf install kernel-devel kernel-headers gcc make dkmsArch:
sudo pacman -S linux-headers base-devel dkmsThen run
sudo ./VBoxLinuxAdditions.run. Reinstall after kernel updates.
Linux users need:
sudo usermod -aG vboxsf $USER then logout/login.
VBoxDarwinAdditions.pkg, approve Oracle/VirtualBox in System Settings → Privacy & Security. Reboot required.
VBoxWindowsAdditions.log in %TEMP% for errors.