DeployCat

DeployCat

Docker app from meowsers' Repository

Overview

DeployCat is the world's easiest game server manager — 1 paw installs, no claws required. Create, configure, and manage multiple game servers from a single web interface without knocking anything off the table. Supports Minecraft (Java + Bedrock + Modded), plus Steam games like ARK, Rust, Palworld, Satisfactory, CS2, Valheim, V Rising, and 25+ more. Free 3-day trial to sniff around. Then a paid subscription is required. Meow!

Install DeployCat on Unraid in a few clicks.

Find DeployCat in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for DeployCat Review the template variables and paths Click Install

Categories

Download Statistics

745
Total Downloads

Related apps

Explore more like this

Explore all

Details

Repository
meowsers/deploycat:latest
Last Updated2026-08-21
First Seen2026-08-21

Runtime arguments

Web UI
http://[IP]:[PORT:8732]/
Network
host
Shell
sh
Privileged
false
Extra Params
--stop-timeout=40 --device=/dev/net/tun --cap-add=NET_ADMIN

Template configuration

Data LocationPathrw

Where DeployCat stores ALL data (servers, config, backups, SteamCMD, Java runtimes, logs). This is the only required mount.

Target
/data
Default
/mnt/user/appdata/DeployCat
Value
/mnt/user/appdata/DeployCat
Second Drive (Optional)Pathrw

Second drive for installing game servers. Useful if your primary drive is small or you want servers on an SSD.

Target
/mnt/drive2
Backup Drive (Optional)Pathrw

Another location for backups. DeployCat can write backups here so they survive a drive failure.

Target
/mnt/backupdrive
WebUI PortVariable

Port for the DeployCat web interface. Access the UI at http://your-ip:PORT.

Target
PORT
Default
8732
Value
8732
PUIDVariable

User ID for file ownership. Default 99 (nobody) matches Unraid convention. Run 'id -u' on your host to find yours.

Default
99
Value
99
PGIDVariable

Group ID for file ownership. Default 100 (users) matches Unraid convention. Run 'id -g' on your host to find yours.

Default
100
Value
100
TZVariable

Timezone for scheduling (backup schedules, start/stop schedules). Use IANA format e.g. America/New_York, Europe/London. Without this, all schedules run in UTC.

Default
UTC
Value
UTC
Host IPVariable

Optional: Your Unraid server's LAN IP. Shown in DeployCat so you know what IP players use to connect. Auto-detected if not set.

Target
HOST_IP
Host Tailscale SocketPathrw

If your Unraid host runs Tailscale, map its socket directory here so DeployCat uses the host's daemon instead of spawning a conflicting one. Leave default if unsure. Only needed when host networking is enabled AND the host runs Tailscale.

Target
/var/run/tailscale
Default
/var/run/tailscale
TS_SOCKETVariable

Path to the host's Tailscale daemon socket. Only used when Host Tailscale Socket is mapped. This lets DeployCat control the host's Tailscale (auth, status, connect) without running a duplicate daemon.

Default
/var/run/tailscale/tailscaled.sock