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
- Install Docker Engine
- Get Docker from here.
- Start Docker Service
- Execute the following command:
systemctl start docker
- Execute the following command:
- 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).
- Firewall Settings:
- Download App Connector Installer
- Obtain the app connector installer from Quick Heal.
- Load Docker Image
- Use the following command:
docker load --input app-connector.tar.gz
- Use the following command:
- Run App Connector
- Check the loaded image:
docker image ls
- Start the app connector with:
docker run -d --restart=always <image_id>
- Check the loaded image:
- Monitoring Connection
- Monitor the establishment of connections using docker container logs.