Tunnel problem

Hi,

I run the following command on my new machine, win11 OS, private. I try the following command to create tunnel and do a telegram bot, but the tunnel isn’t created and I’m failing constantly.
Please help :folded_hands:

running the folowing command using cmd -

docker run -it --rm --name n8n -p 5678:5678 -e GENERIC_TIMEZONE=“Asia/Jerusalem” -e TZ=“Asia/Jerusalem” -e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true -e N8N_RUNNERS_ENABLED=true -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n start --tunnel

error received in cmd -
Initializing n8n process
n8n ready on ::, port 5678
n8n Task Broker ready on 127.0.0.1, port 5679
Failed to start Python task runner in internal mode. because Python 3 is missing from this system. Launching a Python runner in internal mode is intended only for debugging and is not recommended for production. Users are encouraged to deploy in external mode. See: Task runners | n8n Docs
[license SDK] Skipping renewal on init: license cert is not initialized
Registered runner “JS Task Runner” (p0HzYgUySJcX_XIvVFt56)
Version: 2.0.3
Start Active Workflows:

Thanks for the link.
I’ts not clear what can solve the problem.
Should I try everything on it?
Please try to give me more info, and much more simple, using simple steps.
Thanks🙏

--tunnel option was removed in v2.

Thanks.
So I understand there is no simple command to run in cmd?
I tryed ngrok - the solution also not clear to me. No simple steps to use it :unamused_face:
In case you have more simple solution or simple steps please share.
Thanks :folded_hands::heart:

It is actually simple. Using ngrok the command is ngrok http 5678. You can also setup Easypanel or Dokploy if you have a VPS, those are low-code Docker container maintenance services. And there is a huge amount of resources on the internet about ngrok.

2 Likes

Thanks.

I’ll try your solution.:folded_hands::heart:

1 Like

--tunnel was removed. Stop asking ChatGPT and pasting its answer here.

1 Like

Well you forgot to exclude your bot from Jobs channel. Rest assured the n8n team will handle this for you.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.