I Just installing node just and run some project. Sometime, I deleted node project.
But after create new node js, i cant use same port anymore.
How to release it again, and make it available again?
How to release Port?
Hello, I suggest you check which program is using the port
netstat -tulnp|grep port
aaPanel_Kern tcp6 0 0 :::3100 :::* LISTEN 3598547/node /www/w
Hello, is it normal now? Is this process in use? If not, you can use kill to close it
aaPanel_Kern hai still cant use this port. How to kill it?