dockerdiscordcontrol

dockerdiscordcontrol

Official

Docker app from Selfhosters

Overview

Control your Docker containers directly from Discord!

Interactive Discord bot with buttons to start, stop, restart, and monitor containers. Includes a web dashboard for configuration, task scheduling, auto-actions, and channel translation (DeepL/Google/Microsoft). Available in 40 languages.

Alpine-based image, less than 200 MB RAM.

Setup: Access the Web UI at http://[YOUR-IP]:9374 and log in with username "admin", password "setup".
Homepage: https://ddc.bot

Media gallery

1 / 6

Install Dockerdiscordcontrol on Unraid in a few clicks.

Find Dockerdiscordcontrol 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 Dockerdiscordcontrol Review the template variables and paths Click Install

Requirements

Docker socket access for container management. Create a Discord bot token before first use.

Download Statistics

25,666
Total Downloads
146
This Month
1,791
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
dockerdiscordcontrol/dockerdiscordcontrol:latest
Last Updated2026-04-26
First Seen2025-07-29

Runtime arguments

Web UI
http://[IP]:[PORT:9374]
Network
bridge
Privileged
false

Template configuration

PUIDVariable

User ID for file permissions. Unraid default: 99 (nobody).

Default
99
Value
99
PGIDVariable

Group ID for file permissions. Unraid default: 100 (users).

Default
100
Value
100
Web UI PortPorttcp

Port for DDC web interface.

Target
9374
Default
9374
Value
9374
Admin PasswordVariable

Password for web UI admin user (username: admin). If not set, use username "admin", password "setup" for first login.

Target
DDC_ADMIN_PASSWORD
Flask Secret KeyVariable

Secret key for session security. Generate with: openssl rand -hex 32. If not set, sessions reset on restart.

Target
FLASK_SECRET_KEY
Discord Bot TokenVariable

Discord bot token. Can also be configured via the Web UI after first login.

Target
DISCORD_BOT_TOKEN
Config DirectoryPathrw

DDC configuration files.

Target
/app/config
Default
/mnt/user/appdata/dockerdiscordcontrol/config
Value
/mnt/user/appdata/dockerdiscordcontrol/config
Logs DirectoryPathrw

DDC log files.

Target
/app/logs
Default
/mnt/user/appdata/dockerdiscordcontrol/logs
Value
/mnt/user/appdata/dockerdiscordcontrol/logs
Docker SocketPathro

Docker socket for container management.

Target
/var/run/docker.sock
Default
/var/run/docker.sock
Value
/var/run/docker.sock