Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

MOS is a newly introduced open-source server operating system built specifically for homelabs and small self-hosting environments. Rather than focusing purely on network-attached storage (NAS), MOS positions itself as a general-purpose server platform managed entirely through a modern web-based interface.
Built on Devuan, the project is still in its early development phase. Its architecture follows a service-oriented design, where the web interface functions strictly as a client to the MOS API, while backend services handle all core system operations.
MOS brings together capabilities that are often distributed across multiple tools in a typical homelab setup. Through a centralized web interface, administrators can manage:
Although MOS includes NAS functionality such as storage and file sharing, its primary objective is broader: to serve as a versatile server OS rather than a storage-first solution.
The project emphasizes two main pillars:
Unlike traditional NAS-focused operating systems—where storage is central and services are layered on top—MOS treats storage as important but not dominant.

Core services include:
Optional modules such as MOS Hub and MOS Notify can be enabled to extend functionality without increasing the base system footprint.
MOS uses token-based authentication for access control. For deployments beyond isolated lab environments, the project recommends:
MOS supports plugins that can extend both the web interface and, where applicable, the API. Only registered and enabled plugins appear in the management interface, keeping the system clean and modular.
MOS is not distributed as a traditional ISO image. Instead, users download an .xz archive, extract it, and mount the resulting raw image file as a USB device within a virtual machine.
For additional information, visit the project’s website, GitHub repository, or documentation.