Fact-checked by Grok 2 weeks ago

Unraid

Unraid is a proprietary, Linux-based operating system developed by Lime Technology for creating customizable network-attached storage (NAS) systems, application servers, and virtual machine (VM) hosts using existing hardware. It installs on a USB flash drive, boots into a modern Linux kernel on 64-bit x86_64 systems, and provides a user-friendly web-based graphical interface for management. Unlike traditional RAID setups, Unraid employs a software-defined storage model that supports mixing drives of different sizes and interfaces (IDE, SATA, SAS), with up to two parity drives for data protection against single or dual drive failures. This flexibility allows users to expand storage incrementally without replacing drives, while user-defined shares span multiple disks and optional cache drives accelerate file transfers. Originating in 2005, Unraid was initially part of Lime Technology's hardware offerings but evolved into a standalone operating system focused on software innovation. Founded by Tom Mortensen, the platform gained prominence through features like KVM-based virtualization and Docker container support, enabling efficient running of VMs, legacy applications, and containerized services such as media servers or backups. A major milestone came in 2015 with the introduction of GPU passthrough, which expanded its appeal for gaming and media transcoding, as highlighted in community reviews. By 2018, the company rebranded and hired key personnel to accelerate development, leading to enhanced security, plugin ecosystems, and ongoing updates including the Unraid 7 release in 2025 with improved array options and VM snapshots. Unraid's commercial licensing model offers tiered plans based on drive count, providing lifetime access with free updates, and emphasizes ease of use for home labs, small businesses, and enthusiasts seeking control over data storage and compute resources. Its parity-based protection prioritizes data integrity over performance striping, making it suitable for archival and media-heavy workloads, though it requires careful configuration for optimal speed. As of 2025, Unraid continues to evolve with community-driven plugins and official apps, supporting a wide range of hardware while maintaining a boot-from-USB design that preserves data drives for storage only.

History and Development

Origins and Founding

Unraid was founded in 2005 by Tom Mortensen through his company, Lime Technology, as a response to the limitations of traditional RAID systems in personal media storage setups. Motivated by his own need for a reliable solution to store and back up a growing collection of DVDs and digital media, Mortensen developed Unraid to enable flexible, parity-protected storage arrays that could accommodate hard drives of varying sizes, allowing users to expand capacity incrementally without the rigidity of uniform drive requirements found in conventional RAID configurations. The initial release of Unraid occurred on August 26, 2005, announced via a forum post on AVS Forum as a proprietary network-attached storage (NAS) operating system built on Slackware Linux. Designed specifically for home users seeking an alternative to inflexible RAID-based systems, early versions emphasized straightforward array management for data protection and sharing, prioritizing ease of use for media serving over enterprise-level complexity. Early adoption was prominent among enthusiast communities, particularly those focused on home theater and media hoarding, where users leveraged Unraid for building large-scale backups and media libraries without the constraints of matched hardware. Initial iterations centered on core storage array functionality, enabling parity-based redundancy for personal archives, though they lacked integrated support for advanced features like virtualization, which would emerge in later developments.

Major Releases and Evolution

Unraid's development progressed significantly with the release of version 6.0 on June 14, 2015, marking a shift from its earlier iterations by introducing native Docker container support and a plugin system that expanded customization options for users. This version laid the foundation for Unraid's evolution into a versatile platform for application hosting alongside storage management, after over a year of beta testing. Subsequent updates in the 6.x series built on this base, with version 6.9 stable released on March 1, 2021, adding support for multiple user-defined pools formatted primarily with Btrfs for improved data organization and redundancy options beyond the traditional array. Later, version 6.12.0, released on June 14, 2023, introduced ZFS filesystem support for these pools, enabling advanced features like snapshots and RAID-Z configurations on dedicated storage devices. The transition to Unraid 7 began with public beta releases starting June 26, 2024, featuring an updated Linux kernel, redesigned user interface, and enhanced virtualization capabilities, while maintaining compatibility with existing setups. Version 7.0.0 stable followed on January 9, 2025, incorporating native ZFS pool management directly into the core array system—eliminating the need for a traditional parity-protected array in some configurations—and bolstering networking with built-in VPN integrations and improved multi-device support. The series continued with version 7.2.0 stable on October 29, 2025, upgrading to Linux kernel 6.12 LTS and OpenZFS 2.3.x, adding a fully responsive webGUI for mobile accessibility, and critical security patches. Version 7.2.1 stable was released on November 19, 2025, providing important fixes and improvements including enhanced CPU detection, network discovery, mover schedules, and storage behavior. Alongside these technical milestones, Unraid's company evolution reflected growing adoption, evidenced by active community engagement on official forums exceeding hundreds of thousands of posts by 2025. In October 2024, Unraid announced a technology partnership with Tailscale to integrate secure, zero-config VPN networking natively, with plans for deeper enhancements announced for 2025 to support enterprise-grade remote access and clustering previews. This collaboration underscores Unraid's shift toward more robust, scalable features for both home and professional users.

Core Functionality

Storage and NAS Features

Unraid's storage system centers on a parity-protected array that enables flexible data management and fault tolerance. The array utilizes up to two parity drives to provide redundancy, with single parity safeguarding against one drive failure and dual parity protecting against two simultaneous failures. This setup employs the unRAID algorithm, which stores files independently on each data drive without striping, allowing each drive to function as a self-contained unit that can be accessed or removed individually without affecting others. Parity calculations occur during writes via Read/Modify/Write or Turbo Write modes, ensuring data integrity while accommodating mixed drive sizes, as long as no data drive exceeds the capacity of the smallest parity drive. A key advantage of the array is its support for incremental expansion; new drives of varying sizes can be added without rebuilding the entire array, simply by starting the array after assignment, which triggers parity recalculation on the fly. Higher-tier licenses permit up to 30 drives in the array, comprising 28 data drives and 2 parity drives, enabling scalable storage configurations limited primarily by hardware. Data organization occurs through user-defined shares, which apply permissions at the share level to control access, export rules, and security settings across the array. Complementing the array are cache pools, which introduce performance tiering by using SSDs or high-speed HDDs to accelerate read and write operations. These pools act as a temporary tier for frequently accessed data, with shares configurable to use cache as primary storage and the array as secondary. The built-in mover utility automates data migration, transferring files from cache to the parity-protected array on a scheduled basis to maintain protection and free up cache space. Multiple cache pools can be defined, up to 35 in advanced setups, each supporting up to 60 devices for dedicated workloads. Unraid facilitates NAS functionality through built-in support for standard sharing protocols, including SMB for Windows and macOS compatibility, and NFS for Unix-like systems, both configurable per share with export and security options. iSCSI sharing is available via community plugins, enabling block-level access for advanced storage needs such as virtualization passthrough.

Application Hosting

Unraid provides native integration with Docker, introduced in version 6.0, which allows users to deploy and manage containerized applications directly from the web-based graphical user interface (GUI). This support enables the easy installation of popular services such as media servers like Plex, cloud storage solutions like Nextcloud, and databases like MariaDB or PostgreSQL, without requiring command-line expertise. Containers are configured using pre-built templates that simplify the process by specifying repository URLs, network settings, port mappings, and environment variables, after which the system automatically pulls the image, creates the container, and starts it. The Docker subsystem in Unraid leverages the underlying Linux kernel's containerization features, allowing multiple isolated applications to run efficiently on the same host while sharing the server's resources. Templates from the Community Applications plugin provide graphical wizards for deployment, handling details like volume mounts to map host directories—such as Unraid shares (/mnt/user/appdata)—to container paths for persistent data storage. This persistent volume mapping ensures that application data survives container restarts or updates, integrating seamlessly with Unraid's array-based storage system. In addition to Docker, Unraid features a plugin system for extending core operating system functionality, with installations managed through a central repository via the Community Applications interface. These plugins, maintained by the community, include tools for system monitoring (e.g., Dynamix System Statistics), automated backups (e.g., CA Backup / Restore Appdata), and security enhancements (e.g., Unassigned Devices for mounting external drives), with over 2,000 options available in total across plugins and Docker templates. Plugins are installed similarly to containers, using one-click deployment from the catalog, and they operate as lightweight extensions without the full isolation of containers. Resource allocation for hosted applications is configurable to optimize performance, particularly for resource-intensive tasks. Users can implement CPU pinning by adding Docker extra parameters like --cpuset-cpus="2,3" in the container's advanced settings, reserving specific cores for an application to prevent contention with the host OS or other services. GPU passthrough to containers is supported for hardware acceleration, such as NVIDIA transcoding in Plex, by installing the NVIDIA Container Toolkit plugin and specifying --runtime=nvidia or --gpus all in the template, allowing direct access to the GPU without dedicating it exclusively to a virtual machine. These features enable fine-tuned resource management while maintaining the flexibility of Unraid's shared storage model.

Virtualization Support

Unraid introduced KVM-based virtualization with the release of version 6.0 in 2015, transitioning from the earlier Xen hypervisor to provide a more modern and performant foundation for hosting virtual machines (VMs). This implementation leverages KVM as the type-1 hypervisor and QEMU for device emulation, managed through Libvirt for XML-based VM configurations, enabling the execution of full guest operating systems alongside the host's storage and application services. The system supports a variety of guest operating systems, including Windows, Linux distributions, and macOS, allowing users to run diverse workloads such as desktop environments, servers, or specialized applications. Hardware passthrough capabilities extend to PCI devices, GPUs, and USB controllers via VFIO and IOMMU groups, facilitating near-native performance for demanding tasks like gaming, video editing, or AI model training by dedicating host resources directly to the VM. For remote management, Unraid provides built-in VNC access with optional password protection, while SPICE protocol support offers enhanced graphics and input handling for improved user experience, particularly in Linux guests. Additionally, VM snapshotting is available for QCOW2-formatted disks, enabling point-in-time state captures and rollbacks to aid in testing, backups, or recovery scenarios. VM disk images integrate seamlessly with Unraid's storage pools, typically stored in the dedicated domains share on cache drives or the parity-protected array for redundancy, supporting both RAW format for optimal I/O performance and QCOW2 for features like snapshots and copy-on-write efficiency. Starting with version 7.0 in 2025, enhancements include a "migratable VM" configuration option, which prepares guests for live migration across compatible hosts in preview functionality, further expanding Unraid's utility as a flexible virtualization platform.

User Interface and Ecosystem

Management Dashboard

The Unraid management dashboard is a web-based graphical user interface (GUI) designed for intuitive configuration and monitoring of Unraid systems, accessible from any standard web browser on the local network without requiring specialized software. This responsive interface emphasizes ease of use for users without deep technical expertise, presenting system information through a clean, tile-based layout that updates in real time. With the release of Unraid 7.2.0 on October 29, 2025, the WebGUI became fully responsive, adapting to different screen sizes for seamless management on desktops, tablets, and mobile devices. Key elements include visualizations of CPU and RAM utilization, network activity, disk temperatures, and overall resource consumption, allowing administrators to quickly assess server health at a glance. Central to the dashboard are tools for core storage management tasks, such as starting and stopping the array via the Main tab's Array Operation section, which handles parity disk assignments and spin-up policies for individual drives. Share creation and management occur in the dedicated Shares tab, where users define network-accessible folders with customizable settings like export rules for SMB and NFS protocols to control visibility and permissions across the network. User accounts and their associated permissions for these protocols are configured in the Users tab, enabling fine-grained access control without command-line intervention. These features streamline setup for home labs and small-scale NAS environments, reducing reliance on manual configurations. Diagnostic capabilities are integrated directly into the GUI, with the Tools tab providing options to initiate SMART self-tests on individual drives to detect potential hardware failures early, alongside scheduling and monitoring of parity checks to verify data integrity across the array. For remote oversight, the responsive WebGUI supports access from mobile devices. While command-line interface (CLI) access via SSH or Telnet supports advanced scripting for power users, the web GUI serves as the primary interaction method for the majority of administrative tasks. The dashboard also supports seamless integration with community plugins, enhancing its functionality without altering the core interface.

Community Applications and Plugins

The Community Applications (CA) plugin serves as a central, searchable repository for user-contributed Docker container templates and plugins within the Unraid ecosystem, enabling users to discover, install, and manage extensions directly from the web interface. Introduced in 2015, it organizes applications into categories such as media servers, utilities, and game servers, while incorporating user ratings, compatibility indicators, and search functionality to facilitate easy navigation. Additionally, the plugin supports auto-updates through an integrated Action Center that notifies users of available updates, deprecated items, or compatibility issues, streamlining maintenance without manual intervention. Popular plugins accessible via CA exemplify its role in enhancing Unraid's functionality. The Unassigned Devices plugin allows management of external or unformatted drives outside the main array, providing mounting options and SMART monitoring for added flexibility in storage workflows. Fix Common Problems offers automated diagnostics to identify configuration errors, permissions issues, and hardware warnings, suggesting resolutions to maintain system health. Dynamix plugins, including themes and system information tools, customize the user interface and deliver detailed hardware stats, improving usability and monitoring. Moderation ensures the repository's reliability, with the Unraid team reviewing submissions for security, functionality, and adherence to guidelines before inclusion, preventing incompatible or risky additions. By November 2025, the catalog has grown to over 2,000 curated applications, reflecting robust community contributions. This expansion is supported by active forums with over 660,000 posts as of November 2025, where users collaborate on troubleshooting, development, and best practices.

Technical Architecture

Operating System Base

Unraid is built on Slackware Linux, a lightweight and stable distribution known for its simplicity and minimalism, with extensive custom modifications tailored to its NAS and server functionalities. These modifications include proprietary components for storage management while retaining Slackware's core package system and compatibility with Slackware-compatible software. The operating system leverages the Linux kernel, selected for its robustness, hardware compatibility, and long-term stability; for instance, Unraid OS 7.2.0 (as of October 2025) incorporates Linux kernel version 6.12.54-Unraid. For file system support, Unraid's main array drives primarily utilize XFS or BTRFS, which provide reliable performance for large-scale data storage with features like snapshots in BTRFS. As of Unraid 7.2.0, array drives also support EXT2/3/4, NTFS, and exFAT formats for easier migration from other systems. Cache pools and additional storage configurations support ZFS starting from version 7.0, enabling advanced data integrity and compression options; ZFS pools now include RAIDZ expansion capabilities. The option to format new drives with legacy ReiserFS was discontinued starting in version 7.0 due to its deprecation in the Linux kernel; existing ReiserFS drives remain supported in current releases but must be migrated to another file system as support will be removed in future versions. Data encryption is integrated via LUKS, allowing secure variants such as xfs-encrypted or btrfs-encrypted for array drives and LUKS on ZFS for pools. Unraid employs a modular architecture centered on a proprietary array manager that operates at the block level using a customized Linux md (multiple devices) driver for parity calculations, without data striping across disks, distinguishing it from standard RAID implementations. Unlike many modern distributions, it eschews contemporary init systems like systemd in favor of Slackware's traditional SysV init, augmented by custom boot scripts for streamlined system startup and service management. This approach ensures a lean boot process, with user-configurable scripts in the /boot/config/go file executing post-array start for personalization.

Hardware Compatibility and Boot Process

Unraid operates on 64-bit x86_64 architecture, providing broad compatibility with Intel and AMD processors across a wide range of motherboards and systems. It is designed to run on nearly any modern hardware configuration while maintaining a minimal memory footprint, with no strict upper limit on RAM capacity beyond what the underlying hardware supports—commonly up to 1 TB in enterprise-grade systems. Support extends to multiple network interface cards (NICs) for flexible networking options and graphics processing units (GPUs) for passthrough functionality in compatible setups. While official clustering is not supported, multi-node environments can be configured via standard networking protocols for distributed resource access. Installation requires a high-quality USB flash drive as the boot device, with a minimum capacity of 4 GB and a maximum of 32 GB, formatted to FAT32 and featuring a unique globally unique identifier (GUID). The Unraid license is bound to this USB drive's GUID, ensuring it cannot be transferred without official intervention, such as when replacing a faulty device. Unraid does not support direct installation on hard disk drives; the USB serves as the sole boot medium, storing the operating system, configuration files, and license key. The boot process begins with the system's BIOS or UEFI firmware detecting and initializing the USB drive as the primary boot device. Upon booting, Unraid loads the Linux kernel and essential modules into RAM, transitioning to a root RAM file system for operation entirely in memory, which enables silent and efficient performance without ongoing disk access for the OS itself. This in-memory execution also facilitates quick startups and reduces wear on storage components. For upgrades, the process involves downloading the latest release and using the official USB Flash Creator tool to reflash the existing USB drive, preserving configurations while updating the system files.

Licensing and Compliance

License Types and Pricing

Unraid offers a free trial version of its operating system, allowing users to evaluate its features for an initial period of 30 days without any purchase required. This trial mode requires an internet connection at boot for initial validation and supports unlimited storage devices, enabling full testing of core functionalities such as storage arrays, Docker containers, and virtual machines. Users can extend the trial twice, each time by 14 days, for a total evaluation period of up to 58 days, by requesting the extension through the system's Tools > Registration interface after stopping the array. For full access, Unraid provides three perpetual paid license tiers, each unlocking progressive capabilities tied to the number of supported storage devices and update periods. The Starter license, priced at $49, supports up to 6 devices and includes one year of software updates upon purchase. The Unleashed license, at $109, removes device limitations (subject to hardware constraints) and also provides one year of updates. The top-tier Lifetime license costs $249 and offers unlimited devices along with perpetual updates, ensuring ongoing access to all future releases without additional fees. For Starter and Unleashed licenses, users may opt into annual update extensions at $36 per year after the initial period to receive security patches and new features. Upgrade paths are available between tiers, such as adding $60 to a Starter license for Unleashed or $200 for Lifetime, preserving the original purchase value. Licenses are activated by purchasing through the official Unraid website at unraid.net and redeeming a provided activation code via the system's web interface, which generates a .key file to be copied to the USB flash drive's /config directory. The license is tied to the unique GUID of the bootable USB flash drive, ensuring secure binding to the installation media rather than specific hardware. This setup allows licenses to be transferable to a new USB drive. The first transfer can be performed anytime at no extra cost using the Tools > Registration > Replace Key function. Subsequent transfers are permitted once every 12 months, or earlier with assistance from support by providing the old and new GUIDs. Trial keys, however, are non-transferable. Unraid OS itself operates under a proprietary license model, with no open-source distribution of its core software; all purchases are made directly from unraid.net, and revenue from these licenses funds ongoing development and support. Bulk or OEM pricing options can be inquired about via the contact form for enterprise needs.

GPL Compliance Issues

Unraid relies on GPL-licensed components such as the Linux kernel and mdadm for its foundational storage management capabilities. Its proprietary array manager integrates with a modified version of the Linux md driver, termed md_unraid, which is explicitly released under the GPLv2 to ensure kernel-level storage operations comply with open-source requirements. During the mid-2000s, particularly in 2006, community forums hosted debates over potential GPL violations in Unraid, focusing on whether the proprietary elements formed derivative works of GPL code without adequate source disclosure. Users questioned the combination of closed-source binaries with open components like the kernel and ReiserFS, prompting calls for full source release and legal review. Lime Technology resolved these concerns by incorporating the source code for all GPL-modified elements into the Unraid USB boot image distribution. This source is accessible within the booted OS at /usr/src, and extraction from the image is possible using utilities like binwalk, allowing clear separation of proprietary code from compliant open-source portions. Lime Technology's position is that core system binaries remain proprietary, but GPL components are modular and fully sourced, preventing derivative work issues or AGPL entanglements. Community forums have seen continued dialogue on these matters, with developer responses affirming compliance through the USB image mechanism. As of 2025, no verified AGPL violations or unresolved GPL disputes have been reported.

References

  1. [1]
    What is Unraid?
    Unraid is an embedded operating system designed to give you complete control over your hardware. It functions as a robust network-attached storage (NAS) system ...
  2. [2]
  3. [3]
    The Unraid Story
    ### Summary of Unraid OS History and Evolution
  4. [4]
  5. [5]
    Version history | Unraid Docs
    Oct 29, 2025 · Version history. Need the USB Creator? Getting Started With Unraid. Stable Previous Legacy. Current/Stable Release.
  6. [6]
    unRAID But Not Unprotected - Network Computing
    ... Lime Technology's Tom Mortensen came up with unRAID; which lets users build parity protected data stores from drives of different sizes and add capacity on ...
  7. [7]
    Happy 17th Birthday to Lime Technology and Unraid
    Aug 26, 2022 · On August 26th, 2005, the very first post announcing "a new network-attached media storage server product called Un-RAID" was made on AVS ...Unraid's 14th Birthday: A Q&A with the CEO on the Past, Present ...Unraid turns 19 - AnnouncementsMore results from forums.unraid.netMissing: initial | Show results with:initial
  8. [8]
    Unraid - Never Complete Only Abandoned - Obsidian Publish
    Jan 22, 2024 · Unraid is a proprietary file and application server OS based on Slackware Linux. Website Source Documentation QUOTE Notability A powerful ...
  9. [9]
  10. [10]
  11. [11]
    Version 6.12.0 2023-06-14 - Unraid Docs
    Jun 14, 2023 · New in this release is the ability to create a ZFS file system in a user-defined pool. You may also format any data device in the unRAID array with a single- ...<|separator|>
  12. [12]
  13. [13]
  14. [14]
  15. [15]
    Version 7.2.0 2025-10-29 - Unraid Docs
    Feature: Add favicon and web app manifest support; Feature: License key upgrades are installed automatically, without needing to restart the array; Feature ...
  16. [16]
  17. [17]
    Unraid is Partnering with Tailscale for Seamless, Secure Networking ...
    Oct 11, 2024 · We are thrilled to announce a Technology Alliance Partnership with Tailscale, marking an exciting step forward in secure networking for your Unraid systems.Compose + Tailscale Plugin Compatibility - Unraid ForumsLinux and Unraid Security Concerns (Questions) - General SupportMore results from forums.unraid.netMissing: 2025 | Show results with:2025
  18. [18]
    Arrays | Unraid Docs
    Unraid provides various write modes for managing array operations, each with its own pros and cons regarding speed, power consumption, and drive wear. Knowing ...
  19. [19]
    Licensing FAQ - Unraid Docs
    "Unlimited" refers to the maximum number of storage devices you can attach to your Unraid server, based on your license tier. Here are the current limits: ...
  20. [20]
    Shares | Unraid Docs
    First pass: Fill 8TB drive until 4TB free remains (half of 8TB). Second pass: Fill 8TB/3TB drives until 2TB free remains. Third pass: Fill all drives until 1TB ...
  21. [21]
    Cache pools - Unraid Docs
    In Unraid, a cache pool is a collection of drives, typically SSDs or high-speed HDDs, that temporarily store data before moving it to the main array.
  22. [22]
    Security fundamentals | Unraid Docs
    By default, Unraid enables SMB because it's widely supported by modern Windows and macOS systems. NFS and FTP are turned off but can be enabled if needed. For ...
  23. [23]
    Overview | Unraid Docs
    Unraid uses Docker to create separate environments for running Linux-based applications. Each Docker container operates independently from the Unraid operating ...
  24. [24]
    Managing & customizing containers | Unraid Docs
    ### Summary of Unraid's Docker Support
  25. [25]
    Community Applications | Unraid Docs
    Community Applications provides a curated catalog of over 2,000 free Docker containers and plugins maintained by the Unraid community. Each container or plugin ...
  26. [26]
  27. [27]
    how does cpu pinning/isolation work - General Support - Unraid
    Feb 24, 2021 · CPU isolation allows the user to specify CPU cores that are to be explicitly reserved for assignment (to VMs or Docker containers). This is ...Pining CPUS to docker and isolation - General Support - UnraidBulk change of CPU pinning for docker containers - Unraid ForumsMore results from forums.unraid.net
  28. [28]
  29. [29]
    Overview & system prep - Unraid Docs
    Unraid's virtualization stack is designed to be flexible and high-performing, utilizing several open-source technologies to support effective virtual machine ( ...
  30. [30]
    VM setup - Unraid Docs
    GPU passthrough allows you to assign a physical graphics card directly to a VM, providing near-native performance for gaming, creative work, or machine learning ...
  31. [31]
    SPICE Support + Config - VM Engine (KVM) - Unraid Forums
    Aug 31, 2016 · Step 1: Create your VM as you normally would, have it set for VNC. Step 2: Add the SPICE <graphics> section (overwrite any existing <graphics> section)SPICE instead of vnc - VM Engine (KVM) - Unraid ForumsSPICE for VMs - Feature Requests - Unraid ForumsMore results from forums.unraid.net
  32. [32]
    Version 7.0.0 2025-01-09 - Unraid Docs
    Version 7.0.0 2025-01-09. This version of Unraid OS includes significant improvements across all subsystems, while attempting to maintain backward ...
  33. [33]
    VM Migratable option in Unraid 7
    Dec 31, 2024 · A new option in Unraid 7 under the VM settings with an on/off switch for “migratable VM”. Could someone explain what this means?Yet another Unraid migration scenario - General Support[GUIDE] Proxmox Virtualize UnRaid --Experimental with v7More results from forums.unraid.netMissing: live | Show results with:live
  34. [34]
    Tour the WebGUI - Unraid Docs
    The Dashboard tab provides real-time monitoring of hardware and software components on your Unraid server. It displays various aspects of management - such as ...
  35. [35]
    Key Features | Unraid Docs
    Dashboard View - The dashboard provides a detailed, real-time overview of your system, displaying indicators for disk health, temperatures, resource utilization ...
  36. [36]
    SMART reports & disk health - Unraid Docs
    In Unraid, SMART monitoring acts as an early warning system, alerting you to possible drive failures before you lose any data. Why SMART monitoring is important ...
  37. [37]
  38. [38]
    [Plug-In] Community Applications - Plugin Support - Unraid Forums
    May 29, 2015 · After installation, going to the Apps tab will bring up Community Applications. All button actions etc should (hopefully) be self explanatory.Plugin system documentation - Programming - Unraid ForumsunRAID Plugin Management - General Support (V5 and Older)More results from forums.unraid.net
  39. [39]
  40. [40]
    Must have unRAID plugins Part 2 The Dynamix Plugins - YouTube
    Jan 10, 2018 · This is the second part of a series of videos where we will take a detailed look at the best 'must have' plugins. This video looks at the ...
  41. [41]
    Forums - Unraid
    This forum is for community developers to engage with Lime Tech directly for assistance with creating containers, virtual machine templates, plugins, or ...General Support · Announcements · Plugin Support · Docker Containers
  42. [42]
    What Linux distro is Unraid based on? - General Support
    Apr 5, 2025 · Is Unraid's development "in parallel " with Slackware (so does it for example use the internals of the current Slackware version 15, or is ...
  43. [43]
    Unraid based on Arch Linux instead Slackware
    Mar 2, 2018 · Does it make sense for unraid to be based on Slackware considering that there are distros like Arch? I'm under the impresion that slackware ...
  44. [44]
  45. [45]
    File systems | Unraid Docs
    XFS is the default file system for array drives in Unraid. It's known for its robustness and ability to recover from corruption after unexpected shutdowns or ...<|control11|><|separator|>
  46. [46]
    Encrypting your data - Unraid Docs
    Select the drive you want to encrypt. In File system type, choose the encrypted version of your desired file system (e.g., xfs-encrypted , btrfs-encrypted ).
  47. [47]
    How does Unraid work, exactly? - General Support
    Dec 22, 2023 · Unraid has a custom md driver that works at the block level for array drives below any file system so is file system agnostic.How is Unraid parity implemented? - LoungeMigrating to Unraid - General SupportMore results from forums.unraid.net
  48. [48]
    Custom Scripts & Cron - General Support - Forums - Unraid
    Nov 16, 2018 · User Scripts can run a script at boot and run other scripts on schedule. You can also put code in the config/go file on flash.Create a custom Service in UNRAID - General Support(SOLVED) Where is the best place to put commands/scripts to ...More results from forums.unraid.netMissing: SysV | Show results with:SysV
  49. [49]
  50. [50]
    Some questions about source code and licensing. - Unraid Forums
    Jan 30, 2025 · The modified md driver (which implements Unraid's parity-based storage) is released under GPLv2, meaning all storage-related operations at the ...Write generic ISO to USB Stick. How? - General Support - UnraidWill unraid be made open source? - Forums - UnraidMore results from forums.unraid.netMissing: USB | Show results with:USB
  51. [51]
    GPL? - General Support (V5 and Older) - Unraid Forums
    Mar 9, 2006 · GPL compliance should be your number one priority. When can we expect to see some sources posted?GPL? - Page 3 - General Support (V5 and Older) - Forums - UnraidIs unraid a Linux distribution? - Pre-Sales SupportMore results from forums.unraid.net
  52. [52]
    Lime Technology unRAID Reviewed - SmallNetBuilder
    The unRAID driver is released under the GPL, and although the source can't be downloaded directly from Lime-Technology's site, it's in the unRAID server ...
  53. [53]
    Unraid OS 7.2.1 Stable Release
    Official blog post announcing the release of Unraid 7.2.1 on November 19, 2025, detailing fixes and improvements for CPU detection, network discovery, mover schedules, and storage.