Docs get-started
Quickstart — Enterprise Core
Load the Core manager stack from the public CDN, install a fleet agent, and confirm a heartbeat.
On this page
Enterprise Core is the free self-hosted starting point. You run the manager on your network; collectors run as a fleet agent on each developer machine.
1. Start the manager stack
From a host with Docker:
curl -fsSL https://app.retrysight.com/enterprise/tier-core/latest/retrysight-postgres-0.1.0-rc.5.tar.gz | docker load
curl -fsSL https://app.retrysight.com/enterprise/tier-core/latest/retrysight-manager-0.1.0-rc.5.tar.gz | docker load
curl -fsSL https://app.retrysight.com/enterprise/tier-core/latest/retrysight-frontend-0.1.0-rc.5.tar.gz | docker load
curl -fsSL https://app.retrysight.com/enterprise/tier-core/latest/docker-compose.yml -o docker-compose.yml
docker compose up -d
- Dashboard →
http://localhost:8080 - Manager API →
http://localhost:28471
Copy-paste commands and artifact downloads always live on Enterprise Core downloads. Helm is covered in Helm.
2. Create an agent API key
In the dashboard: Admin → API keys. You will put this key on each workstation.
3. Install a fleet agent
Download the installer for the workstation OS from Enterprise Core. macOS and Windows packages are not notarized or Authenticode-signed — follow fleet agent install.
Point the agent at your manager in ~/.agent-retry/config.yaml. See agent config.
4. Confirm a heartbeat
Open the Agents page in the dashboard. A healthy collector shows a heartbeat within about 10–15 seconds of a successful start.
Then
- Docker Compose — image tarballs and compose file
- Tiers — what Analytics, Integration, and Cloud Scale add
- Collectors — which tools Core unlocks