Hey everyone,
If you run n8n for clients or across more than one environment, you know the pain: multiple logins, scattered execution logs, and no single picture of what’s broken right now. I built AgeniusDesk Community Edition to fix that for myself, and I’m releasing it free and open-source (MIT) for the community.
It’s a lightweight, self-hosted dashboard that sits on top of the n8n you already run. It talks to any n8n instance over the public API, so there’s nothing to change in your workflows.
What it does
- One-click n8n deploy. Spin up a fresh self-hosted n8n instance in Docker right from the dashboard. Set the name, port, admin login, and timezone in a form, hit deploy, and manage it alongside everything else. The same one-click flow also stands up Postgres, Redis, Qdrant, and Ollama.
- Multi-instance management. Add any number of n8n instances by URL + API key and switch between them instantly. One dashboard for all of them.
- Real-time error visibility. A live error feed across instances, grouped by workflow, node, and error type with occurrence counts. Install a one-click global error handler and failures start showing up here automatically.
- AI error triage. Ask AI to analyze a failure and suggest the root cause.
- Code Lab. A Monaco editor for n8n Code-node logic with AI generation/explanation, a structured Prompt Builder, and one-click “Send to n8n.” Pairs really well with n8n-mcp by czlonkowski for deep node knowledge.
- Per-area AI models. Code Lab, error triage, and the general assistant each get their own provider/model (OpenRouter, OpenAI, Anthropic, or local Ollama). Keys live in an encrypted store and never touch the browser.
- Insights. Success rates, execution timeline, and busiest/slowest workflows per instance.
- The Harness. A markdown knowledge vault plus agent instructions the assistant works from.
Run it
git clone https://github.com/Mfrostbutter/ageniusdesk-ce.git`
cd ageniusdesk-ce
cp .env.example .env
docker compose up -d --build`
Open http://localhost:3000 and a setup wizard walks you through connecting your first instance.
Built-in login, encrypted secrets, role-based access, and a security-hardening pass are all in there. Full docs (user guide + architecture) live in /docs.
I’m putting up a full walkthrough video on YouTube later today and will drop the link in this thread.
This is an early release and I’d genuinely love feedback from people running n8n in anger. What’s missing, what’s confusing, what would make it part of your daily workflow? Happy to answer anything here.
Cheers,
Michael (founder, Agenius AI Labs)










