Community Apps

Browse our large and growing catalog of applications to run in your Unraid server. 

Download the Plugin  |  Become a Community Developer


Community-built

All the applications you love—built and maintained by a community member who understands what you need on Unraid. Love a particular app or plugin? Donate directly to the developer to support their work.

Created by a Legend

Andrew (aka Squid) has worked tirelessly to build and enhance the experience of Community Apps for users like you.

Moderated and Vetted

Moderators ensure that apps listed in the store offer a safe, compatible, and consistent experience. 


FolderView lets you create folders for grouping Dockers and VMs together to help with organization. Especially useful if you're using docker-compose. Getting Started: A new button named "Add Folder" will appear at the bottom of the docker and VM tab(s) next to "Add Container", depending on whether they are enabled in Settings or not.

GPU Statistics's Icon

This plugin parses GPU statistic data from vendor specific utilities and displays a subset of them on the dashboard. From version 6.12 onwards can support multiple GPUs on the dashboard and supports multiple Intel GPUs iGPU and ARC.

A simple plugin that indexes all of the pages in the GUI and allows you to search for them. No more wondering if the page is in Utilities, Tools, or System Information

Hailo RT Driver's Icon

The Hailo RT (Real-Time) is a specialized AI processor designed to deliver high-performance and efficient edge computing capabilities. It excels in performing real-time AI inference tasks, making it ideal for applications such as video analytics, autonomous vehicles, and industrial IoT. This plugin provides the necessary drivers to leverage the Hailo RT processor, enhancing the performance and efficiency of AI-driven edge computing tasks on supported hardware. This plugin also contains the binary 'hailostatus' to display various device statistics which is based on this repository: https://github.com/ssttevee/zig-hailo

This Plugin enables/disables HBA mode on some HP Smart Array controllers and installs the tool 'hpsahba'. As mentioned in the Github Repo: CAUTION: This tool will destroy your data and may damage your hardware! For further information go to the source Github repository: https://github.com/im-0/hpsahba. Warning, this "workaround" comes with a few downsides: - You have to set the controller type to SAT to get temperature readings. - TRIM might now work (needs further testing). Tested on following hardware so far: HP Smart Array P410i HP Smart Array P420i Firmware Version 6.0 HP Smart Array P812 Hewlett-Packard Company Smart Array G6 controllers / P410 (PCI ID: 103c:323a, board ID: 0x3243103c, firmware: 6.64) Hewlett-Packard Company Smart Array G6 controllers / P212 (PCI ID: 103c:323a, board ID: 0x3241103c, firmware: 6.64)

Intel i915 SR-IOV's Icon

Intel Graphics SR-IOV is Intel's latest virtualization technology for graphics. Single Root I/O Virtualization (SR-IOV) defines a standard method for sharing a physical device function by partitioning the device into multiple virtual functions. Each virtual function is directly assigned to a virtual machine, thereby achieving near-native performance for the virtual machine. Check the link below to confirm if your integrated graphics support SR-IOV. https://www.intel.com/content/www/us/en/support/articles/000093216/graphics.html

Intel-GPU-TOP's Icon

This plugin adds the tool 'intel_gpu_top' to your unRAID server and also enables your Intel iGPU from the installation of this plugin on, so no editis to the 'go' file or creation of other files are necessary. To see the usage of your iGPU open up the unRAID Terminal and type in 'intel_gpu_top' (without quotes). This plugin is based on parts of the Intel-GPU-Tools package and containes only 'intel_gpu_top' to monitor your iGPU usage natively in a unRAID Terminal. This plugin satisfies installation prerequisites of the GPU Statistics plugin from Community Apps. With both plugins installed you can display Intel GPU utilization on the unRAID Dashboard.

Intel-GVT-g's Icon

Intel-GVT-g is a technology that provides mediated device passthrough for Intel iGPUs (Broadwell and newer). It can be used to virtualize the iGPU for multiple guest virtual machines and also in Docker containers, effectively providing near-native graphics performance in the virtual machine and still letting your host use the virtualized iGPU normally. This is useful if you want accelerated graphics in Windows virtual machines running without dedicated GPUs for full device passthrough. This means less power consumption, less heat output and better performance for your VMs.

Libvirt Hotplug USB

dlandon

Plugins, Tools / UtilitiesSystem

A Plugin for Hot-plugging USB Devices to Running VMs. Libvirt Hotplug USB allows mounting of USB Devices (e.g. Keyboard, Mouse, iPhone, FlashDrive, etc) on running VMs. It uses virsh to attach the Devices which avoids Conflicts between different VMs.

LXC's Icon

LXC is a well-known Linux container runtime that consists of tools, templates, and library and language bindings. It's pretty low level, very flexible and covers just about every containment feature supported by the upstream kernel. ATTENTION: This plugin is currently in development and currently meant for advanced users only, please visit the support thread first! Not all features/distributions are supported currently!

Mellanox-Firmware-Tools's Icon

This Plugin will install all necessary modules and dependencies for your Mellanox network card. With this tool you can flash/modify your Mellanox network card (command line only) and also read out the current temperature on the settings/plugin page.

mergerFS for UNRAID's Icon

mergerFS for UNRAID beta

desertwitch

Drivers, Plugins, Tools / UtilitiesSystem

A plugin that installs mergerFS, a featureful union filesystem, onto UNRAID systems (includes mergerFS-Tools). mergerfs is a union filesystem geared towards simplifying storage and management of files across numerous commodity storage devices. It is similar to mhddfs, unionfs, and aufs.

Mover Tuning's Icon

A simple plugin to fine tune the operation of the scheduled mover script. Only run when cache space is getting low; don't run if a parity check / rebuild is in progress; Or completely disable the scheduled moves

Mover Tuning's Icon

A simple plugin to fine tune the operation of the scheduled mover script. Only run when cache space is getting low and filter files to move according to age, size, ...; don't run if a parity check / rebuild is in progress; or completely disable the scheduled moves. Can enable turbo write to speed up things.

Nerd Tools's Icon

This plugin allows installation of extra packages, mostly CLI, for advanced users. Use at your own risk. Not officially supported by LimeTech. Note that this plugin is not currently supported and this project is looking for someone to fork it and keep it alive.

Network UPS Tools (NUT) for UNRAID's Icon

Network UPS Tools (NUT) for UNRAID beta

desertwitch

Drivers, Plugins, Tools / UtilitiesSystem

A refactored, modernized version of the original NUT plugin with a focus on frequent updates. This alternative version has improved usability through precise documentation, offering various NUT backends to choose from, and following the latest developments of the NUT master branch more closely. It strives to maximize both your UPS performance and compatibility, while also aiming to provide useful new features with the same amount of stability as in earlier versions.

New Unlock Key for Encrypted Drives's Icon

New Unlock Key for Encrypted Drives

doron

Drivers, Plugins, Tools / UtilitiesSystem

A tool that enables you to change the unlock key of your encrypted drives. This is a CLI script. The plugin simply installs the script. Each of the current and new unlock keys can either be a text password / passphrase, or a binary key file if you're into those (I am). Your array must be started to use this tool.

Nvidia-Driver's Icon

This plugin will install all necessary modules and dependencies for your Nvidia Graphics Card so that you can make use of it in your Docker containers. In the settings/plugins menu you find your UUID of your graphics card(s). You can also choose your preferred version of the Nvidia drivers, by default it will always grab the latest driver version that is availabe for the current Unraid build. This plugin satisfies installation prerequisites of the GPU Statistics plugin from Community Apps. With both plugins installed you can display Nvidia GPU utilization on the unRAID Dashboard. ATTENTION: If you plan to pass through your card to a VM don't install this plugin!

NVTOP's Icon

NVTOP stands for Neat Videocard TOP, a (h)top like task monitor for AMD, Intel and NVIDIA GPUs. It can handle multiple GPUs and print information about them in a htop familiar way. This Plugin is based on: https://github.com/Syllo/nvtop

nwipe (Secure Disk Eraser) for UNRAID

desertwitch

Plugins, Tools / UtilitiesSystem, Utilities

nwipe is a program that will securely erase the entire contents of disks, with a ncurses GUI. It can help you make sure that your precious data is gone for good, before you sell or RMA your disks. nwipe is a fork of the dwipe command originally used by Darik's Boot and Nuke (DBAN).