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.


Proxy-Server's Icon

Proxy-Server

Network Services, Privacy

This container is a dedicated http/https and SOCKS5 proxy both with authentication support. It's intended usecase is to use it in combination with a VPN container to give your applications outside of your server access to the VPN. If you VPN supports native Wireguard support: 1. Go to the built in VPN Manager in the Settings tab in Unraid 2. Import the configuration vrom your VPN provider 3. Make sure that "Peer type of access" is set to "VPN tunneled access for docker" 4. Change the slider to active 5. Set the network from this container to the wg: network from your provider To connect the container to a already installed VPN container: 1. Set the Network Type in this Docker template to None 2. Enable the Advanced View on the top right corner from this Docker template and append: --net=container:CONTAINERNAME To the Extra Parameters (you have to change CONTAINERNAME to the VPN Docker container name eg: --net=container:binhex-delugevpn when the VPN Docker container name is binhex-delugevpn - case sensitive!). 3. Go to the VPN Docker template and create two new port mappings with the button Add another Path, Port, Variable, Label or Device, by default 8118 (for http/https proxy) and 1030 (for SOCKS5 proxy) both TCP protocol and with host/container port set to the same port. 4. When you've done that you can connect the application(s) to the proxy to the host IP from the VPN Docker container, by default with 8118 (for http/https proxy) and 1030 (for SOCKS5 proxy) Note for Firefox and Chrome: Firefox and Chrome natively don't support authentication for a SOCKS5 proxy, it is recommended to use a extension like FoxyProxy supports authentication). URL encode: If you are using a password with special charcters and want to use the http/https proxy system wide, the container ships with urlencode to convert your password to a URL compatible format. Just open up a terminal from the container, issue urlencode and follow the prompts. The container uses dumbproxy and socks5 (both written in golang) as a backend to serve http/https and SOCKS5 proxy.

Proxy-WOL-Redirect's Icon

Proxy-WOL-Redirect

Tools / Utilities, Utilities

EN This container must be run as "host" for sending magic packet. FR Ce container doit tourner en mode "host" pour permettre l'envoi du magic packet WOL.

PRPDF's Icon

This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc. Its an open beta that I am testing on. Please add a scan source folder and a folder where your files shoud be sorted and archived into the subfolders existing there Any Issus report on github.

prusaslicer-novnc's Icon

prusaslicer-novnc

Home Automation, Productivity

Enjoy Prusaslicer directly in your browser with this easy to use Docker container. This template has the minimum variables defined, but you can find additional details on the template at the URLs listed below. https://github.com/helfrichmichael/prusaslicer-novnc https://hub.docker.com/r/mikeah/prusaslicer-novnc

ps2-continent-bot's Icon

ps2-continent-bot beta

Tools / Utilities, Utilities

A Discord bot written in Python for Planetside 2 that checks which continents are open on a server so you don't have to.

PS3NetSrv's Icon

PS3NetSrv beta

Network Services, Other

PS3netsrv is a program that allows Multiman or Webman to play game backups that are stored on your unRAID server. THIS IS IN BETA AND HAS REPORTED ISSUES with UNRAID 6.8.0 and higher. Configuration /games This is where your games should be stored. Port 38008/tcp is default for PS3NetSrv. Submit any UnRaid issues here: http://forums.unraid.net/index.php?topic=48370.0 The docker container is made by shawly/ps3netsrv

psitransfer's Icon

psitransfer

Cloud

Simple open source self-hosted file sharing solution. To access Admin Page add /admin at the end of the URL Run chown -R 1000 /mnt/user/appdata/psitransfer/ After install in Unraid CLI

psono's Icon

psono

Security

Secure self-hosted solution for businesses Need settings.yaml in appdata directory (Read First)

pterodactyl-daemon's Icon

Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users. Find a guide on how to get this up and running at https://docs.ibracorp.io

Pterodactyl-Deamons's Icon

Pterodactyl-Deamons

Game Servers

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users. Stop settling for less. Make game servers a first class citizen on your platform. All the setups requiried is on the support area (Discord or Forum)

pterodactyl-panel's Icon

Pterodactyl is an open-source game server management panel built with PHP 7, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users. Find a guide on how to get this up and running at https://docs.ibracorp.io

Pterodactyl-Panel's Icon

Pterodactyl-Panel

Game Servers

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users. Stop settling for less. Make game servers a first class citizen on your platform. All the setups requiried is on the support area (Discord or Forum) WARNINGS !!! The Latest Version requir a Redis Install on your Server !!! WARNINGS

ptools-backend's Icon

ptools-backend

PTools, a tool that allows you to play PT easily, supports check-in, data statistics, downloader aggregation management, brush stream, auxiliary seed and other functions, with web and App

PufferPanel's Icon

PufferPanel

Game Servers

PufferPanel is an open source game server management panel designed to be easy to use and easy to install. PufferPanel supports Minecraft, Forge, Spigot, Sponge, Source Dedicated Servers, BungeeCord, PocketMine, Forge, and much more. To get admin user, run docker exec -it PufferPanel /pufferpanel/pufferpanel user add

puppetmaster's Icon

Simple puppet master docker based on Centos7 # docker-puppetmaster Docker image for puppet server v5 designed to run on unraid If you want the 3.5 version please use docker-puppetmaster:v3 which is currently using puppet 3.5.7 This is super basic, you have to map /etc/puppet and /etc/puppet/ssl as the confdir and ssl dir You must have the conf directory setup, it will not be populated - map to /etc/puppetlabs/puppet You must have the code directory setup, it will not be created - map to /etc/puppetlabs/code However an empty SSL directory is fine, puppet will set this up. Also include puppet-lint in case you want to check in the docker container. Also includes perl for a script I run on puppetmaster for staggering puppet run times.

pure-ftpd's Icon

Pure-FTPd is a free (BSD), secure, production-quality and standard-conformant FTP server. Creating user by using console "pure-pw useradd admin -u 99 -g 100 -d /home/admin -m"

PushBits's Icon

Receive your important notifications immediately, over Matrix. It enables you to send push notifications via a simple web API, and delivers them to your users. PushBits is a relay server for push notifications. It enables you to send notifications via a simple web API, and delivers them to you through Matrix. This is similar to what Pushover and Gotify offer, but it does not require an additional app. Config File: After the first start you have to download the config example file from here: https://github.com/pushbits/server/blob/main/config.example.yml rename it to 'config.yml' and place it in your '.../appdata/pushbits' folder. Of course configure it to your likings with the appropriate usernames and passwords. You can get more information over https://github.com/pushbits/server API: You can set up notifications through 'pbcli' which is included in this container, for more information head over to: https://github.com/pushbits/cli/blob/main/README.md

pushbullet_ytdl's Icon

pushbullet_ytdl

PushBullet-YTDL is a lightweight pure bash service for YouTube-dl and Pushbullet. PushBullet-YTDL uses Youtube-DL Material by Tzahi12345 as the API endpoint to send YouTube-dl requests to and leverages the public Pushbullet API to listen for download requests. Features Register a device to a given Pushbullet account. Listen for pushes to the device registered. Extract the URL to the desired download. Send a download request to Youtube-DL Material via its internal API. Delete a push after it has been successfully downloaded. Usage To use simply share a video from the source app (e.g. YouTube app) on your phone to the PushBullet device running PushBullet-YTDL.

Pushover-On-Start's Icon

This is a simple container that sends a message when the container is started (needed this for a headless machine to know when I can connect or better speaking start up the VM's with WOL).

PuTTY's Icon

PuTTY is a free and open-source terminal emulator, serial console and network file transfer application. It supports several network protocols, including SCP, SSH, Telnet, rlogin, and raw socket connection. It can also connect to a serial port. The GUI of the application is accessed through a modern web browser (no installation or configuration needed on the client side) or via any VNC client. Also, being based on Alpine Linux, size of this container is very small. For a complete documentation of this container, see https://github.com/jlesage/docker-putty#readme

PVK-II's Icon

This Docker will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it. ATTENTION: First Startup can take very long since it downloads the gameserver files! Update Notice: Simply restart the container if a newer version of the game is available. You can also run multiple servers with only one SteamCMD directory!

pwm's Icon

pwm

Security

PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves.

py-stocks-api

Tools / Utilities, Utilities

A minimal stocks API wrapper of Yfinance. Example command: curl localhost:8000/download/AAPL/2021-08-01/2021-08-03 | jq curl localhost:8000/info/AAPL | jq

pydio-cells's Icon

pydio-cells

Cloud, Network Services, Other

Pydio-cells(https://pydio.com/) is the nextgen file sharing platform for organizations. It is a full rewrite of the Pydio project using the Go language following a micro-service architecture.

pyload-ng's Icon

pyload-ng

pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.

pylon's Icon

Pylon(https://github.com/pylonide/pylon) is a web based integrated development environment built with Node.js as a backend and with a supercharged JavaScript/HTML5 frontend, licensed under GPL version 3. This project originates from Cloud9 v2 project.