Hey everyone!
Like a lot of you, I run n8n for real production work, and I kept hitting the same wall: whenever something broke or I needed to check on a workflow, I had to open my laptop. No quick way to glance at executions, flip a workflow on/off, or fire a webhook while I was away from my desk.
So I built n8n Hub a mobile app (iOS + Android) that connects directly to your n8n instance(s) and gives you a live dashboard, webhook management, and multi-instance switching, without needing the desktop editor.
What it does:
- Live dashboard — execution health, recent activity, success/fail charts
- Manage and test webhooks (chat + generic) tied to your instances
- Switch between multiple self-hosted instances in one tap (prod/staging/dev)
- Activate/deactivate workflows remotely
- Push notifications when a run fails
- A small marketplace of free workflow templates you can browse and import from your phone
How it connects / security details (since this is the first question anyone should ask, so I’d rather answer it upfront):
- API keys and session data are stored locally on-device
- Calls to your instance go directly from the app to your n8n API
happy to answer any specific question about what’s stored where or how a particular feature works.
Links if you want to try it:
- iOS: App Store
- Android: Get it onGoogle Play
Still actively building this — multi-instance and webhook management came directly from my own workflow, so if there’s a rough edge or a feature you’d want next, I’d really appreciate the feedback.
