--- title: TasmoAdmin created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, home-automation, app-marathon-batch-c] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=Home+Automation&app=tasmoadmin, https://github.com/reloxx13/TasmoAdmin] --- # 🏠 TasmoAdmin > **GUI web pour gĂ©rer un parc de devices Tasmota** : configuration centralisĂ©e, OTA updates en masse, monitoring. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [TasmoAdmin GitHub](https://github.com/reloxx13/TasmoAdmin) | | **GitHub** | [reloxx13/TasmoAdmin](https://github.com/reloxx13/TasmoAdmin) | | **License** | MIT | | **Langage** | PHP | | **Étoiles GitHub** | 1.6k ⭐ | | **CatĂ©gorie** | [[cat-home-automation\|Home Automation]] | ## 📝 Description **TasmoAdmin** est l'outil idĂ©al pour **administrer des dizaines ou centaines de devices Tasmota**. - ✅ **Auto-dĂ©couverte** : scan rĂ©seau pour trouver devices Tasmota - ✅ **OTA en masse** : flasher plusieurs devices simultanĂ©ment - ✅ **Configuration centralisĂ©e** : Ă©diter settings Ă  distance - ✅ **Templates** : appliquer config Ă  plusieurs devices - ✅ **Monitoring** : statut, uptime, version firmware - ✅ **Backup/Restore** : configurations devices - ✅ **Scheduler** : reboot programmĂ©, mises Ă  jour - ✅ **Login multi-utilisateurs** : basic auth **DiffĂ©rence vs ESPHome** : TasmoAdmin = GUI admin pour Tasmota prĂ©-compilĂ©. ESPHome = tool pour crĂ©er firmware custom YAML. Pour qui: utilisateurs Tasmota avec **parc important** de devices (Sonoff, etc.). ## 🚀 Installation ### Docker Compose (recommandĂ©) ```yaml version: '3.8' services: tasmoadmin: image: reloxx13/tasmoadmin:latest container_name: tasmoadmin restart: unless-stopped environment: - TZ=Europe/Paris volumes: - tasmoadmin_data:/data ports: - 9250:80 labels: - "traefik.enable=true" - "traefik.http.routers.tasmoadmin.rule=Host(`tasmoadmin.example.com`)" - "traefik.http.routers.tasmoadmin.entrypoints=websecure" - "traefik.http.routers.tasmoadmin.tls.certresolver=letsencrypt" volumes: tasmoadmin_data: ``` ## 🔄 Alternatives ### Open Source - [[app-esphome]] — Tool firmware custom (alternative Ă  Tasmota) - **Tasmota Device Manager** (TDM) — Concurrent plus rĂ©cent - **Tasmota Scripts** — Pour les bricoleurs - **Home Assistant** — IntĂ©gration Tasmota native, peut servir d'admin ### PropriĂ©taires - **Tuya / Smart Life** — Cloud, pas d'OTA custom - **eWeLink** (Sonoff) — Cloud Sonoff - **Athom** (pre-flashed Tasmota) — Devices commerciaux ## 🔐 SĂ©curitĂ© - **Auth basique** : changer user/password par dĂ©faut - **HTTPS obligatoire** via reverse-proxy - **Auto-discovery rĂ©seau** : UDP broadcast, Ă  isoler en VLAN IoT - **OTA** : pas d'auth forte par device, sĂ©curiser le rĂ©seau - **Backups** : exporter configs avant update ## 📚 Ressources - [GitHub TasmoAdmin](https://github.com/reloxx13/TasmoAdmin) - [Wiki Tasmota](https://tasmota.github.io/docs/) - [Tasmota templates](https://templates.blakadder.com/) ## Pages LiĂ©es - [[cat-home-automation]] — CatĂ©gorie Home Automation - [[app-esphome]] — Alternative firmware - [[recettes-docker-compose]] — Templates Docker - [[tasmota-flash-guide]] — Tutoriel flash