--- title: LinuxServer Webtop created: 2026-06-08 updated: 2026-06-08 type: app tags: [catalogue, web-desktop, app-marathon3-rattrapage-final-b] confidence: high contested: false sources: [https://selfh.st/apps/?tag=web-desktop&app=linuxserver-webtop] --- # đŸ–„ïž LinuxServer Webtop > Images Docker de bureaux Linux (XFCE, KDE, i3, MATE...) accessibles via navigateur via RDP/KasmVNC. ## 📋 Informations GĂ©nĂ©rales | Champ | Valeur | | :--- | :--- | | **Site web** | [docs.linuxserver.io/general/understanding-baseimage-docker-containers](https://docs.linuxserver.io/general/understanding-baseimage-docker-containers/) | | **GitHub** | [linuxserver/docker-webtop](https://github.com/linuxserver/docker-webtop) | | **License** | GPL-3.0 | | **Langage** | Dockerfile / Bash | | **Étoiles GitHub** | ~3k ⭐ | | **CatĂ©gorie** | [[cat-web-desktop|Web Desktop]] | ## 📝 Description **LinuxServer Webtop** propose des images Docker prĂ©-packagĂ©es de bureaux Linux complets, exposĂ©s en HTTP via KasmVNC (noVNC), accessibles depuis n'importe quel navigateur. DiffĂ©rence vs Puter : vraie session Linux avec GUI native (Firefox, VSCode, GIMP), pas une surcouche JS. Pour qui : Ă©quipes qui ont besoin d'un poste de travail Linux distant Ă©phĂ©mĂšre (test, dĂ©mo, classe). ## 🚀 Installation ### Docker Compose (recommandĂ©) ```yaml version: '3.8' services: webtop: image: lscr.io/linuxserver/webtop:debian-xfce container_name: webtop restart: unless-stopped environment: - PUID=1000 - PGID=1000 - TZ=Europe/Paris volumes: - webtop-config:/config labels: - traefik.enable=true - traefik.http.routers.webtop.rule=Host(`webtop.example.com`) volumes: webtop-config: ``` ## 🔄 Alternatives ### Open Source - [[app-puter]] — OS web full JS - [[app-kasm-workspaces]] — Workspaces web isolĂ©s ### PropriĂ©taires - **Windows 365** — Cloud PC Microsoft - **Citrix Virtual Apps** — VDI managĂ© ## 🔐 SĂ©curitĂ© - Authentification : aucune par dĂ©faut (VNC en local) - RecommandĂ© : reverse proxy + authentification SSO ## 📚 Ressources - [Documentation](https://docs.linuxserver.io/images/docker-webtop) - [GitHub](https://github.com/linuxserver/docker-webtop) ## Pages LiĂ©es - [[cat-web-desktop]] — CatĂ©gorie Web Desktop - [[app-kasm-workspaces]] — Concurrent - [[recettes-docker-compose]] — Templates Docker