Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

AI Automation Society

202.1k members • Free

92 contributions to AI Automation Society
Vibe coder here!...Need help...Having issues setting up n8n for Hostinger VPS.
Here is "something" ChatGPT coder did for me to resolve the issue, but to be quite honest I'm not sure much about the technical part on doing it. Not too techy YET. However, actively working my ways around it. Any thoughts? Would love to see a Nate's video in regards to this type of issues (if worth it). Note: I'm currently doing this with Windows PowerShell (Admin Mode). # Docker Setup Guidance for n8n This repository captures quick notes for resolving the `failed to connect to the docker API at npipe:////./pipe/dockerDesktopLinuxEngine` error when trying to pull the `n8nio/n8n` image on Windows, plus a minimal checklist for running n8n on a Linux VPS (e.g., Hostinger). ## Fixing the Docker API error on Windows The error indicates the Docker Engine is not reachable. Common fixes: 1. **Ensure Docker Desktop is installed and running** - Install Docker Desktop for Windows (with WSL 2 backend). - Start Docker Desktop and wait for the whale icon to show “Docker Desktop is running.” 2. **Verify WSL 2 is enabled and updated** ```powershell wsl --list --verbose wsl --update wsl --set-default-version 2 ``` Make sure the default distro is Version 2. 3. **Restart Docker services** (from an elevated PowerShell) ```powershell net stop com.docker.service net start com.docker.service ``` Then reopen PowerShell and run `docker info` to confirm the daemon is reachable. 4. **Switch to the correct engine** - In Docker Desktop, go to **Settings → General** and ensure **Use the WSL 2 based engine** is checked. - If you previously switched to Windows containers, switch back to Linux containers from the Docker Desktop menu. 5. **Test again** ```powershell docker version docker pull n8nio/n8n:latest ``` ## Running n8n on a Linux VPS (e.g., Hostinger) 1. **Install Docker and Docker Compose** ```bash sudo apt update sudo apt install -y ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
1 like • 13h
@Frankie Fuentes Hey Frankie , I'm not sure how far you got with setting up n8n on hostinger VPS but if it gets totally messed up, best start from scratch with Hostinger's n8n template. See link below which is a very detailed tutorial direct from Hostinger, it covers two installation methods: - Installing n8n using Hostinger n8n template (easiest) - Installing n8n manually onto Ubuntu https://www.hostinger.com/uk/tutorials/how-to-install-n8n
N8N-Self Hosting
Hey everyone, Im trying to learn N8N and possibly get to a point where i can freelance with making automations for businesses. I want to self host but Im curious where is best to self host? Should i use Hostinger or hetzner?
0 likes • 1d
@Hasan Ammar Hi Hasan, regarding the issue you described above, it looks similar to an issue I resolved for someone else previously. Updating an environment variable like WEBHOOK_URL in your docker compose file requires recreating the container, NOT just RESTARTING it. "docker compose restart" is not enough for the new env value to take effect in the container process. "docker compose restart" Stops and starts the existing containers. Does NOT re-read the compose file or env files to recreate containers with new environment variables or changed images. "docker compose up -d" Creates containers that are missing or whose configuration has changed (including env vars), and leaves unchanged containers alone. "docker compose down" Stops and removes the containers, default network, and optionally volumes (with -v). After "docker compose down", a subsequent "docker compose up -d" always recreates everything from scratch. In summary, in your case, to apply new environment variables, you can run the following (run while in same folder as your docker compose file): docker compose up -d For reference, please see my previous post linked below regarding resolving an issue where changes to WEBHOOK_URL were not reflected: https://www.skool.com/ai-automation-society/port-5678-in-n8n-production-url?p=0148521e Let me know how you get on.
Ai updates
Which “AI update” excites you the most?
Poll
64 members have voted
2 likes • 2d
@Josue Miranda Hi Josue, there is no direct integration between Gemini CLI and n8n. If you want to use Gemini to help you build n8n workflows then you should be using Gemini website located at the following link: https://gemini.google.com/ You can ask Gemini how to build n8n workflows and it can give you step by step instructions. You can also ask it to generate the JSON workflow template that can be imported directly into n8n. If you are troubleshooting an issue with your n8n workflow, then you can also ask Gemini for advice or even download your workflow from n8n and paste the entire JSON workflow template file into Gemini and then ask questions. If you want to use Gemini *WITHIN * an n8n workflow, then see the following link: https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-langchain.googlegemini/
🚨 I Really Need Help With My Traefik + n8n Setup 🚨
I’ve spent days trying to solve the same issue over and over again, and I’m finally admitting that I need proper help from someone who genuinely understands Traefik, Docker, and self-hosting. For context: I’m trying to set up Traefik as the reverse proxy for my n8n instance. I’ve rebuilt configs again and again, remade folders, rewritten files, recreated the environment — and even went as far as to buy a brand-new VPS, thinking the fresh environment would finally fix everything. But after all of that, It's still reading an old client version as seen below. I’m also going to include screenshots of my traefik.yml and docker-compose.yml files so someone who knows what they’re doing can tell me simply: - if everything matches - if anything is missing - or if I’ve placed something in the wrong place At this point, I’ve genuinely put in the work.Trying to get this running properly with no shortcuts; but now I just need someone to guide me from experience — even just to point out what I’m overlooking. If anyone here understands Traefik, Docker networking, reverse proxies, or n8n self-hosting, I’d massively appreciate your help. Many Thanks 🙏 . #Traefik #Docker #n8n #VPS #SelfHosted #DevOps #HelpNeeded #Automation
🚨 I Really Need Help With My Traefik + n8n Setup 🚨
0 likes • 7d
@Harry Mullett Hey Harry, it looks like you are running an old version of Traefik that isn't compatible with the latest version of Docker you're using. See following link, discussing same error that you are seeing in your logs. https://community.traefik.io/t/traefik-stops-working-it-uses-old-api-version-1-24/29019 According to above link, it's reported to be fixed in Traefik release v2.11.31, try updating your docker compose file: docker-compose.yml Change following line: image: traefik:v2.10 Change to: image: traefik:v2.11.31 After updating tag as above, run: docker compose pull docker compose up -d Worth trying, hopefully it resolves issue.
🚨Free Gemini Pro AI for students for 12 Months
Free of charge for one year. Get more access to their most accurate model, Gemini 3 Pro, unlimited image uploads, pro-level image generation, customized quizzes and advanced learning tools like NotebookLM, plus 2 TB storage. Offer expires on December 9, 2025. https://gemini.google/students/
0 likes • 7d
Offer appears to be location dependent, it may show something else on linked page if offer unavailable for detected country.
1 like • 7d
@Craig McKay Thanks for clarification, looks like Google detects where you are located when viewing that link you provided, different options offered depending on country. (Updated my original comment)
1-10 of 92
David Potter
5
354points to level up
@david-potter-4157
Software Developer, exploring AI Automation potential.

Active 36m ago
Joined Feb 18, 2025
Powered by