MirrorNest
← Todos os guias

Excalidraw (self-hosted)

A self-hosted instance of the popular hand-drawn-style whiteboard tool for sketching diagrams, wireframes, and quick collaborative drawings.

Destino: Any Docker hostwhiteboarddiagramsself-hostedSite oficial ↗Documentação oficial ↗
Este guia foi elaborado a partir da documentação oficial do Excalidraw (self-hosted), ligada acima — verifique sempre lá os nomes exatos dos pacotes/versões antes de executar estes comandos num servidor de produção, uma vez que as versões da distribuição e do projeto mudam com o tempo.
  1. 1Run the official Docker image

    Excalidraw's core drawing app runs as a single static container.

    docker run -d --name excalidraw -p 8084:80 --restart unless-stopped excalidraw/excalidraw:latest
  2. 2Open it in a browser

    http://your-server-ip:8084
  3. 3(Optional) add real-time collaboration

    The public excalidraw.com uses a separate room/collaboration backend; self-hosting live multi-user sync requires additionally running excalidraw-room, a small companion WebSocket server.