Ports that uses the Core

Hello,

Does anyone know which port use the ctrlx to communicate with the CPU and if it is UDP or TCP?

Furthermore we would like to know also the ports that needs to be opened and if are UDP or TCP if we want to open a remote connection,

Thanks,

Best reply by CodeShepherd

The ctrlX CORE uses mostly standard communication and their standard ports for accessing the e.g. the Web UI:

  • TCP: 443
  • SSH: 22 (deactivated in default)

Additionally:

  • data layer client: 2069
  • data layer provider: 2070
  • OPC UA: 4840
  • PLC: 11740
  • WebIQ: 10123 (will be closed in the future)

Other ctrlX WORLD apps or your application can open other/own ports. Like for ModbusTCP or UDP.

EDIT: See here the link to the documentation.

View original
5 replies