N8N Tunnel Service Not Working

So hi everybody. There is an issue with my N8N Tunnel service. Which is not getting solved by itself even though i tried everything. So i am using n8n via npm and on my work VDS it works perfectly. But in my personal pc the n8n start --tunnel or n8n --tunnel commands are not working. By not working ı am not meaning it says any error but it says nothing about the tunnel either. Even though i execute it with n8n start --tunnel it always gets back to localhost.

Information on your n8n setup

  • n8n version: 2.1.4
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): own
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm
  • Operating system: Windows 11

The built-in n8n tunnel feature is deprecated and not supported in v2 anymore:

It’s recommended to setup your own reverse proxy, use ngrok or cloudflare tunnel instead.