How to find what Application is using UniFi Controllers port

Modified on Thu, 15 Sep, 2016 at 3:50 PM

Issue:

 Device or program is not able to respond to your request through current path because port x is being used by another process. How do I find what process is using port x?


Solution: 

To check if there is another service using port x right now (e.g. Skype), and change the setting in that program to release port 80. Below are the steps to find the service:


 

  1. Please click on "Windows Start" (Windows-Logo) , then enter "cmd.exe" in the run box and execute it.

  2. Input the command “netstat -a -o -b”. (or netstat -na | find “8080”). You will be provided with the ports in use and the services using them. Find the Local Address that has taken port x, and the PID number.   



  3. Press down “ctrl”+ “alt” + “Delete” keys to bring up Windows Task Manager. Select “View”, and then “Select columns”, and enable the “PID (Process Identifier)” to appear on search results. Please also make sure “Show process from all users” is enabled.   

  4. On Task Manager Process tab, locate the PID number of the service using port 80. The service name is shown under “Image Name” column.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article