Install Gallop Agent
Deploy a lightweight security agent to your Linux systems.
Quick Start
Connect a Linux agent in three steps.
1. Download Binary
Get the package for your distro.
2. Run Install Script
curl -sSL https://install.joingallop.com/install.sh | sudo bash3. Verify Connection
Checking Jina/Elasticsearch pipeline...
Quick Install (Recommended)
Run this one-liner on any Linux machine to install and register the agent.
curl -sSL https://install.joingallop.com/install.sh | sudo bashPost-Installation Verification
After installing, verify the agent is running and connected.
1. Check agent service status:
sudo systemctl status gallop-agentSystem Requirements
Hardware
- 1 CPU core (2+ recommended)
- 512 MB RAM minimum
- 100 MB disk space
Permissions
- Root / sudo access for installation
- Outbound HTTPS (port 443) to api.joingallop.com
- Linux kernel 4.15 or later