Back
Documentation
Install and run your first scan in 2 minutes
Quick Installation
Requires Ubuntu 22.04+ or Ubuntu 24.04. Install as root.
curl -sSL https://www.kolvera.co/install | bashFirst scan
Initialize Kolvera and set up the local database.
sudo kolvera initRun a full scan: inventory, CVE correlation, and configuration analysis.
sudo kolvera scanView results
List all detected findings.
kolvera findingsFilter by severity to prioritize.
kolvera findings --severity criticalShow a quick summary of server status.
kolvera statusAI Remediation (Pro)
Configure your Anthropic API key
export ANTHROPIC_API_KEY="sk-ant-..."Install your Pro license key
sudo cp license.key /etc/kolvera/license.keyGenerate AI remediation plans
sudo -E kolvera remediateExecute an approved plan
sudo -E kolvera remediate --executeReports
Generate a PDF report with evidence (Pro).
sudo kolvera reportExport in JSON format (Community).
sudo kolvera report --format json --output ./report.jsonCommand Reference
| Command | Function | Tier |
|---|---|---|
| kolvera init | Initial setup | Community |
| kolvera scan | Full scan | Community |
| kolvera scan --quick | Quick scan | Community |
| kolvera status | Quick summary | Community |
| kolvera findings | List findings | Community |
| kolvera remediate | AI plans | Pro |
| kolvera remediate --execute | Execute plans | Pro |
| kolvera verify | Verify remediations | Pro |
| kolvera report | PDF report | Pro |
| kolvera report --format json | JSON report | Community |
| kolvera history | Scan history | Community |
| kolvera update | Update CVE cache | Community |
| kolvera config | View configuration | Community |
| kolvera license | View current license | Community |
Source code, issues, and contributions on GitHub
View on GitHub