Hey everyone! I’m looking to set up a self-hosted n8n instance and I’m wondering what hosting solutions you all recommend. I’m on a budget, so I’m hoping to find something that won’t break the bank. It’s important that the host allows me to run Python scripts from the console, as I’ll be doing some web scraping with Playwright. Any suggestions for a dependable and cost-effective option? I’d really appreciate your input and experiences. Thanks in advance for your help!
I’ve been running my n8n instance on DigitalOcean for about a year now, and it’s been pretty solid. Their basic droplet is quite affordable - I think I pay around $5/month. It gives you full root access, so running Python and Playwright isn’t an issue. The setup process was straightforward, and their documentation is decent.
One thing to keep in mind is that you’ll need to handle updates and security yourself. It’s not too complicated, but it does require some basic Linux knowledge. If you’re comfortable with that, it’s a great budget-friendly option. Just make sure to set up regular backups of your workflows and data. Overall, it’s been reliable for my needs without breaking the bank.
I’ve been using Linode for my self-hosted n8n setup, and it’s been a great experience so far. Their entry-level plans are quite budget-friendly, starting at around $5/month. What I really appreciate is the flexibility - you get full root access, so running Python scripts and Playwright is no problem at all.
Performance-wise, I’ve found Linode to be quite reliable. I’ve had minimal downtime, and their support team has been responsive on the rare occasions I’ve needed help. One tip: make use of their backups feature. It’s saved me a couple of times when I messed up a configuration.
Just be prepared to do some initial setup work. It’s not plug-and-play, but there are plenty of guides out there. If you’re comfortable with basic server management, Linode offers a good balance of affordability and control for running n8n.