What is openmediavault?

openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. It contains services like SSH, (S)FTP, SMB/CIFS, DAAP media server, RSync, Kubernetes and many more ready to use. Thanks to the modular design of the framework it can be enhanced via plugins. openmediavault is primarily designed to be used in small offices or home offices, but is not limited to those scenarios. It is a simple and easy to use out-of-the-box solution that will allow everyone to install and administrate a Network Attached Storage without deeper knowledge.

Download

Features

  • Running out-of-the-box
  • Debian Linux OS
  • Web based administration
  • Easy system updates via Debian package management
  • Volume management
  • S.M.A.R.T.

  • Link aggregation
  • Wake On Lan
  • IPv6 support
  • Email notifications
  • File sharing
  • Snapshot support of shared folders
  • Extendible via plugins

More features

Latest news

K8s recipe enhancement: Easier app access with sslip.io

The openmediavault Kubernetes plugin (openmediavault-k8s) exposes applications through Traefik using subdomain-based URLs. This remains the preferred model because it provides clean routing, good application compatibility, and better service isolation.

Default pattern:

https://<APPNAME>.<FQDN>:8443

Example:

https://whoami.mynas.internal:8443

Why this enhancement was introduced

In many private home networks, users rely on ISP-provided modems/routers with limited DNS functionality. These devices often cannot reliably provide custom DNS records for multiple application subdomains, or they require complex manual workarounds.

As a result, users could complete deployment successfully but still fail to access applications by hostname.

To reduce this friction, recipes were enhanced to support an alternative hostname model based on sslip.io.

What sslip.io is and why it helps

sslip.io is a public DNS service that resolves hostnames containing an IP address directly to that IP.
This makes it useful in private networks where local DNS cannot resolve <APPNAME>.<FQDN> hostnames.

Alternative pattern:

https://<APPNAME>.<IP>.sslip.io:8443

Example:

https://whoami.192.168.1.10.sslip.io:8443

This provides a practical fallback for users on constrained home network setups, especially when DNS control on the local router/modem is limited.

What changed in recipes

Many recipes are now preconfigured to make sslip.io usage straightforward. In most cases, users only need to uncomment the corresponding line in the recipe configuration section.

This enhancement was made to:

  • simplify deployment for users,
  • work around DNS limitations in private local networks,
  • and reduce setup failures caused by resolver constraints on consumer routers/modems.

Recommended approach

  • Use https://<APPNAME>.<FQDN>:8443 when local DNS supports app subdomain resolution.
  • Use https://<APPNAME>.<IP>.sslip.io:8443 when local DNS cannot resolve those names.

This keeps deployment accessible for new users while preserving the preferred DNS model for advanced setups.

0 comments

New recipe for the Kubernetes plugin available

  • Scrutiny – Hard drive S.M.A.R.T monitoring dashboard
0 comments

More news