Hello everyone,
I'm having an issue with a newly deployed n8n service on a fresh EasyPanel installation (running on a Hostinger VPS).
The Problem:
The n8n container has a green "healthy" status in the panel, and the application logs show a clean startup. However, when I try to access the temporary URL provided (proyectopersonal-n8n.rb9e4p.easypanel.host), the browser gets an ERR_CONNECTION_TIMED_OUT error. I can still access the main EasyPanel dashboard perfectly via its IP and port.
Troubleshooting I've already done:
Confirmed the n8n container is green and the logs show a successful startup with the final message "Editor is now accessible via...".
I have already added the N8N_EXPRESS_TRUST_PROXY=true environment variable, which fixed the initial X-Forwarded-For validation errors in the log.
I have ruled out local PC/network issues: my VPN and Antivirus (McAfee) are disabled, and I've tested on multiple browsers and in incognito mode.
Most importantly: I edited my local hosts file to point the temporary domain directly to the server's IP. The timeout error still occurs, which strongly suggests this is not an external DNS problem.
My Hypothesis:
It seems the n8n container is running correctly, but EasyPanel's internal reverse proxy is failing to route traffic from the temporary domain to the healthy container.
Has anyone encountered this before? Is this a known issue with temporary domains, or is there a step I might be missing to correctly provision the proxy route?
Thanks in advance for any help!