Setting up App Connector

Print Friendly, PDF & Email

App Connector Configuration Guide

System Requirements

  • Operating System: Latest Ubuntu
  • RAM: 4 GB or more
  • vCPU: 2 or more
  • Disk Space: 100 GB or more
  • Physical or VM: Virtual System

Installation Steps

  1. Install Docker Engine
    • Get Docker from here.
  2. Start Docker Service
    • Execute the following command:
      systemctl start docker
  3. Network Configuration
    • Firewall Settings:
      • No inbound connections should be allowed from the internet.
      • Outbound connections should be allowed to:
        • Target application machine/server.
        • Tunnel service running in the XDR server.
        • Example: Allow outbound connection to 13.127.76.123:9293.
      • Allow targeted service IP addresses (e.g., Checkpoint/Fortinet firewall services).
  4. Download App Connector Installer
    • Obtain the app connector installer from Quick Heal.
  5. Load Docker Image
    • Use the following command:
      docker load --input app-connector.tar.gz
  6. Run App Connector
    • Check the loaded image:
      docker image ls
    • Start the app connector with:
      docker run -d --restart=always <image_id>
  7. Monitoring Connection
    • Monitor the establishment of connections using docker container logs.
Was this page helpful?