# neightn remote — your instance on the go

> Mobile companion for n8n workflow automation with monitoring and debugging. (iPhone/iPad app by Enrico Becker.)

- Source: https://appshunter.io/ios/app/neightn-remote/id6744863722 (this page in markdown: same URL + `.md`)
- Developer: [Enrico Becker](https://appshunter.io/developer/1796571540)
- Category: Developer Tools, Utilities
- Price: $8.99 with in-app purchases
- Rating: 3.80/5 from 4 App Store ratings · 9 written reviews indexed
- Age rating: 4+
- Requires: iOS 18.0 · 7 MB
- Languages: American English, French (France), German (Germany), Russian, European Spanish
- Released: 2025-04-22
- Data updated: 2026-08-24
- Monetization: paid
- User reviews in markdown: https://appshunter.io/ios/app/neightn-remote/id6744863722/reviews.md

## What is neightn remote?

Your n8n Command Center - Now Better Than Ever!

neightn Remote is the ultimate companion app for n8n - the powerful workflow automation tool. Whether you're monitoring critical workflows, debugging executions, or managing AI assistants, neightn Remote puts complete control in your pocket.

NEW: Performance That Feels Instant

Experience buttery-smooth navigation with our completely redesigned architecture. Switching between tabs is now instant - no lag, no delays, just pure speed. We've rebuilt the entire navigation system from the ground up to deliver the performance you deserve.

NEW: Node Wiki - Your Complete Reference Guide

Never wonder about a node again! Explore our comprehensive library of 180+ n8n nodes, each with:
- Detailed descriptions and use cases
- Organized into 28 categories
- Personal notes and favorites
- Direct links to official documentation
- Recently viewed history

It's like having the entire n8n documentation in your pocket - searchable, organized, and always available offline.

NEW: Statistics That Tell a Story

Understand your workflows like never before with our enhanced statistics view:
- Beautiful timeline visualizations
- Node-by-node execution breakdown
- Output data preview for debugging
- Raw JSON viewer for deep dives
- Improved error tracking

Debug faster, understand better, and optimize your workflows with confidence.

NEW: Share & Collaborate

Found an interesting execution? Share it instantly! Export complete workflow execution data as JSON files and send via:
- AirDrop to colleagues
- Email for remote debugging
- Files app for documentation
- Any app that accepts JSON

Perfect for team collaboration and technical support.

Core Features

Monitor Everything
- Real-time workflow execution tracking
- Detailed execution history with filters
- Error alerts and notifications
- Performance metrics and insights

Trigger Workflows
- Manual workflow execution
- Quick-access webhook triggers
- Custom forms for data input
- Scheduled workflow management

AI Bot Management
- Create and configure AI assistants
- Siri integration for voice commands
- Multi-bot support
- Custom prompts and responses

Smart Organization
- Grid or Sidebar navigation
- Customizable menu items
- Dark mode support
- Multiple server support

Security First
- Secure API key storage
- Custom headers support
- SSL/TLS encryption
- Local data encryption

Available in 4 Languages

- English
- German (Deutsch)
- French (Francais)
- Spanish (Espanol)

Perfect For

- Developers building automation workflows
- DevOps Teams monitoring critical processes
- Business Owners managing automated tasks
- Power Users who live and breathe automation
- Anyone who wants mobile access to their n8n instance

Beautiful Design

Gorgeous modern interface that adapts to your style:
- Native iOS design language
- Smooth animations
- Intuitive gestures
- Clean, distraction-free UI

Privacy & Security

- Your data stays on your server
- No cloud sync required
- No tracking or analytics

## Key features

- Real-time workflow monitoring
- Node wiki with 180+ nodes
- Detailed execution statistics
- Shareable execution data
- AI bot management
- Offline documentation access

## Pricing and in-app purchases

Base price: $8.99.

**Subscriptions**

| Subscription | Price | Period |
| --- | --- | --- |
| Premium Subscription | $2.99 | per month |

**One-time purchases**

| Purchase | Price | Type |
| --- | --- | --- |
| Global Variables Purchase | $2.99 | one-time |


## Chart rankings

- #131 in Top Paid · Developer Tools (US App Store)

## Recent user reviews (9 of 9)

All indexed reviews: https://appshunter.io/ios/app/neightn-remote/id6744863722/reviews.md

### 5/5 — Großartige App! Perfekt für den Alltag

*2025-10-07*

Ich nutze n8n regelmäßig und wollte schon länger eine einfache Möglichkeit haben, auch unterwegs darauf zuzugreifen. Genau das bietet diese App. Die Verbindung zum Server klappt problemlos, die Oberfläche ist modern, übersichtlich und reagiert schnell. Endlich mal keine China-App, die nicht auf die Probleme der User eingeht. Schneller Support und professionelle Hilfe.
Man merkt, dass hier jemand Ahnung von n8n hat. Gerade für kleinere Anpassungen oder zum schnellen Überprüfen von Flows mit der Monitor Funktion ist sie echt praktisch. Tut genau das was sie soll. Dafür gibt es verdiente 5 Sterne von mir!

### 4/5 — Be careful(update)

*2025-09-08*

Doesn’t work for me. I constantly get error and I cannot find any support on the website. I would love for it to work. This is exactly what I’m looking for. After latest update app now connects to my locally host server. Thank you

**Developer response:** Thank you so much for updating your review. I am happy to hear that the app now works for you. All the different setups makes it tricky to solve all possible issues preventive. So if you have more issues, please let me know so I will try to fix that so neightn_remote becomes useful for more users an more setups. Thank you!!!! Best regards, Enrico

### 1/5 — Not Working

*2025-09-01*

Can’t connect to my n8n Server with API key. Says HTML is being returned, but clearly JSON coming back on the Apps diagnostics page.

**Developer response:** Thank you so much for the detailed technical analysis and for taking the time to report this issue. You’ve identified a real bug in the app’s error handling logic.
What’s happening:
After reviewing your case and the app code, I can confirm that this is indeed a bug in neightn_remote. The app is receiving valid JSON from your n8n server (as your packet capture and diagnostics show), but the error handling logic incorrectly reports “HTML instead of JSON” when it should be saying “JSON structure incompatibility.”
The app’s diagnostic tool uses proper response type detection, but the main connection logic uses outdated error handling that gives misleading error messages.
The fix:
I’m implementing improved error handling logic that will:
	•	Properly detect response types (HTML vs JSON vs plain text)
	•	Give accurate error messages based on the actual problem
	•	Better handle different n8n versions and API structures
	•	Match the logic used in the diagnostic tool
Timeline:
I’ll be releasing an updated version of the app this week with these improvements. The update will properly identify whether you’re getting HTML (proxy/Cloudflare issues), valid JSON with wrong structure (n8n version differences), or other response types.
Apology:
I sincerely apologize for the confusion this bug has caused. Your detailed technical investigation was incredibly helpful in identifying the root cause, and I really appreciate your patience.
I’ll send you a follow-up email once the update is live on the App Store. Thank you again for helping make neightn_remote better for everyone!
Best regards,

### 1/5 — Be careful

*2025-08-30*

Doesn’t work for me. I constantly get error and I cannot find any support on the website. I would love for it to work. This is exactly what I’m looking for.

**Developer response:** Thank you so much for the detailed technical analysis and for taking the time to report this issue. You’ve identified a real bug in the app’s error handling logic.
What’s happening:
After reviewing your case and the app code, I can confirm that this is indeed a bug in neightn_remote. The app is receiving valid JSON from your n8n server (as your packet capture and diagnostics show), but the error handling logic incorrectly reports “HTML instead of JSON” when it should be saying “JSON structure incompatibility.”
The app’s diagnostic tool uses proper response type detection, but the main connection logic uses outdated error handling that gives misleading error messages.
The fix:
I’m implementing improved error handling logic that will:
	•	Properly detect response types (HTML vs JSON vs plain text)
	•	Give accurate error messages based on the actual problem
	•	Better handle different n8n versions and API structures
	•	Match the logic used in the diagnostic tool
Timeline:
I’ll be releasing an updated version of the app this week with these improvements. The update will properly identify whether you’re getting HTML (proxy/Cloudflare issues), valid JSON with wrong structure (n8n version differences), or other response types.
Apology:
I sincerely apologize for the confusion this bug has caused. Your detailed technical investigation was incredibly helpful in identifying the root cause, and I really appreciate your patience.
I’ll send you a follow-up email once the update is live on the App Store. Thank you again for helping make neightn_remote better for everyone!
Best regards,

### 1/5 — Error: Unsupported URL

*2025-08-18*

Leider bekomme ich immer diesen Fehler. Mein Server ist Local gehostet und wird von einem Reverseproxy auf Port 443 veröffentlicht. Wenn dies möglich wird in der App zu realisieren, gebe ich gerne mehr Sterne nach dem richtigen Testen.

**Developer response:** Hi! Vielen Dank für dein Feedback zu deinem lokalen Server Setup.

Das "Unsupported URL" Problem kann verschiedene Ursachen haben. Um dir besser helfen zu können, wären ein paar Details hilfreich:

**Quick Check:**
• Verwendest du HTTP oder HTTPS in der Server URL?
• Funktioniert die URL im Browser auf dem iPhone?
• Wie ist dein Reverse Proxy konfiguriert?

**Mögliche Lösungsansätze:**

Bei **lokalen HTTP-Servern** können Custom Headers oft helfen:
- Gehe zu Server-Einstellungen → Custom Headers aktivieren
- Füge Headers wie Host: `localhost` oder X-Forwarded-Proto: `http` hinzu

**Teste das Header Diagnostics Tool:**
- Findest du in den Server-Einstellungen
- Analysiert automatisch deine Server-Response
- Schlägt passende Headers vor

Bei **selbst-signierten HTTPS-Zertifikaten:**
- Die App unterstützt Custom SSL Handling für Development-Server

**Weitere Optionen:**
- Anderen Port testen (8080 statt 443)
- Direktverbindung ohne Reverse Proxy prüfen

Falls du mehr Details zu deinem Setup teilen möchtest, kann ich gezielteren Support anbieten! Mail bitte an: info@neightn-remote.org

Update: Ich würde dir wirklich gerne helfen, aber wenn so gar nichts von deiner Seite kommt, kann ich das nicht. Ich bin immer bemüht neightn_Remote weiter zu verbessern und den Nutzern ein bestmögliches Erlebnis zu bieten. Ich finde es nicht fair, dass du dich (vielleicht zu Recht) beschwerst, mir aber keine Möglichkeit gibst dir zu helfen. Daher nochmals die Bitte: Melde dich unter info@neightn-remote.org. Alternativ, ziehe deine Rezension zurück, wenn du nicht daran interessiert bist das Problem mit mir zusammen zu lösen. Kleiner Hinweis noch: http in Kombination mit Port 443 lässt Apple nicht zu. Das ist kein Bug der App. 

Liebe Grüße, Enrico

### 4/5 — Bis zum letzten update, ein super Tool.

*2025-08-12*

Bekomme seit dem letzten Update keine Verbindung mehr. Vorher funktionierte es einwandfrei.

**Developer response:** Hallo Jonand4711. Ich habe die Ursache gefunden und muss mich bei allen Nutzern entschuldigen. Die API Anfragen sind bei kleinen Servern zu groß gewesen. Ich habe die Anfragen neu strukturiert und das Update eben hoch geladen. Mit der neuen Version funktioniert wieder alles einwandfrei. Entschuldigung nochmal an alle Anwender für diesen Bug!!!!!

### 3/5 — No http

*2025-08-03*

It looks like great app sadly it’s completely useless for me since it doesn’t allow HTTP connections

**Developer response:** Thank you for your feedback! Based on your input, we've implemented a comprehensive custom headers system that now supports HTTP connections.

You can find this new feature in the Server tab → Custom Headers, where you can add authentication headers and other custom HTTP headers that HTTP-based APIs typically require, such as CF-Access-Client-Id, X-API-Key, or any other custom authentication headers your HTTP endpoint needs.

The URL input field accepts HTTP URLs without any restrictions, so that shouldn't be the issue.

If you're still experiencing problems with HTTP connections, could you let me know:
1. What type of authentication or headers does your HTTP endpoint require?
2. Are you seeing any specific error messages when trying to connect?

I'd be happy to help you configure the right headers for your HTTP setup!

Since we've added this feature specifically based on user feedback like yours, we'd really appreciate if you could give the app another try and let us know how it works for you now!

### 5/5 — Super nützliches Tool

*2025-08-03*

Genau das hat mir eigentlich die ganze Zeit gefehlt, um einfach mal schnell nachzuschauen, ob bestimmte Workflows auch fehlerfrei gelaufen sind, ohne mich immer bei N8N einloggen zu müssen. Auch die Statistik ist schön gemacht und gibt einen schnellen Überblick.

**Developer response:** Hallo hollymoeller,

vielen Dank für die tolle Rezession. Wir arbeiten stetig daran die App weiter zu verbessern.

### 5/5 — Super Sache!

*2025-04-24*

Ansprechendes Design, praktisch, nicht zu teuer. Zu empfehlen!

## Frequently asked questions about neightn remote

### What is neightn remote?

neightn remote is a mobile application designed to be a companion for the n8n workflow automation tool. It allows users to monitor, debug, and manage their n8n instances directly from their mobile devices.

### What are the key features of neightn remote?

Key features include real-time workflow execution tracking, a comprehensive node wiki with over 180 nodes, detailed statistics for debugging, AI bot management, and the ability to share execution data.

### Does neightn remote offer offline access to documentation?

Yes, neightn remote provides offline access to its comprehensive Node Wiki, which includes detailed descriptions, use cases, and links to official documentation for over 180 n8n nodes.

### How does neightn remote help with debugging?

The app enhances debugging with detailed timeline visualizations, node-by-node execution breakdowns, output data previews, raw JSON viewers, and improved error tracking, allowing for faster identification and resolution of issues.

### What devices is neightn remote compatible with?

neightn remote is available for iPhone and iPad, supporting iOS devices.

### What is the price of neightn remote?

neightn remote is a paid application, priced at $8.99. There is also a subscription plan available for $2.99 per month.

### How often is neightn remote updated?

The latest version of neightn remote is 3.4.2, and it was last updated on January 26, 2026. This indicates a relatively active development cycle.

### What languages does neightn remote support?

neightn remote is available in four languages: English, German, French, and Spanish, making it accessible to a wider international user base.

## Version history (last 5 releases)

### 3.4.2 — 2026-01-26

bug fixes. Neu Language Support in russian: Исправлены ошибки. Новая языковая поддержка на русском языке.

### 3.4.1 — 2025-11-28

Bug fixes

### 3.4.0 — 2025-11-19

Take control of your n8n workflows on the go!

neightn Remote brings the power of n8n automation to your iPhone and iPad. Monitor executions, trigger workflows, manage your AI bots, and explore 180+ nodes - all from the palm of your hand.

NEW in v3.4.0:
- Lightning-fast performance
- Complete Node Wiki with 180+ nodes
- Enhanced execution statistics
- Share workflow data instantly

Perfect for developers, automation enthusiasts, and teams who want to stay connected to their workflows anywhere, anytime.

### 3.3.7 — 2025-09-15

Bug with edit and delete chats are fixed. Welcome Sheet does not will show every app launch but at the first time.

### 3.3.6 — 2025-09-09

Bug Fixes:

Fixed false positive warnings in Connection Diagnostics where successful JSON responses were incorrectly flagged as "Breaking Changes" or authentication problems
Improved response type detection using Content-Type headers instead of content scanning, eliminating false alarms for n8n workflows containing session data
Breaking change detection now only triggers for actual HTML login pages, not normal n8n API responses

Improvements:

Enhanced compatibility with all n8n versions, especially workflows using chat triggers, authentication nodes, or session management
More accurate error messages based on actual server response types
Better diagnostic information to help identify real connection issues

Technical Details:
This update resolves an issue where the diagnostic tool would incorrectly interpret keywords like "sessionId" or "loadPreviousSession" in valid n8n workflow responses as signs of authentication problems. The tool now properly distinguishes between successful JSON API responses and actual HTML error pages.
For Existing Users:
If you previously saw "Breaking Change Detected" messages with HTTP 200 status codes, these were false positives. Your n8n connection was working correctly. This update eliminates these misleading warnings and provides more reliable diagnostic feedback.
We appreciate user feedback that helped us identify and resolve this issue, improving the overall app experience for the n8n community.

## Apps similar to neightn remote

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [Git client - Working Copy](https://appshunter.io/ios/app/git-client-working-copy/id896694807) | 4.8 (3,740) | Free | Developer Tools |
| [TablePlus - Database Client](https://appshunter.io/ios/app/tableplus-database-client/id1465448609) | 4.4 (76) | Free | Developer Tools |
| [Reins: for Ollama & LM Studio](https://appshunter.io/ios/app/reins-for-ollama-and-lm-studio/id6739738501) | 4.5 (269) | Free | Developer Tools |
| [Happy: Codex & Claude Code App](https://appshunter.io/ios/app/happy-codex-and-claude-code-app/id6748571505) | 4.9 (991) | Free | Developer Tools |
| [Supanow: Supabase Dashboard](https://appshunter.io/ios/app/supanow-supabase-dashboard/id6661029308) | 4.8 (9) | Free | Developer Tools |
| [n8n Toolbox](https://appshunter.io/ios/app/n8n-toolbox/id6746510452) | — | $5.99 | Developer Tools |

## More apps by Enrico Becker

- [TrackYourLife - Zeiterfassung](https://appshunter.io/ios/app/trackyourlife-zeiterfassung/id6749448789)
- [PlateX](https://appshunter.io/ios/app/platex/id6754191859)
- [PhaseX](https://appshunter.io/ios/app/phasex/id6756866517)

All apps by Enrico Becker: https://appshunter.io/developer/1796571540

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-08-24.*
