mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #1506] Streams not working. #1154
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#1154
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FreshImmuc on GitHub (Oct 21, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/1506
Hey, I tried to use streams with minecraft but it doesnt work.

What did I do wrong? it says online
@chaptergy commented on GitHub (Oct 21, 2021):
Have you added the port to the port section of your docker-compose file to expose it to the outside of the container? Potentially also port-forwarded it in your router if you want your server to be available from the internet?
@FreshImmuc commented on GitHub (Oct 21, 2021):
Server is available in the Internet but the Docker config thing is probably the reason.
@chaptergy commented on GitHub (Oct 21, 2021):
Then you'll just need to add the port to the docker-compose like this:
@technoluc commented on GitHub (Nov 17, 2021):
I'm trying to acces my RDP via Nginx Proxy Manager but i can't get it to work. I've forwarded 3389 to NPM via my router, added 3389:3389 as ports in the docker-compose.yml file and set up a stream incoming 3389 to ${PC_IP}:3389. Am i missing something?
@Kambaa commented on GitHub (Apr 3, 2023):
Hello, like @chaptergy have mentioned, first i did add the ports, did a docker-compose down / up, and lastly, adding stream entries (with same ports for in and out, and added related computer local ip), i can access from outside successfully. Things to consider:
Have a good one!
@tbb98 commented on GitHub (Jun 29, 2023):
Hello!
I came across a comment on reddit saying that you have to expicitly specify UDP in the docker-compose file, if it's an UDP stream. In my case, that solved it.
Like this:
- '34197:34197/udp' # Factorio@jin8111 commented on GitHub (Mar 22, 2024):
I have a new problem, after port forwarding, I can't use ssl, such as Synology's port 6690
@Aerialflame7125 commented on GitHub (Jun 11, 2024):
@jin8111 You would just use the proxy host feature within nginx proxy manager and not the streams for your case.