High Level Architecture MeshCentral.com
7 The only exposed public port is port 8080
, it’s used by various actors but the most frequent by far is mesh agents who connects to the server and authenticate based on their mesh policy. Port
8080 is secured using Microsoft NET TLS. TLS connections that use a TLS client certificate are mesh agents, other TLS connections that don’t use a client certificate are mesh tools or TCP relay requests. Port 8088 is identical to port 8080 except that it is not authenticated
and must only be exposed to “localhost” or to the swarm server’s private network. When a connection arrived on this port, it’s assumed to already be authenticated and coming from a trusted entity. Currently the AJAX server makes use of this port. Two other API’s are used to access the database (Microsoft SQL Server) and the message queue (Microsoft Queuing Server. The queuing server is setup using parameters found
in the configuration file, there is one inbound queue and one or more outbound queue can be setup. In general, commands sent to the queue must be received by all other components. The commands content is binary.
Share with your friends: