ports 80 and 443 are taken on my server. how do I change those ports. #1911

Open
opened 2025-11-20 06:09:05 -05:00 by saavagebueno · 5 comments
Owner

Originally created by @yumnycheesecakes on GitHub (May 23, 2025).

I can't use ports 80 and 443 because they are already taken.

Originally created by @yumnycheesecakes on GitHub (May 23, 2025). I can't use ports 80 and 443 because they are already taken.
Author
Owner

@mlsmaycon commented on GitHub (May 23, 2025):

Please update the ticket tittle and add more context to your request. With what you have initially is impossible for us to help.

@mlsmaycon commented on GitHub (May 23, 2025): Please update the ticket tittle and add more context to your request. With what you have initially is impossible for us to help.
Author
Owner

@yumnycheesecakes commented on GitHub (May 23, 2025):

Please update the ticket tittle and add more context to your request. With what you have initially is impossible for us to help.

netbird requires ports 80 and 443. these ports are already taken on my server. can I change these ports?

@yumnycheesecakes commented on GitHub (May 23, 2025): > Please update the ticket tittle and add more context to your request. With what you have initially is impossible for us to help. netbird requires ports 80 and 443. these ports are already taken on my server. can I change these ports?
Author
Owner

@urssich commented on GitHub (May 23, 2025):

If you have multiple services running on the same server that want to use the same port, you have these options:

  • set one of the services to use a different port (if service supports that)
  • use docker for your services and map internal ports 80/443 to some other external ports, i.e. 9080/9443
  • proper way is to use reverse proxy (Traefik, Caddy, Nginx) which always listens on the same ports (80/443) and routes traffic to your service based on domain via which they are requested

Two services cannot share the same port on their own without reverse proxy in front of them. If you need additional help internet is full of guides on how to do this, also ChatGPT is profficient enough for this kind of task.

@urssich commented on GitHub (May 23, 2025): If you have multiple services running on the same server that want to use the same port, you have these options: - set one of the services to use a different port (if service supports that) - use docker for your services and map internal ports 80/443 to some other external ports, i.e. 9080/9443 - proper way is to use reverse proxy (Traefik, Caddy, Nginx) which always listens on the same ports (80/443) and routes traffic to your service based on domain via which they are requested Two services cannot share the same port on their own without reverse proxy in front of them. If you need additional help internet is full of guides on how to do this, also ChatGPT is profficient enough for this kind of task.
Author
Owner

@yumnycheesecakes commented on GitHub (May 24, 2025):

no, the service requires port 80 and 443.

@yumnycheesecakes commented on GitHub (May 24, 2025): no, the service requires port 80 and 443.
Author
Owner

@yumnycheesecakes commented on GitHub (May 24, 2025):

the service is pangolin, so I can't just put a reverse proxy.

@yumnycheesecakes commented on GitHub (May 24, 2025): the service is pangolin, so I can't just put a reverse proxy.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1911