Quick Start

Get LinuxGuard running on your Linux system in 5 minutes.

Prerequisites

Before starting, ensure you have:

  • Linux system with kernel 4.18 or later (required for eBPF)

  • Root or sudo access

  • API Key and Tenant ID from the LinuxGuard console

  • Network access to api.linuxguard.io and packages.linuxguard.io

For full system requirements, see the Prerequisites guide.

Step 1: Install

Run the unified installer to download and install the LinuxGuard agent:

curl -fsSL https://packages.linuxguard.io/install-linuxguard.sh | sudo bash

The installer automatically detects your Linux distribution and configures the appropriate package repository.

For installation options and troubleshooting, see the Installation Guide.

Step 2: Enroll

Connect the agent to your LinuxGuard tenant:

Replace:

  • <API_KEY> with your API key from the LinuxGuard console

  • <TENANT_ID> with your tenant ID

You can find both credentials in the Settings page of the LinuxGuard console.

Expected output:

For enrollment options like environments and tags, see the Configuration Guide.

Step 3: Verify

Confirm the agent is running:

Expected output:

Your server should now appear in the LinuxGuard console within a few moments.


Next Step: Console Overview →

Related: Installation Guide | Configuration | What Changed | Agent Commands

Last updated

Was this helpful?