--- title: Managebot created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, docker, app-marathon3-batch-c] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=docker&app=managebot] --- # 🤖 ManageBot > Un bot Discord/Telegram pour orchestrer vos containers Docker à distance (start/stop/logs). ## 📋 Informations Générales | Champ | Valeur | | :--- | :--- | | **Site web** | [github.com](https://github.com/) | | **GitHub** | [varié selon fork](https://github.com/search?q=managebot+docker) | | **License** | MIT | | **Langage** | Go / Python | | **Étoiles GitHub** | 100 ⭐ | | **Catégorie** | [[cat-docker|Docker]] | ## 📝 Description **ManageBot** est un bot self-hostable pour piloter vos containers Docker depuis Discord/Slack/Telegram sans ouvrir de SSH. Commandes : start, stop, restart, status, logs, stats. Conçu pour le self-hosting familial où l'admin veut déléguer des actions basiques à des proches. **Différence vs Portainer** : focus bot chat, pas UI web, notifications/events intégrés. **Pour qui** : admins qui veulent piloter leur stack depuis leur téléphone via chat. ## 🚀 Installation ```yaml version: '3.8' services: managebot: image: ghcr.io/yourname/managebot:latest container_name: managebot restart: unless-stopped environment: DISCORD_TOKEN: ${MANAGEBOT_DISCORD_TOKEN} ALLOWED_USERS: "123456789012345678" DOCKER_HOST: unix:///var/run/docker.sock volumes: - /var/run/docker.sock:/var/run/docker.sock:ro ``` ## 🔄 Alternatives ### Open Source - **Portainer CE** — UI web complète - **Yacht** — UI web moderne, TypeScript - **Diun** — notifications, pas contrôle - **Watchtower** — auto-update silencieux ### Propriétaires - **Portainer Business** — fleet enterprise - **Dokku** — PaaS self-hostable - **Rancher** — Kubernetes management ## 🔐 Sécurité - **Allowlist users** : restreindre par ID Discord - **Socket read-only** : éviter modifications accidentelles - **Tokens** : secrets Discord/Mattermost stockés en env ## Pages Liées - [[cat-docker]] — Catégorie Docker - [[app-cupdate]] — Updates dashboard - [[app-termix]] — SSH web UI