NginxProxyManager / NginxProxyManager/nginx-proxy-manager
2.12.3 node not start
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
chrome login 502 gateway error:
fallback_error.log have error:
2025/12/25 02:10:45 [error] 188#188: *8433 connect() failed (111: Connection refused) while connecting to upstream, client: 172.16.9.100, server: nginxproxymanager, request: "POST /api/tokens HTTP/1.1", upstream: "http://127.0.0.1:3000/tokens", host: "10.0.1.248:8181", referrer: "http://10.0.1.248:8181/login"
docker exec -it nginx-proxy-manager-app-1 netstat -ntpl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 160/nginx: master p
tcp 0 0 0.0.0.0:81 0.0.0.0:* LISTEN 160/nginx: master p
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 160/nginx: master p
tcp 0 0 127.0.0.11:41727 0.0.0.0:* LISTEN -
tcp6 0 0 :::443 :::* LISTEN 160/nginx: master p
tcp6 0 0 :::81 :::* LISTEN 160/nginx: master p
tcp6 0 0 :::80 :::* LISTEN 160/nginx: master p
have not 3000 port listen about node service
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with fallback_error.log and the docker exec netstat output, then inspect how the 2.12.3 container starts its node service and exposes port 3000. Confirm the cause of the refused upstream connection and verify that the service listens on port 3000 and Chrome login no longer returns a 502.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, nginx, node.js
- Domain
- backend, devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100