--- title: WoLi WebGUI created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, wake-on-lan, app-marathon3-batch-c] confidence: medium contested: false sources: [https://selfh.st/apps/?tag=wake-on-lan&app=woli-webgui] --- # 🌐 WoLi WebGUI > Une interface web PHP/Node simple pour gĂ©rer vos machines dormantes et envoyer des magic packets. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [woli-webgui](https://github.com/) | | **GitHub** | [variĂ©](https://github.com/search?q=woli+webgui) | | **License** | MIT | | **Langage** | PHP / Node.js | | **Étoiles GitHub** | 50 ⭐ | | **CatĂ©gorie** | [[cat-wake-on-lan|Wake-on-LAN]] | ## 📝 Description **WoLi WebGUI** est une interface web ultra-lĂ©gĂšre pour administrer une base d'hĂŽtes (nom, MAC, IP, broadcast) et envoyer des paquets Wake-on-LAN. Conçu pour homelab simple, pas d'auth complexe. **DiffĂ©rence vs Wol Go** : Ă©crit en PHP/Node, plus simple Ă  modifier, UI statique. **Pour qui** : homelabbers qui veulent un Web UI sans lourdeur. ## 🚀 Installation ```yaml version: '3.8' services: woli: image: ghcr.io/woli/webgui:latest container_name: woli restart: unless-stopped network_mode: host environment: WOL_PORT: "8080" labels: - "traefik.enable=false" ``` ## 🔄 Alternatives ### Open Source - [[app-wol]] — alternative Go - **etherwake** — CLI Linux - **OpenHAB WoL binding** - **HomeAssistant WoL integration** - **gWakeOnLAN** — GTK ### PropriĂ©taires - **Depicus** — service en ligne - **Mocha WOL** — Android app ## 🔐 SĂ©curitĂ© - **No auth built-in** : Ă  protĂ©ger par reverse proxy + auth - **No public exposure** : Ă  dĂ©ployer sur LAN/VPN uniquement - **Host allowlist** : configurer une liste de MACs autorisĂ©es ## Pages LiĂ©es - [[cat-wake-on-lan]] — CatĂ©gorie Wake-on-LAN - [[app-wol]] — Concurrent direct - [[app-termix]] — SSH web client