after installing n8n on Docker , i am unable to open it and make use of it
Check:
docker psto confirm the container is running.docker logs n8nfor errors.- Access
http://localhost:5678. - Ensure port mapping is correct:
docker run -it --rm -p 5678:5678 docker.n8n.io/n8nio/n8n. - If on a remote server, set
N8N_HOST=0.0.0.0and open port 5678 in your firewall.
Thank you for your reply , it worked .
1 Like