Level 8
Have you tried running it as administrator?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have an issue where Laravel Herd doesn't properly start on windows, anyone know a fix? Or is there someone who's fixing this as we speak?
It's saying it doesn't have permission to listen on port 9001 so one of a few things is happening:
If you want to see if another process is using that port, open a PowerShell prompt as administrator and run this:
Get-Process -Id (Get-NetTCPConnection -LocalPort 9001).OwningProcess
Please or to participate in this conversation.