WCS ports explanation

Arsen G.

Member
Dear Max, I didn't find any info regarding ports mentioned bellow -

tcp 0 0 0.0.0.0:843 0.0.0.0:* LISTEN 147151/java
tcp 0 0 0.0.0.0:1099 0.0.0.0:* LISTEN 147047/java
tcp 0 0 0.0.0.0:8082 0.0.0.0:* LISTEN 147151/java
tcp 0 0 0.0.0.0:50999 0.0.0.0:* LISTEN 147151/java
tcp 0 0 0.0.0.0:45113 0.0.0.0:* LISTEN 147151/java
tcp 0 0 0.0.0.0:8445 0.0.0.0:* LISTEN 147151/java
tcp 0 0 0.0.0.0:554 0.0.0.0:* LISTEN 147151/java
tcp 0 0 0.0.0.0:1098 0.0.0.0:* LISTEN 147151/java

Can you please give me an explanation?
Thank you in advance.
 

Max

Administrator
Staff member
You can check the following links from Admin Guide
Architecture
https://flashphoner.com/docs/wcs5/wcs_docs/html/en/wcs-admin-guide
Core ports
https://flashphoner.com/docs/wcs5/w...guide/index.html?architecture-server_core.htm
Manager ports
https://flashphoner.com/docs/wcs5/w...tecture-administrative_module-wcs_manager.htm

Here is list of your ports:
Code:
843    - Flash policy port, returns crossdomain.xml
1099   - RMI, internal
8082   - HLS
50999  - JMX, monitoring
45113  - License socket, dynamic
8445   - HLS over HTTPS
554    - RTSP server
 
Top