Quick Start
Quick Start
Section titled âQuick StartâGet started with Corellix in minutes by following this guide.
Option 1: Cloud (Recommended)
Section titled âOption 1: Cloud (Recommended)â-
Register on Corellix
Go to app.corellix.io and create your account.
-
Create a Tenant
From the Customer Portal, create a new tenant for your organization.
-
Download the Collector
Download the Collector from the Downloads section and install it on the management server.
-
Configure the Collector
Terminal window # Configure connection to cloud./configure-collector.sh --tenant YOUR_TENANT_ID --api-key YOUR_API_KEY -
Deploy User Agent
Distribute the User Agent to monitored machines via GPO or manually.
Option 2: On-Premise with Docker
Section titled âOption 2: On-Premise with Dockerâversion: '3.8'services: api-gateway: image: corellix/api-gateway:latest ports: - "443:443" environment: - COSMOS_CONNECTION_STRING=${COSMOS_CONNECTION}
collector: image: corellix/collector:latest ports: - "5050:5050" environment: - API_GATEWAY_URL=https://api-gatewayStart with:
docker-compose up -d# API Gatewaydocker run -d \ --name corellix-api \ -p 443:443 \ -e COSMOS_CONNECTION_STRING="..." \ corellix/api-gateway:latest
# Collectordocker run -d \ --name corellix-collector \ -p 5050:5050 \ -e API_GATEWAY_URL="https://api-gateway" \ corellix/collector:latestUser Agent Installation
Section titled âUser Agent InstallationâWindows - Interactive Wizard
Section titled âWindows - Interactive Wizardâ- Download the
CorellixUserAgent-x.x.x.zippackage - Extract and run
Setup.batas administrator - Follow the wizard to configure:
- Collector URL:
http://collector:5050 - API Key (if required)
- Collector URL:
Windows - Silent Installation
Section titled âWindows - Silent Installationâpowershell -ExecutionPolicy Bypass -File Setup-CorellixUserAgent.ps1 ` -Silent ` -CollectorUrl "http://collector.domain.com:5050"Windows - GPO with MSI
Section titled âWindows - GPO with MSIâmsiexec /i CorellixUserAgent-1.0.0.msi /qb ^ COLLECTOR_HOST=collector.domain.com ^ COLLECTOR_PORT=5050Verify Installation
Section titled âVerify InstallationâCheck service status
Section titled âCheck service statusâ# User AgentGet-Service CorellixUserAgent
# Collector (if local)Get-Service CorellixCollectorVerify connectivity
Section titled âVerify connectivityâ# Test connection to CollectorTest-NetConnection -ComputerName collector.domain.com -Port 5050Verify data in Portal
Section titled âVerify data in Portalâ- Log in to the Customer Portal
- Go to Sessions â Active
- You should see active sessions within 30 seconds
Next Steps
Section titled âNext Stepsâ- Collector Configuration - Advanced options
- User Agent Configuration - Available parameters
- Dashboard - Customize dashboards