Start protecting your environment with Defendx. Deploy the complete security platform with central components and universal agents.
Defendx consists of three main central components that work together to provide comprehensive security monitoring and analysis.
The Defendx indexer is a highly scalable, full-text search and analytics engine that indexes and stores alerts generated by the Defendx server.
The Defendx server analyzes data received from the agents and processes it using threat intelligence. A single server can analyze data from thousands of agents.
The Defendx dashboard is the web user interface for data visualization, analysis, and management with dashboards for regulatory compliance, vulnerabilities, and more.
Defendx agents are installed on endpoints such as laptops, desktops, servers, cloud instances, or virtual machines. They provide threat prevention, detection, and response capabilities across all supported operating systems.
# Download MSI installer
wget https://packages.defendx.com/4.x/windows/defendx-agent-4.7.0-1.msi
# Install with manager IP
msiexec /i defendx-agent-4.7.0-1.msi /q DEFENDX_MANAGER='defendx-server-ip'
# Ubuntu/Debian
wget https://packages.defendx.com/4.x/apt/pool/main/d/defendx-agent/defendx-agent_4.7.0-1_amd64.deb
sudo dpkg -i defendx-agent_4.7.0-1_amd64.deb
# Configure manager
sudo /var/ossec/bin/agent-auth -m defendx-server-ip
Configure your Defendx installation for optimal performance and security. These settings will help you customize the platform to meet your specific requirements.
# Edit manager configuration
sudo nano /var/ossec/etc/ossec.conf
# Set manager IP address
<address>your-manager-ip</address>
# Register agent with manager
sudo /var/ossec/bin/agent-auth -m manager-ip -A agent-name
# Start agent service
sudo systemctl start defendx-agent
Common issues and solutions for Defendx installation and operation. If you encounter problems, check these solutions first.
If Defendx services fail to start:
# Check service status
sudo systemctl status defendx-manager
# View detailed logs
sudo tail -f /var/ossec/logs/ossec.log
If agents cannot connect to manager:
# Check firewall settings
sudo ufw status
# Verify manager is reachable
telnet manager-ip 1514
top
ping manager-ip
df -h
sudo systemctl restart defendx-*