Skip to main content

Port Already in Use

Symptom

Error: listen EADDRINUSE :::3003

Solution

Find and kill the process:

lsof -i :3003   # Divinux (alerting + synthetics + statuspages + insights surfaces)
lsof -i :3004 # Platform

kill -9 <PID>