Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

stratboy's avatar

How to permanently change Valet ports?

Hi, I use both Valet and MAMP for different projects. I want MAMP to run Apache on port 80. The problem is that Valet runs nginx on port 80 too, by default. Is there a way to make it run on diffefent ports? I mean, do once and then forget.

P.s. not sure this is the right channel to ask.

0 likes
4 replies
tykus's avatar
tykus
Best Answer
Level 104

No. It needs port 80 to be available.

stratboy's avatar

Ok. So, question #2: is there a way to avoid valet to auto-start upon computer boot? So I don't need to stop it each time I need to use mamp?

tykus's avatar

valet stop should stop the services that Valet uses, and not restart them after reboot?

Otherwise, you you may need to uninstall the Valet daemon using valet uninstall

1 like

Please or to participate in this conversation.