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. Listen to his story.

Moderated and Vetted

Moderators ensure that apps listed in the store offer a safe, compatible, and consistent experience. Learn more about our guidelines.


Cloudflare-DDNS's Icon

This small Alpine Linux based Docker image will allow you to use the free CloudFlare DNS Service as a Dynamic DNS Provider (DDNS). Variable:EMAIL: Your Cloudflare email. Variable:API_KEY: A Zone-DNS API Key to be created on the following page: https://dash.cloudflare.com/profile/api-tokens Variable:ZONE: Your domain name. e.g. example.com Variable:SUBDOMAIN: Your subdomain. e.g. sub.example.com (Only enter subdomain name, not entire address!) Variable:PROXIED: Set this to true if the domain is using the Cloudflare proxy (CDN). Defaults to false Variable:RRTYPE: Set to AAAA to use set IPv6 records instead of IPv4 records. Defaults to A for IPv4 records. NOTE: AAAA: You will also need to run docker with IPv6 support, or run the container with host networking enabled.

Duplicacy's Icon

Web GUI for Duplicacy. Duplicacy backs up your files to many cloud storages with client-side encryption and the highest level of deduplication http://duplicacy.com Note: - It's imporatant to pass hostname (Advanced View > Extra Parameters > --hostname=), as duplicacy license is requested based on hostname and machine-id provided by dbus. - Machine-id will be persisted in the /config directory. - Default hostname set to 'duplicacy-unraid'. - If you want to backup the unRAID FLASH drive then you will have to run Duplicacy as root i.e. USR_ID=0 and GRP_ID=0 - /config -- is where configuration data will be stored. Should be backed up. - /logs -- logs will go there. - /cache -- transient and temporary files will be stored here. Can be safely deleted. - Readme: https://hub.docker.com/r/saspus/duplicacy-web

openldap's Icon

A docker image to run OpenLDAP, The container default log level is info. Available levels are: none, error, warning, info, debug and trace. To use this container with phpldapadmin, create a custom network that both containers are on and then link them using --link openldap:PHPLDAPADMIN_LDAP_HOSTS in the extra parameters of the phpldapadmin docker container (which should be equal to HOSTNAME in this container). Any other docker that wants to use LDAP credentials will need the same extra parameter including Let's Encrypt if you are using linuxserver.io's ldap-auth container.

phpldapadmin's Icon

A docker image to run phpldapadmin. It provides a user interface to an openldap database. It must be on the same custom network as openldap and must be linked via --link openldap:PHPLDAPADMIN_LDAP_HOSTS e.g. --link openldap:example.org An example config.php can be found here: https://github.com/commandprompt/phpldapadmin/blob/master/config/config.php.example

rancher's Icon

A container management platform built for organizations that deploy containers in production. The docker version of Rancher cannot be made HA (Highly Available), however the clusters it creates can be. It is also possible to connect to and use clusters created by rancher when it is down. Useful as a management interface for deploying, scaling, and editting apps on other systems. (in the cloud, a raspberry pi cluster, vms running k3os, etc.) Perfect for running and managing the apps that you'd rather not go down while maintaining your server.

RTMPS-Server's Icon

This Docker image can be used to create a video streaming server that supports RTMP, RTMPS, HLS, DASH out of the box. It also allows adaptive streaming and custom transcoding of video streams. All modules are built from source on Debian and Alpine Linux base images. Stream live RTMP content to: rtmp://(server ip):1935/live/(stream_key) where (stream_key) is any stream key you specify. Stream live RTMPS content to: rtmps://(ssl_domain):1936/live/(stream_key) where (stream_key) is any stream key you specify. (Check the Github Wiki for information on setting up RTMPS support) View in VLC: rtmp://(server ip):1935/live/(stream-key) http://(server ip):8080/hls/(stream-key).m3u8 http://(server ip):8080/dash/(stream-key)_src.mpd View in Browser (assumes (stream-key) is 'test', edit the html files from the mounted directory to change this): http://(server ip):8080/players/hls.html http://(server ip):8080/players/dash.html http://(server ip):8080/players/rtmp.html

UniFi-Poller's Icon

Collect ALL UniFi Controller, Device and Client Data - Export to InfluxDB or Prometheus. Visualize with Grafana using included dashboards IMPORTAT! ACTION REQUIRED As of UniFi Poller version 2 all of the environment variables and config file format changed. You must reconfigure this container after you upgrade READ THE INSTRUCTIONS https://github.com/unifi-poller/unifi-poller/wiki/Configuration