Unable to connect to the n8n

Hi all,
I trying run n8n on termux. After many problems I installed it. But cant connect to n8n agent. How to check what I have to do/install more to run it. I add pm2 status screen.

1 Like

Did you run the node package? It is recommended to use the docker compose method.

Are you behind a domain? Is this a VPS server or local computer?

its local. running on android tv box. done following this topic Installation Issue on Termux - #12 by Jon

If its on your own IP, you should be able to go to http://ip:5678 or the device’s IP. If its more secure, you may need to open the port via UFW or iptables, but I am unsure how an android tv box works. Its recommended to use docker and/or linux systems, as far as I am aware. Especially recently, you referenced a very old topic, things may have changed since then.

thx. its looks like android port blok

Success. Changed to my mobile phone. Everything works on localhost:5678 on phone. How do I access it from my PC to my phone?

Thats good you have some success. You should be able to access it, by looking in your network settings on the device its hosted, and find the IP, replace localhost with that local IP and should be able to access from other devices on the same wifi network.

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