Skip to content

OMV

OMV

amd64 arm64 armhf i386 · Documentation · http://<your.IP>:80

OpenMediaVault (OMV) is a powerful, open-source network-attached storage (NAS) operating system built on the Debian Linux distribution. It is designed to provide a simple and intuitive web-based interface for managing storage devices and network services, making it ideal for home users, small offices, and even advanced users looking for a customizable and efficient NAS solution.

OMV supports a wide range of features, including various file systems (EXT4, XFS, BTRFS, etc.), software RAID configurations, scheduled backups, and user and group management. It offers support for common network protocols such as SMB/CIFS (Windows file sharing), NFS, FTP, and SSH, enabling seamless file access across different platforms.

Through its modular design, OpenMediaVault can be easily extended with plugins, allowing users to add functionality like Docker support, media servers, cloud synchronization tools, BitTorrent clients, and more. The system is designed for stability and ease of use, with regular updates and a strong community supporting development and troubleshooting.

Whether used on a dedicated server, a Raspberry Pi, or virtualized hardware, OMV provides a flexible and reliable way to build your own custom NAS.

Warning: installation works only on Debian (bookworm) based Armbian image.

Install from armbian-config → Software → Media → OMV

CLI install
armbian-config --cmd OMV001
  • Username/Password: admin / openmediavault (change after first login)
  • Default config directory: /etc/openmediavault/
  • Shared folders base path: /srv/dev-disk-by-.../
  • Plugin data directories may vary by service (e.g., Docker, SMB, etc.)
  • Use the web interface to configure storage, users, services, and plugins
  • Create shared folders and enable SMB/NFS to access files over the network
  • Monitor system status, performance, and logs from the dashboard

OpenMediaVault supports a wide range of community plugins:

  • Docker support via openmediavault-compose or omv-extras
  • Media servers (e.g., Plex, Jellyfin)
  • Backup tools (e.g., rsync, USB backup)
  • Cloud sync (e.g., Rclone)

Install plugins through the web interface after enabling OMV-Extras.

Bash
journalctl -u openmediavault-engined
tail -f /var/log/syslog

All armbian-config commands

Action Command
Install armbian-config --api module_omv install
OpenMediaVault remove armbian-config --api module_omv remove
Status armbian-config --api module_omv status
Help armbian-config --api module_omv help

Part of Armbian’s Media servers, organizers and editors software.