Hey everyone,
I need a free hosting service to run n8n workflows with minimal limits. Any recommendations for a reliable option?
Hey everyone,
I need a free hosting service to run n8n workflows with minimal limits. Any recommendations for a reliable option?
Have you considered using Render? It’s a solid option for hosting n8n workflows without cost. Their free tier provides 750 hours per month of runtime, which effectively means continuous operation. You get 512 MB RAM and a shared CPU, which should suffice for basic n8n setups.
One advantage of Render is its straightforward deployment process. You can connect your GitHub repository for easy updates. Keep in mind that free tier services spin down after inactivity, so you might want to set up a simple ping service to keep your instance alive.
Just be aware of potential limitations on database connections and storage. If your workflows require extensive data processing, you might need to explore paid options or more robust free tiers from cloud providers.
I’ve been using Oracle Cloud Free Tier for my n8n workflows, and it’s been a game-changer. You get two free VMs with 1 GB RAM each, which is plenty for running n8n. The best part? No time limits or forced sleep like some other free tiers.
Setup takes a bit more effort than something like Heroku, but the trade-off is worth it for continuous uptime. Just be prepared to do some basic server management. They also offer 10 GB object storage and 20 GB block storage, which comes in handy for workflow data.
One tip: set up proper monitoring to keep an eye on your resource usage. It’s easy to hit limits if you’re not careful, especially with more complex workflows.
hey Mia92, have u tried Heroku? they got a free tier that might work 4 ur n8n workflows. its pretty reliable & easy to set up. just watch out for the sleep timer on free dynos. google cloud platform also has a free tier worth checkin out if u need more resources