OpenMediaVault Quick Reference
I've been using OpenMediaVault 6 for over a year now, and it's user interface can be a bit obtuse, so I wrote myself a series of quick step-by-step guides for enabling certain features within the OMV workbench UI.
Important!
This article is specifically about version 6.0 of OpenMediaVault, which reached end of life in July 2024. OpenMediaVault 7 was released in March 2024. The below may still apply, but don’t be surprised if it does not. I have not used OMV in some time, so I may not be updating this anytime soon, sorry.
Sections
- Change the port for OMV workbench
- Mount disks in OMV
- Sharing folders via SMB
- Sharing folders via NFS
- Enable Wake-on-Lan
- Set a static IP address
- Create a new user account
- Reference
Change the port for OMV workbench
To change the port in the workbench UI:
- Go to System -> Workbench
- Under Port enter the desired port number
- Click the Save button and confirm the pending configuration changes by clicking the checkmark.
Alternately, you can change the port in the terminal:
- Login to the OMV shell as
root
- Use the command
omv-firstaid
- In the pop-up, choose option
3 Configure workbench
- Hit Enter to continue
- Type the desired
port to access the workbench via HTTP
- Hit Enter to finish
Mount disks in OMV
- Go to Storage -> File Systems
- To create a mount, click the plus (+) and choose a file system from the dropdown (e.g.
ext4
) - On the following page choose a Device from the dropdown
- Click the Save button and confirm the pending configuration changes by clicking the checkmark
- Go to Storage -> Shared Folders, and click the plus (+)
- Write a name, select a mounted file system, and the relative path of the file system to share (e.g.
/
). - Leave the permissions as is or change if desired
- Click the Save button and confirm the pending configuration changes by clicking the checkmark
Share folders via SMB
- Go to Services -> SMB/CIFS -> Settings
- Make sure Enabled is checkmarked, write in your Workgroup name, then click the Save button
- Go to Services -> SMB/CIFS -> Shares, and click the plus (+)
- Add a checkmark to Enabled, select a shared folder (created at Storage -> Shared Folders), and choose your options
- (Optional) Add other SMB options that would appear in a
smb.conf
file at the bottom, under Extra options - When done, click the Save button and confirm the pending configuration changes by clicking the checkmark.
Share folders via NFS
- Go to Services -> NFS -> Settings
- Make sure Enabled is checkmarked. To avoid any potential errors, click on Versions and make sure all the versions are checked, then click the Save button.
- Go to Services -> NFS -> Shares, and click the plus (+)
- Select a shared folder (created at Storage -> Shared Folders) and type in at least one Client IP address (who will have access to this share). Choose the Permission and leave the Extra options as is.
- Click the Save button and confirm the pending configuration changes by clicking the checkmark.
Enable Wake-on-Lan
Make sure to enable Wake-on-Lan within the BIOS of your server too! Otherwise it won’t work.
- Go to Network -> Interfaces.
- Click on your interface (e.g.
enp2s0
) to highlight it, then click on the Pencil icon to edit the interface - Scroll down to Advanced settings and check the box for Wake-on-Lan
- Click the Save button and confirm the pending configuration changes by clicking the checkmark.
Set a static IP address
- Go to Network -> Interfaces
- Click on your interface (e.g.
enp2s0
) to highlight it, then click on the Pencil icon to edit the interface. - Under IPv4 choose Method: Static
- Under Address enter the desired static IP address
- Under Netmask enter 255.255.255.0 (unless you’re on a subnet and know what to enter)
- For Gateway enter your router or DHCP server (e.g.
192.168.1.1
) - (Optional) Write in specific DNS servers under Advanced settings if desired
- Click the Save button and then confirm the pending configuration changes by clicking the checkmark
Create a new user account
By default only the root
user is available, which is fine if you’re mostly using the workbench UI. However if you plan to SSH in and don’t want to do so as root, create a new user account to do so.
- Go to Users -> Settings
- Checkmark the Enabled box and choose the Location of a shared folder to use for user home directories
- Next go to Users -> Users
- Click plus (+) then choose to Create a new user account
- Write in the desired name and password, change the Shell if desired, and add the user to any Groups you’d like. (E.g.
sudo
,ssh
, etc.) - (Optional) Add an SSH public key if desired
- Click the Save button, then confirm the pending configuration changes by clicking the checkmark
Related Articles
Reverse proxy OpenMediaVault, Plex and Navidrome with Nginx Proxy Manager and Pi-Hole
Set up Pi-Hole for network-wide ad blocking and Unbound for recursive DNS