[GH-ISSUE #1673] NPM not opening port when creating a new stream. #1251

Closed
opened 2026-02-26 06:36:24 +03:00 by kerem · 3 comments
Owner

Originally created by @FreshImmuc on GitHub (Dec 22, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1673

  • Have you pulled and found the error with jc21/nginx-proxy-manager:latest docker image?
    • Yes
  • Are you sure you're not using someone else's docker image?
    • Yes
  • Have you searched for similar issues (both open and closed)?
    • Yes

Describe the bug
Title

Nginx Proxy Manager Version
latest

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'stream'
  2. Click on 'add stream'
  3. Add a new Stream
  4. Check with a tool if the port is open

Expected behavior
That the port is open

Originally created by @FreshImmuc on GitHub (Dec 22, 2021). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1673 - Have you pulled and found the error with `jc21/nginx-proxy-manager:latest` docker image? - Yes - Are you sure you're not using someone else's docker image? - Yes - Have you searched for similar issues (both open and closed)? - Yes **Describe the bug** Title **Nginx Proxy Manager Version** latest **To Reproduce** Steps to reproduce the behavior: 1. Go to 'stream' 2. Click on 'add stream' 4. Add a new Stream 5. Check with a tool if the port is open **Expected behavior** That the port is open
kerem 2026-02-26 06:36:24 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@FreshImmuc commented on GitHub (Dec 22, 2021):

image

Here I checked if any process is using this port, that I used for the stream in NPM but unfortunately there is none

Here I tested if port 80 is used by NPM (just so you know how it SHOULD look when a port is used):

image

<!-- gh-comment-id:999894417 --> @FreshImmuc commented on GitHub (Dec 22, 2021): ![image](https://user-images.githubusercontent.com/65733898/147157839-31137050-9cd9-4f60-9903-15a3bd396e51.png) Here I checked if any process is using this port, that I used for the stream in NPM but unfortunately there is none Here I tested if port 80 is used by NPM (just so you know how it SHOULD look when a port is used): ![image](https://user-images.githubusercontent.com/65733898/147157964-b2e3e421-b9d4-4407-b9f0-7e0b7b6d0974.png)
Author
Owner

@chaptergy commented on GitHub (Dec 23, 2021):

Since NPM is a dockerized application, you will also need to expose that port in your docker-compose file, since npm is not able to do that. Then that port will also be accessible from the outside and should work as expected.

<!-- gh-comment-id:1000204222 --> @chaptergy commented on GitHub (Dec 23, 2021): Since NPM is a dockerized application, you will also need to expose that port in your docker-compose file, since npm is not able to do that. Then that port will also be accessible from the outside and should work as expected.
Author
Owner

@FreshImmuc commented on GitHub (Dec 23, 2021):

Ahhh okay I remembering now. Thank you I just used this a while ago.

<!-- gh-comment-id:1000213102 --> @FreshImmuc commented on GitHub (Dec 23, 2021): Ahhh okay I remembering now. Thank you I just used this a while ago.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-proxy-manager-NginxProxyManager#1251
No description provided.