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. 


QuakeLive's Icon

This Docker will download and install SteamCMD. It will also install Quake Live and run it. Initial ServerName: 'Quake Live Docker' and Password: 'Docker' (without quotes) 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!

quiz-game's Icon

Test your General Knowledge in different types of topics. This game is inspired on the show "who wants to be a millionaire?". You must answer correctly 15 questions to become a millionaire. Difficulty ascends as you progress in the game and questions and their categories are randomized each time you start a new match. At the end of your playthrough you can optionally register your score in the ranking, however only the top 10 results will be displayed

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

RCON-WebAdmin's Icon

Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock. This image lets you run the rcon-web-admin administration tool as a Docker container. A great benefit of running rcon-web-admin in Docker, especially in a Docker Composition is that the RCON port of your game server can remain securely isolated within the Docker network. Additional Variables available at: https://github.com/rcon-web-admin/rcon-web-admin#environment-variables

RetroNAS_inabox's Icon

This container will fully install a RetroNAS VM into the VMs tab of your server. It downloads an a vDisk image, verifies it with a checksum before creating a vm template and installing the VM for you. What you choose in the container varaibles will reflect to the vm. For most people these dont need to be changed from the defaults. If you need to change the locations in the container this is what each will do. VM Share on Server: This should be set to your VM share - default on Unraid is /mnt/user/domains - the vm will be installed here RetroNAS data share This should point to a share you want RetronNAS to use. All your roms etc will be here. Best have an empty share and move what you need there later. default is retronas. The container will connect the VM using virtiofs to this share. So the share doent have to be "exported" by Unraid for retroNAS to use it (more secure) Name to call VM: Easy -- The name you want the VM to be called default id RetroNAS but you can change it The container then will do the rest. It will create an xml file for the vm based on the above and install the vm straight into the server. So once run goto the VMs tab and you will see it there. Start it up and confiure retronas in vnc window and configure (see my video how) default username and password is retronas (yes you can change them later! ) After logging in type retronas to configure your RetroNAS server. Have fun :) The container doesnt need to be kept running. It is just an install tool. The container has no webUI so to see what its doing view the container log. ** This container cant translate the location of an unassigned disk across to the vm template. So all locations choosen must be on the array or pool device.

RLCraft's Icon

RLCraft

Game Servers

RLCraft 1.12.2 - Release v2.9.3 Modded Minecraft ServerRLCraft 1.12.2 - Release v2.9.3A modpack specially designed to bring an incredibly hardcore and semi-realism challenge revolving around survival, RPG elements, and adventure-like exploration.Version tags available: - 2.9.3 - 2.9.2d - 2.9.2c - 2.9.2 - 2.9.1cSetup:You must accept the EULA by setting the EULA variable to true or the install will fail.Optional:You can setup a comma separated list of players who will have admin privileges in game by setting OPS

Roguelike-Adventures-and-Dungeons-2's Icon

Roguelike-Adventures-and-Dungeons-2

Game Servers

RAD2 - 1.12 Modded Minecraft ServerRAD2 - 1.12 Exploration-based rogue-like modpack with quests, Character and Tool leveling, tons of new structures, Twilight Forest, Blue Skies, Undergarden, Tropicraft, Bumblezone, Atum 2 dimensions and moreVersion tags available: - 1.12 - 1.11 - 1.10a - 1.9 - 1.8 - 1.7Setup:You must accept the EULA by setting the EULA variable to true or the install will fail.Optional:You can setup a comma separated list of players who will have admin privileges in game by setting OPS

RTCWCoop's Icon

RTCWCoop

Game Servers

A Return to Castle Wolfenstein modification which enables cooperative gameplay, based on iortcw. To run this you need legitimate copy of RTCW and RealRTCW from Steam. Copy all *.pk3 files from RTCW and RealRTCW to corresponding folders. If your server aren't visible in server browser - try to add +net_ip +net_port 27960 to Post Arguments.

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

RTMPServer's Icon

This Docker image can be used to create a video streaming server that supports RTMP, 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. View: rtmp://server ip:1935/live/stream-key http://server ip:8080/hls/stream-key.m3u8 http://server ip:8080/dash/stream-key_src.mpd

RUST's Icon

This Docker will download and install SteamCMD. It will also install RUST 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!

Rust-Server's Icon

Fully customizable Rust Server at your fingertips. Set all of the settings below to suit your needs and save when you are ready. Features: Automatic updating system with wipe. Auto Port forwarding (UPnP). Simple Template for faster setup (Great for newbies). Auto announcements, upto 5 messages to set. Enable option to show wiped date in server title.

Rustic-Waters-II's Icon

Rustic-Waters-II

Game Servers

Docker Container for Rustic Waters II Minecraft Modpack The docker on first run will download the same version as tagged of Rustic Waters II and install it. This can take a while as the Forge installer can take a bit to complete. You can watch the logs and it will eventually finish. After the first run it will simply start the server.

Satisfactory's Icon

Satisfactory beta

Game Servers

This Docker will download and install SteamCMD. It will also install Satisfactory and run it. SETTINGS: The first player that connects to the server becomes administrator, edit the server settings and can create a game. 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!

satisfactory-server's Icon

satisfactory-server

Game Servers

This is a Dockerized version of the Satisfactory dedicated server.

SCP-SecretLaboratory's Icon

SCP-SecretLaboratory

ich777's Repository

Game Servers

This Docker will download and install SteamCMD. It will also install SCP:Secret Laboratory with MultiAdmin and ServerMod 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! CONSOLE: To connect to the console open up a terminal and type in: 'docker exec -u steam -ti NAMEOFYOURCONTAINER screen -xS SCP' (without quotes), to disconnect from the console simply close the window.

SevTechAges's Icon

SevTechAges

Game Servers

SevTech: Ages - 3.2.3 Modded Minecraft ServerSevTech: Ages - 3.2.3The ultimate advanced progression modpack! Watch development at: darkosto.tv/SevTechLiveVersion tags available: - 3.2.3Setup:You must accept the EULA by setting the EULA variable to true or the install will fail.Optional:You can setup a comma separated list of players who will have admin privileges in game by setting OPS

SkyFactory25's Icon

SkyFactory25

Game Servers

FTB Presents Skyfactory 2.5 Modded Minecraft ServerFTB Presents Skyfactory 2.5It's skyblock like you've never seen it beforeVersion tags available: - 2.5.8Setup:You must accept the EULA by setting the EULA variable to true or the install will fail.Optional:You can setup a comma separated list of players who will have admin privileges in game by setting OPS

SkyFactory3's Icon

SkyFactory3

Game Servers

FTB Presents Skyfactory 3 Modded Minecraft ServerFTB Presents Skyfactory 3It's skyblock like you've never seen it before! High tech mods and full automationVersion tags available: - 3.0.21Setup:You must accept the EULA by setting the EULA variable to true or the install will fail.Optional:You can setup a comma separated list of players who will have admin privileges in game by setting OPS

SkyFactory4's Icon

SkyFactory4

Game Servers

SkyFactory 4 - 4.2.4 Modded Minecraft ServerBack again for more modded skyblock fun! SkyFactory 4 offers a brand-new experience never before seen in the series. Full automation, tech, magic, and bacon resources! This iteration offers over 30+ world types so you can play the pack like never before! While some world types are based on the classic tree on dirt others are designed with unique recipes and advancements.Version 4.2.2Setup:You must accept the EULA by setting the EULA variable to true or the install will fail.Optional:You can setup a comma separated list of players who will have admin privileges in game by setting OPS

SkyFactoryOne's Icon

SkyFactoryOne

Game Servers

SkyFactory One Modded Minecraft ServerThe new ultimate skyblock modpack! Watch development at: darkosto.tv/SkyFactoryOneLiveIt's skyblock like you've never seen it before... Or have you?! High tech mods, automation, and spawning in the void with nothing but a tree and a single piece of dirt between you and certain deathSkyFactory® One is a modernization of the original SkyFactory for Minecraft 1.6.4. The goal of this project is to remain true to the original modpack while updating features and mods to 1.16.5. Find yourself sieving for resources, twerk for trees, decorate your trophy room, exploring a deep, dark dimension, and much more! Many original mods have returned joined by several new and updated mods! And what would SkyFactory be without ForceCraft, a reconstruction of the original DartCraft mod.SkyFactory One delivers a nostalgic experience with the quality of life upgrades to make it even more exciting! If you've never played SkyFactory before, prepare for a fresh experience in a modded skyblock. The original can never be replaced, but we can sure try!

SkyrimTogetherRebornServer's Icon

SkyrimTogetherRebornServer

Game Servers

Skyrim Together Reborn Coop Server. This Docker image is not managed by me. I'm just providing it to the Unraid Store from the offical Docker image

SonsOfTheForest's Icon

SonsOfTheForest beta

Game Servers

This Docker will download and install SteamCMD. It will also install Sons Of The Forest and run it. SERVERNAME: 'Sons Of The Forest Docker Server' SERVERPASSWORD: 'Docker' (you can change this in your SERVERFOLDER/userdata/dedicatedserver.cfg) BETA Warning: Since this Docker runs with WINE it's marked as BETA, i can not guarantee if the server is running always as expected! ATTENTION: First Startup can take very long since it downloads the gameserver files! WARNING: You have to open the ports in your firewall as listed in this template, if not the server will not properly start. If you want LAN play only you have to edit the dedicatedserver.cfg file and set the "LanOnly" flag to: "true" (without double quotes). 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!

Soulmask's Icon

Soulmask

Game Servers

This Docker will download and install SteamCMD. It will also install Soulmask and run it. Defaults: Servername: 'Soulmask Docker' Password: 'Docker' Admin Password: 'adminDocker' (You can change that in the GAME_PARAMS variable) 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!

Squad's Icon

This Docker will download and install SteamCMD. It will also install Squad 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!

Starbound's Icon

This Docker will download and install SteamCMD. It will also install Starbound (Valid Steam useraccount with the game purchased and Steam Guard disabled required) and run it. ATTENTION: For this Docker you have to specify a valid Steam account with Steam Guard disabled and the game in the library otherwise the gamefiles won't download! 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!

StarMade's Icon

This container will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup. UPDATE: The container will check on every restart if there is a newer version of StarMade available.

Stationeers's Icon

This Docker will download and install SteamCMD. It will also install Stationeers and run it. Configuration: To configure your server edit the file 'settings.xml' which lives in the main directory from the container (please don't forget to stop the container before editing the file). 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!

StayInTarkov's Icon

StayInTarkov

Game Servers

Stay In Tarkov (SIT) is a Escape From Tarkov mod designed for cooperative play. Set up your Escape from Tarkov server in few minutes! | tarkov coop sitcoop stayintarkov | This is not my project I just created the template.

steam-headless-secondary's Icon

steam-headless-secondary

Game Servers

Headless Steam Service (Secondary) This container relies on an existing working SteamHeadless running. Features: Run a second (or third or fourth) instance of steam on the Steam Headless desktop. All the same features as Steam Headless accessed through an existing Steam Headless container Notes: NETWORK TYPE: Each instance of this container should be run on a "Custom: br0" network and should be configured with a unique "Fixed IP address". RUNNING MULTIPLE INSTANCES: Only one instance of Steam Headless can play a game at any time. If you start a second Remote Play link, it wil hijack the virtual monitor, and all input devices from the first one. STORAGE PATHS: Everything that you wish to save in this container should be stored in the home directory or a docker container mount that you have specified. All files that are store outside your home directory are not persistent and will be wiped if there is an update of the container or you change something in the template. GAMES LIBRARY: It is recommended that you mount your games library to /mnt/games/GameLibrary/SteamLibrary and configure Steam to add that path. NVIDIA GPU: To enable NVIDIA GPU support, ensure that you have installed the Nvidia-Driver plugin and add the "--runtime='nvidia'" parameter added to "Extra Parameters:" AMD GPU: To enable AMD GPU support, ensure that you have installed the Radeon-TOP plugin. AMD OR INTEL HW ACCELERATED VIDEO ENCODING: To enable support for VAAPI HW Accelerated Video Encoding, add the "--device='/dev/dri'" parameter added to "Extra Parameters:"