mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #3426] [Question] Is there any way to change web admin port 81 to another port? #2290
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#2290
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 @amintyrabbit on GitHub (Jan 2, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3426
I'm afraid this is right place to ask this question, but I can't find helpful knowledge or more proper place to ask.
I want change web admin port 81 to another port(ex. 13001). (NOT HTTP/HTTPS Port)
I need this feature because I'm going to run NPM container on host network.
Is there any way to change web admin port or could you add this feature?
@tilalx commented on GitHub (Jan 2, 2024):
Altering the web administration port for Nginx Proxy Manager (NPM) within Docker typically involves adjusting the Docker compose file or the Docker run command. Isn't this a viable approach?
@github-actions[bot] commented on GitHub (Jul 15, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@ghost commented on GitHub (Jul 23, 2024):
To my understanding they are most likely trying to figure out how to change the port in a config file rather than set the public port to be whatever they require and leave the host port to 81.
But to answer your question, It's not something you can really change, you can edit
/etc/nginx/conf.d/production.confIt's more of a pain to do this rather than to just, assign a different public port.
@omuleanu commented on GitHub (Mar 9, 2025):
when using "host" network, ports specified in compose have no effect
@github-actions[bot] commented on GitHub (Sep 9, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍