Linux: Recommended Antivirus Exclusions

Follow these recommendations to prevent antivirus interference with critical analytics system processes by adding the specified directories, ports, and services to the exclusion list on Linux/Ubuntu 20.04.

Directories

Add the following directory to the exclusion list to prevent disruption of essential files:

/opt/incoresoft/

Ports

Exclude these ports to maintain stable communication and data flow:

Inbound TCP:

  • 2001 for Middleware-Core
  • 4222 for NATS
  • 6333 for Qdrant
  • 6379 for Redis
  • 3020 for Process Runner Manager
  • Database port (e.g. 3306 for MySQL DB)

Outbound TCP:

  • 2001 for Middleware-Core
  • 554 for RTSP (default)
  • 4222 for NATS

Services

Ensure the following services are excluded to prevent interruptions in their operation:

  • incoresoft-middleware-core.service
  • incoresoft-process-runner.service
  • qdrant.service
  • nats.service
  • redis-server.service
  • mysql.service (if MySQL DB is used)