mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #675] Change listen Port #568
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#568
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 @michelkoeller on GitHub (Oct 24, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/675
Hi,
I want to have multiple servers on port 25565 (Minecraft). But I can't change the listen port (the default is 80). When I change it under /data/nginx/proxy_host (and the .conf file) it resets every time. The best practice I find is, when you can include this in the UI. Then is the NPM perfect.
Thanks for this nice Tool. But I can't use it when I can't change the listen port.
With friendly greetings
Michel
@Wadera commented on GitHub (Oct 27, 2020):
I'm kind of lost. You have problem with change listen ports on your minecraft server setup or Nginx proxy?
If Minecraft - then we can't really help you directly (there is some workaround below).
If it's Nginx Proxy Manager issue - you need to be more clear with describing your issue ;)
If you spawning multiple VMs / Containers / Dockers on separate, internal IP addresses and all of them works on default port 80 - then solution will be Port Streams,
On your external IP you can listen on port 25555 and push it into internal IP and port (lets say: 10.20.0.1:25565)
Then next one: your external IP can listen on 25556 and push it into next internal IP and port (lets say: 10.20.0.2:25565)
etc
To get it work you need to setup 2 things:
And then rebuild your Nginx Proxy Manager docker:
@vvel0x commented on GitHub (Nov 9, 2020):
Running a Minecraft server behind NPM requires the use of a stream host, not a proxy host.
@mgutt commented on GitHub (Jun 22, 2021):
@chaptergy
Is it possible to re-open this issue? Adding a stream host is not a solution, because:
I tried to add this to the advanced rules of a proxy host:
listen number_of_port;It seems to work for some apps I tried, but not for Minecraft. Don't know why.
@jqiuyin commented on GitHub (Jun 26, 2022):
Is there any progress on this issue? I would like to get this feature
@github-actions[bot] commented on GitHub (Mar 24, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (May 4, 2025):
Issue was closed due to inactivity.