Installation flags reference
This reference lists the command-line flags available when installing AgentX Client on Windows or Linux.
Context
These flags customize AgentX Client installation behavior, including Logpoint server address, installation paths, osquery configuration, and SSL certificate locations. Use these flags with the installation command to configure AgentX Client during deployment.
Windows installation flags
MANAGER_ADDRESS
String
IP address of Logpoint where AgentX is installed
MANAGER_ADDRESS=192.168.1.100
INSTALLATION_TYPE
String
Installation path type: "default" or "custom"
INSTALLATION_TYPE=custom
INSTALL_DIR
String
Custom installation directory path
INSTALL_DIR="C:\CustomPath"
ADDLOCAL
String
Features to install. Set to "OsqueryFeature" to install osquery
ADDLOCAL=OsqueryFeature
SSL_CERT
String
Path to custom SSL certificate file
SSL_CERT="D:\Certs\agent.cert"
SSL_KEY
String
Path to SSL certificate key file
SSL_KEY="D:\Certs\agent.key"
CUSTOM_OSQUERY_CONF
String
Path to custom osquery configuration file
CUSTOM_OSQUERY_CONF="C:\Config\osquery.conf"
Linux installation flags
MANAGER_ADDRESS
String
IP address of Logpoint where AgentX is installed
MANAGER_ADDRESS=192.168.1.100
OSQUERY_INSTALL
Enum: Y/N
Install osquery. "Y" to install, "N" to skip
OSQUERY_INSTALL=Y
CUSTOM_OSQUERY_CONF
String
Path to custom osquery configuration file
CUSTOM_OSQUERY_CONF=/opt/config/osquery.conf
VALIDATE_CONF
Enum: Y/N
Validate custom osquery config file exists. "Y" to validate, "N" to skip
VALIDATE_CONF=Y
SSL_CERT
String
Path to custom SSL certificate file
SSL_CERT=/opt/certs/agent.cert
SSL_KEY
String
Path to SSL certificate key file
SSL_KEY=/opt/certs/agent.key
Example commands
Windows - Default installation with osquery:
Windows - Custom path with custom osquery config:
Windows - Custom SSL certificates:
Linux - Default installation with osquery:
Linux - Custom osquery config with validation:
Linux - Custom SSL certificates:
Last updated
Was this helpful?