Oracle Cloud SSH Connection Refused – Stuck While Installing n8n
Hi all, I’m working on a personal automation project using Oracle Cloud (Free Tier) to self-host n8n, but I’m currently stuck at the SSH connection stage.
I was running an n8n instance on Oracle Cloud, but after the latest update, the VM crashed and became inaccessible. I tried deploying a new VM, and while it works fine for other applications, the system becomes unreachable as soon as n8n is installed and the VM is rebooted.
This behavior suggests that either:
Oracle Cloud may be blocking n8n after installation, or
The latest n8n version has a bug causing the VM to fail after reboot.
For reference, I previously had a successful installation following this video guide: https://youtu.be/5MGjRTqCmtI
Need to Troubleshoot further to confirm whether the issue lies with Oracle’s restrictions or with n8n itself. OR If reproducible, consider raising a major issue with the n8n team.
Update :
Update :
Finally, it worked after installing the latest Docker and Docker Compose, without using an Nginx reverse proxy.
I don’t think this is related to Oracle Cloud restrictions with n8n, I personally run n8n on Oracle Cloud using Coolify for management and previously EasyPanel, and before that installed directly on the server, and I haven’t faced any issues with that.
That said, aside from n8n, Oracle Cloud is well-known for randomly shutting down some free-tier accounts, especially the always-free ones rather than the “pay as you go” plans..
So the core issue here might simply be that the account/server itself got suspended.