[GH-ISSUE #2961] Can 80 and 443 be changed? #2015

Closed
opened 2026-02-26 07:33:42 +03:00 by kerem · 4 comments
Owner

Originally created by @yzhpxd on GitHub (May 30, 2023).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2961

Can 80 and 443 be changed? It should not only be changed in yaml, but also in other places. After the change, the control panel cannot be opened. Ask for advice

Originally created by @yzhpxd on GitHub (May 30, 2023). Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/2961 Can 80 and 443 be changed? It should not only be changed in yaml, but also in other places. After the change, the control panel cannot be opened. Ask for advice
kerem 2026-02-26 07:33:42 +03:00
  • closed this issue
  • added the
    stale
    label
Author
Owner

@EctoBoggan commented on GitHub (Jun 2, 2023):

The control panel isn't on port 80 nor 443.
It's on port 81 and it cannot be change (I don't know why, can't find the answer).

But 80 and 443 can be easily change like this :

version: '3.8'
services:
  app:
    image: 'jc21/nginx-proxy-manager:latest'
    restart: unless-stopped
    ports:
      - '6001:80'
      - '6002:443'
      - '81:81'
    volumes:
      - '/path/to/data:/data'
      - '/path/to/letsencrypt:/etc/letsencrypt'

Hope it helps.

<!-- gh-comment-id:1573257394 --> @EctoBoggan commented on GitHub (Jun 2, 2023): The control panel isn't on port 80 nor 443. It's on port 81 and it cannot be change (I don't know why, can't find the answer). But 80 and 443 can be easily change like this : ``` version: '3.8' services: app: image: 'jc21/nginx-proxy-manager:latest' restart: unless-stopped ports: - '6001:80' - '6002:443' - '81:81' volumes: - '/path/to/data:/data' - '/path/to/letsencrypt:/etc/letsencrypt' ``` Hope it helps.
Author
Owner

@minecrawler commented on GitHub (Jun 7, 2023):

I'm running the admin GUI via http://nginx-manager.local/ using port 80 (separating stuff using mDNS hostnames), so it should not have any dependency on port 81... What error do you get when you change the external port to something else?

<!-- gh-comment-id:1580168616 --> @minecrawler commented on GitHub (Jun 7, 2023): I'm running the admin GUI via `http://nginx-manager.local/` using port 80 (separating stuff using mDNS hostnames), so it should not have any dependency on port 81... What error do you get when you change the external port to something else?
Author
Owner

@github-actions[bot] commented on GitHub (Jan 19, 2024):

Issue is now considered stale. If you want to keep it open, please comment 👍

<!-- gh-comment-id:1899509608 --> @github-actions[bot] commented on GitHub (Jan 19, 2024): Issue is now considered stale. If you want to keep it open, please comment :+1:
Author
Owner

@github-actions[bot] commented on GitHub (Mar 5, 2025):

Issue was closed due to inactivity.

<!-- gh-comment-id:2699551668 --> @github-actions[bot] commented on GitHub (Mar 5, 2025): Issue was closed due to inactivity.
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#2015
No description provided.