this is my first message here as I’m starting with n8n right now and really enjoying it. I try to install n8n on my webhoster uberspace.de and followed these uberspace related sources: 1 and 2.
It doesn’t work with the above documentation. Even a npx n8n results in a simple return code 1, see infos below.
I tried different stuff like:
deleting the .n8n folder
uploading an local version of my .n8n folder (from Mac)
tried the npx and the described way via daemons
reading the ‘whole’ forum trying to find a workaround / similar situation
That said it seems Uberspace kills processes if they use too much memory on the host and I suspect this might also happen in other situations. Unfortunately as a user it won’t be easily possible to identify what happened as you can’t access the pacct file (which makes sense for security reason, seeing an Ubserspace host is shared by many users). Docker is also unavailable on Uberspace.
So while I have a lot of sympathy for Ubserspace it might not be the ideal host for n8n and you might want to consider using an alternative hoster providing you with full access to a VM (Like Hetzner or Digital Ocean for example). This allows you to use docker which should prevent you from hitting compatibility issues due to the packages available (or not available) on your system.