Skip to content
  • There are no suggestions because the search field is empty.

How To: Check if a Specified Port is in Use

 

How To: Check if a Specified Port is in Use

A port conflict error typically occurs when another application is already using the port required by Titan Server. Identifying and resolving the port conflict ensures the Titan Server can start properly.

Steps

First, we need to identify who’s using the port, to so this – 
  1. Open Windows Command Prompt by pressing windows key + R and type cmd.
  2. Then enter the command 'nestat –ano | findstr' :  <port> to see if port is listening.

netstat listen

 

If the port is listening, type tasklist /FI “PID eq 7612” to see what application is using the port.
windows task list

 

Note: In this example, only srxserver.exe is using port 22. However, in some cases, Titan SFTP may not function properly on port 22 if another application is already using it. Understanding this can help prevent conflicts and reduce the time spent troubleshooting the issue.

 

 

Need More Help? We’ve Got You Covered.

If you didn’t find what you were looking for, our support team is here to help. Customers with active maintenance and support can join the help desk and Submit a ticket and one of our experts will follow up shortly.