OpenMediaVault Installation Guide
OpenMediaVault is a free NAS (Network-Attached Storage) solution based on Debian Linux. It provides a web-based management interface for configuring storage, file sharing, and network services.About OpenMediaVault
OpenMediaVault is designed for home and small office environments, offering features like:
- Web-based administration
- Support for multiple file sharing protocols (SMB/CIFS, FTP, NFS)
- RAID management
- Plugin system for extended functionality
- Based on Debian for stability and security
Prerequisites
System Requirements- VirtualBox 5.0 or later
- 64-bit processor recommended
- Minimum 1 GB RAM (2 GB recommended)
- At least 8 GB for system disk
- Additional virtual disks for storage (optional)
- OpenMediaVault ISO image
Creating the Virtual Machine
Create New VM
- Open VirtualBox and click New
- Configure:
- Name: OpenMediaVault
- Type: Linux
- Version: Debian (64-bit)
- Allocate 1024-2048 MB RAM
Create Storage
Create a virtual hard disk:
- Format: VDI
- Type: Dynamically allocated
- Size: At least 8 GB for the system
You can add additional virtual disks later for data storage.
Configure Network
- Go to Settings → Network
- Set Adapter 1 to Bridged Adapter for network access
Bridged mode allows the VM to appear as a separate device on your network, which is ideal for a NAS.
Installing OpenMediaVault
Set Hostname
Enter a hostname for your NAS (e.g.,
nas-server, openmediavault).This name will be used to access the server on your network.
Configure Domain
Enter a domain name or leave as default. For local networks, you can use:
locallan- Your custom domain for future use
Partition Disk
The installer will automatically partition the disk. Accept the defaults for a standard installation.
Configure Package Repository
Select a Debian mirror close to your location for faster package downloads.
First Boot Configuration
Note IP Address
The console shows the IP address assigned to your NAS. Note this down — you’ll use it to access the web interface.
Access Web Interface
From another computer on the network, open a web browser and navigate to:Default credentials:
- Username:
admin - Password:
openmediavault
Adding Storage
How to add additional storage to the VM
How to add additional storage to the VM
- Shutdown the OpenMediaVault VM
- In VirtualBox, go to Settings → Storage
- Add a new hard disk to the SATA controller
- Start the VM
- In the web interface:
- Go to Storage → Disks
- The new disk should appear
- Create a file system on it
- Mount the file system
- Create shared folders
Next Steps
After installation, you can:- Configure file sharing (SMB/CIFS for Windows, NFS for Linux)
- Set up user accounts and permissions
- Enable additional services (FTP, SSH, DLNA)
- Install plugins for extended functionality
- Configure RAID arrays for data redundancy
- Set up automated backups
OpenMediaVault provides a complete NAS solution with minimal resource requirements, making it perfect for home labs and small office deployments.
Troubleshooting
Can’t access web interface?- Verify network mode is set to Bridged Adapter
- Check firewall settings on host machine
- Confirm IP address from the VM console
- Ensure disks are attached to SATA controller in VirtualBox
- Check that disks are properly initialized in the web interface