Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
yumnycheesecakes opened this issue May 23, 2025 · 5 comments

Comments

@yumnycheesecakes
Copy link

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

@mlsmaycon
Copy link
Collaborator

mlsmaycon commented 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.

@yumnycheesecakes
Copy link
Author

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 yumnycheesecakes changed the title how the heck do I use ports other than 80 and 443? ports 80 and 443 are taken on my server. how do I change those ports. May 23, 2025
@urssich
Copy link

urssich commented 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.

@yumnycheesecakes
Copy link
Author

no, the service requires port 80 and 443.

@yumnycheesecakes
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants