Cet article n’est disponible ni en français. En consultant cet article, vous contribuez à notre réflexion sur sa traduction future.
Si vous avez besoin de plus d’aide ou si vous avez des questions relatives à l’assistance, veuillez contacter notre équipe dédiée d’assistance en français à l’aide de ce formulaire : https://help.extensis.com/hc/fr/requests/new
Description
Most Enterprise or Server based applications use a set of standard or default ports, and in other cases, dedicated ports may be assigned to the application(s).
If you suspect a port conflict, use the commands or applications listed below to generate a list of ports in use on your system. These instructions may assist you in resolving conflicts by identifying the porst in use, and potentially changing these ports used by another application(s) or processes.
Extensis applications such as Portfolio and Universal Type Server use several ports for communication purposes. Please use the following links to view the required ports:
Portfolio
https://help.extensis.com/hc/en-us/articles/360004934274
Universal Type Server
https://help.extensis.com/hc/en-us/articles/115007363828
Solution
Below are a few ways to identify ports in use on Mac and Windows Operating Systems:
Mac
Open the Terminal application and use the following command:
sudo lsof -i -n -P | grep TCP
Windows
The easiest way to view ports in use on Windows is to use Resmon.exe and view “Listening Ports”. These columns are searchable to view active ports.
Open a Command Prompt window and use the following command:
netstat -n -a –o
Another application for viewing active ports is TCPView. This viewer will show active ports with a simple GUI (Similar to Resmon.exe:
https://docs.microsoft.com/en-us/sysinternals/downloads/tcpview