Hi everyone, I deployed N8N on my server, but for some reason many features are blocked, such as detailed launch statistics, and the email license is active. Is there any way to fix this?
hello @Ivan_Pritulo
The community version doesn’t include detailed statistics. Check the plans for detailed functionality.
You can request an additional free license for extended functionality:
Community edition features | n8n Docs
If you want to check execution-related statistics, you can follow this youtube tutorial from Aemal Sayer
Basically, you set up a backend hooks function to export execution data every time a workflow runs.
Once this data is exported, you can connect it to a data visualization solution. The video shows an example of a Replit Vibe Coded dashboard.
GitHub links from the video:
-
Hook configuration: GitHub - avanaihq/n8n-dashboard-analytics: An enterprise-grade observability solution for n8n workflows.
-
Dashboard setup: GitHub - avanaihq/n8n-dashboard-anatlycis-ui: An enterprise-grade observability dashboard for monitoring n8n workflow executions.
A slightly modified version to display execution data from multiple n8n environments, including a function to refresh the data: GitHub - ttresse/n8n-metrics-dashboard: Observability dashboard for monitoring n8n workflow executions, with multi-instance support.