After installing n8n on Docker , i am unable to open it and make use of it

after installing n8n on Docker , i am unable to open it and make use of it

Check:

  1. docker ps to confirm the container is running.
  2. docker logs n8n for errors.
  3. Access http://localhost:5678.
  4. Ensure port mapping is correct: docker run -it --rm -p 5678:5678 docker.n8n.io/n8nio/n8n.
  5. If on a remote server, set N8N_HOST=0.0.0.0 and open port 5678 in your firewall.

Thank you for your reply , it worked .

1 Like