Installation Guide
Step-by-step guide to installing the OnePAM gateway and agent.
Deploy OnePAM in three steps: configure your onepam.com account, set up a Gateway, and deploy Agents on target hosts. The diagram below shows the deployment sequence and component relationships.
Choose Your Platform
Infrastructure Automation
Deploy OnePAM agents at scale using your favourite infrastructure automation tools. Each module is available in its own GitHub repository.
github.com/onepamcom/onepam-ansible
github.com/onepamcom/onepam-puppet
github.com/onepamcom/onepam-terraform
CLI & Package Managers
Install the OnePAM CLI on your workstation using your preferred package manager.
Quick Start
For the fastest agent installation on Linux, run:
curl -sSL https://onepam.com/install/YOUR_ORG_UUID | sudo bash
Allow outbound HTTPS (443) to onepam.com and updates.onepam.com for verified agent downloads and updates.
For Docker deployments:
docker run -d --name onepam-agent --privileged --pid=host --network=host \
-v /sys:/sys:ro -v /proc:/proc:ro \
-e AGENT_API_URL=https://onepam.com \
-e AGENT_TENANT_ID=00000000-0000-0000-0000-000000000000 \
onepam/agent:latest
Platform Support
| Platform | Architecture | Minimum Kernel | Status |
|---|---|---|---|
| Linux (Standalone) | amd64, arm64 | 4.9+ | GA |
| Docker | amd64, arm64 | 4.9+ (host) | GA |
Downloads
Agent binaries and installation scripts are available from the OnePAM update repository:
onepam-agent-linux-amd64
onepam-agent-linux-arm64
onepam/agent:latest