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 | bash

First scan

Initialize Kolvera and set up the local database.

sudo kolvera init

Run a full scan: inventory, CVE correlation, and configuration analysis.

sudo kolvera scan

View results

List all detected findings.

kolvera findings

Filter by severity to prioritize.

kolvera findings --severity critical

Show a quick summary of server status.

kolvera status

AI 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.key

Generate AI remediation plans

sudo -E kolvera remediate

Execute an approved plan

sudo -E kolvera remediate --execute

Reports

Generate a PDF report with evidence (Pro).

sudo kolvera report

Export in JSON format (Community).

sudo kolvera report --format json --output ./report.json

Command Reference

CommandFunctionTier
kolvera initInitial setupCommunity
kolvera scanFull scanCommunity
kolvera scan --quickQuick scanCommunity
kolvera statusQuick summaryCommunity
kolvera findingsList findingsCommunity
kolvera remediateAI plansPro
kolvera remediate --executeExecute plansPro
kolvera verifyVerify remediationsPro
kolvera reportPDF reportPro
kolvera report --format jsonJSON reportCommunity
kolvera historyScan historyCommunity
kolvera updateUpdate CVE cacheCommunity
kolvera configView configurationCommunity
kolvera licenseView current licenseCommunity

Source code, issues, and contributions on GitHub

View on GitHub