POC 1. Installation of n8n and Dependencies and server specification

I want to deploy n8n on a physical server to implement 5 workflows namely Phishing Email Detection and Response, Malware Infection Incident Handling, Unauthorized Access Attempt, Suspicious Network Activity, Endpoint Anomaly Detection,

Can you help me to find the required characteristics of the server, as well as the dependencies for installing n8n?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:
  • **n8n version: 1.51.1
  • **Database (default: SQLite)
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • **Running n8n via (Docker, npm, n8n cloud, desktop app): npm or docker
  • Operating system: Ubuntu server 20.4

Hi @Preval_Jacquet_Gbaka,

Welcome to the community! :sparkles:

We don’t really have hard-set required characteristics for the server, since these can vary a lot depending on usage, but to get an idea you can check out this example page: Prerequisites | n8n Docs.

Regarding dependencies, I would just go with the Docker hosting: Docker | n8n Docs, it’s the most used one in our community, easy to setup and debug too. n8n/docker/images/n8n at master · n8n-io/n8n · GitHub

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.