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. 


RapidPhotoDownloader's Icon

This Docker will download and install Rapid Photo Downloader. ATTENTION: Please be sure to set the right source and destination folder on the server, otherwise the template creates automaticaly two new folders to your shares if not changed ('rpd-source-folder' & 'rpd-destiantion-folder'). Update Notice: Go to the Rapid Photo Downloader homepage (https://www.damonlynch.net/rapid/) and got to the download selection, rightclick on "Install script" and select "Copy Link Location" then paste the copied link into the "Download URL" variable.

RCON's Icon

This plugin adds RCON to your unRAID server and enables your to connecto to various servers who are following the RCON protocol standard. Simply issue 'rcon -h' from an unRAID Terminal and you get an overview on how to connect. A basic connection command will look like this: 'rcon -a RCONIP:RCONPORT -p PASSWORD' to end the connection press CTRL + C. ATTENTION: The RCON protocol transmits everything un-encrypted (including your password!). Therefore it is strongly recommended to not connect to RCON over the internet rather it is recommended to use a VPN or SSH if you want to connect to a foreign server over the internet. Source: https://github.com/n0la/rcon

reactive-resume-client-v3's Icon

reactive-resume-client-v3

Productivity

A one-of-a-kind resume builder that keeps your privacy in mind.

reactive-resume-server-v3's Icon

reactive-resume-server-v3

Productivity

A one-of-a-kind resume builder that keeps your privacy in mind.

reactive-resume-v1's Icon

reactive-resume-v1

Productivity

A one-of-a-kind resume builder that keeps your privacy in mind.

readeck's Icon

readeck

Productivity

Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever. See it as a bookmark manager and a read later tool.

Refact's Icon

Refact

Productivity

Refact WebUI for fine-tuning and self-hosting of code models, that you can later use inside Refact plugins for code completion and chat.

root's Icon

ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations.

RSS-To-Telegram's Icon

RSS-To-Telegram beta

Network ServicesMessenger, Other, Productivity

A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow.

rstudio's Icon

NOTE First run is slow. RStudio Server with an emphasis on reproducibility. Builds on debian stable (debian:jessie for versions < 3.4.0, debian:stretch after, etc) release. This stack installs a fixed version of R itself from source and it installs all R packages from a fixed snapshot of CRAN at a given date. Users should include the version tag, e.g. rocker/rstudio:3.3.1 when reproduciblity is paramount.

RTL8125(B) PCI Drivers's Icon

This package contains the Realtek OOT Drivers and installs them, a reboot is required after installing the plugin (upgrading to a newer Unraid version maybe needs a second reboot too). The following Chipsets are supported by this driver: Network Interface Controllers > 2.5G Gigabit Ethernet > PCI Express RTL8125 / RTL8125B(S)(G) Source: https://github.com/jinlife/unraid-r8125-r8152-driver

RTL8126 PCI Drivers's Icon

This package contains the Realtek OOT Drivers and installs them, a reboot is required after installing the plugin (upgrading to a newer Unraid version maybe needs a second reboot too). The following Chipsets are supported by this driver: Network Interface Controllers > 5G Gigabit Ethernet > PCI Express RTL8126 Source: https://github.com/jinlife/unraid-r8125-r8152-driver

RTL8156(B) RTL8157 USB Drivers's Icon

RTL8156(B) RTL8157 USB Drivers

jinlife

Drivers, Plugins, Productivity, Tools / UtilitiesSystem

This package contains the Realtek OOT Drivers and installs them, a reboot is required after installing the plugin (upgrading to a newer Unraid version maybe needs a second reboot too). ATTENTION: To utilize 2.5Gbit/s speeds you have to add this line at the bottom to your 'go' file: 'ethtool -s eth0 autoneg on advertise 0x80000000002f' (without quotes and modify eth0 to the corresponding adapter in your system)! To utilize 5Gbit/s speeds you have to add this line at the bottom to your 'go' file: 'ethtool -s eth0 autoneg on advertise 0x180000000002f' The following Chipsets are supported by this driver: Network Interface Controllers > 5G Gigabit Ethernet > USB 3.0 RTL8157 Network Interface Controllers > 2.5G Gigabit Ethernet > USB 3.0 RTL8156 / RTL8156B Network Interface Controllers > 10/100/1000M Gigabit Ethernet > USB 3.0 RTL8153 / RTL8153B / RTL8153C / RTL8153D / RTL8153E Network Interface Controllers > 10/100/1000M Gigabit Ethernet > USB 2.0 RTL8154 / RTL8154B Network Interface Controllers > 10/100M Fast Ethernet > USB 2.0 RTL8152B Source: https://github.com/jinlife/unraid-r8125-r8152-driver

RTL8168(B)/RTL8111(B) PCI Drivers's Icon

RTL8168(B)/RTL8111(B) PCI Drivers

jinlife

Drivers, Plugins, Productivity, Tools / UtilitiesSystem

This package contains the Realtek OOT Drivers and installs them, a reboot is required after installing the plugin (upgrading to a newer Unraid version maybe needs a second reboot too). The following Chipsets are supported by this driver: Network Interface Controllers > 10/100/1000M Gigabit Ethernet > PCI Express RTL8111B/RTL8111C/RTL8111D/RTL8111E/RTL8111F/RTL8111G(S)/RTL8111H(S)//RTL8118(A)(S)/RTL8119i/RTL8111L/RTL8111K RTL8168B/RTL8168E/RTL8168H RTL8111DP/RTL8111EP/RTL8111FP RTL8411/RTL8411B Source: https://github.com/jinlife/unraid-r8125-r8152-driver

servas's Icon

servas

Productivity

A self-hosted bookmark management tool. Servas is based on Laravel and Inertia.js and uses Tailwind CSS and Svelte for the frontend. It still needs a lot of work but developer is active and available at github MUST DO FIRST: - Create a Local directory (ex: /mnt/user/appdata/servas) where the ".env" & "servas.db" files will be stored. - Create a file called .env and inside on it add the line: APP_KEY= - Create a file called servas.db Fill in the rest of this template. Once the container is running, open the container's console and run the following command: php artisan key:generate --force ---> This will generate a key and it will be stored in the .env file you created. ReStart Container. navigate to : http://localhost:8086/register ---> Here you will generate your admin account. navigate to: http://localhost:8086/login ========================BELLOW IF USING MYSQL/MariaDB======================== You no longer need MySQL/MariaDB but if you still want to use it, then add the following lines to the .env file: MySQL DB_CONNECTION=mysql DB_HOST=db DB_PORT=3306 DB_DATABASE=servas_db DB_USERNAME=servas_db_user DB_PASSWORD=password Optional Requirements if using MySQL/MariaDB: - MySQL / Mariadb Database already running and available. - CREATE a database (ex. servas-db) - CREATE a User for servas-db (ex. servas)

Shiori's Icon

Shiori

Productivity

Shiori is a simple bookmarks manager written in the Go language. Intended as a simple clone of Pocket. Default Login username: shiori password: gopher After starting container for the first time run the command docker exec -it Shiori shiori migrate from CLI to set up the database.

SideQuests's Icon

SideQuests

Productivity

SideQuests - Objective Tracker SideQuests provides an intuitive and mobile friendly web-interface for managing tasks and objectives.

SiliconNotes's Icon

SiliconNotes

Productivity

A somewhat lightweight, low-friction personal knowledge base with few frills. Note that you will need to chmod 777 your /mnt/user/appdata/siliconnotes folder to get this to run.

silverbullet's Icon

silverbullet

Productivity

SilverBullet is a note-taking application optimized for people with a hacker mindset. We all take notes. There’s a million note taking applications out there. Literally. Wouldn’t it be nice to have one where your notes are more than plain text files? Where your notes essentially become a database that you can query; that you can build custom knowledge applications on top of?