> ## Documentation Index
> Fetch the complete documentation index at: https://docs.myrmex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# FortiManager

> Connect a Fortinet FortiManager to Myrmex over SSH — create the access account and add the integration.

import { Note, Steps, Step, CardGroup, Card, Tip } from '@mintlify/components';

Connect your **Fortinet FortiManager** so Myrmex can read its configuration, review the FortiGate devices and policy packages it manages, audit hardening, and — with approval — push changes. Myrmex reaches the appliance over **SSH** through a [Collector](/documentation/agent-endpoint-security/collector-mode) on your network, on demand — nothing is stored on the Myrmex side.

## What Myrmex Can Do

<CardGroup cols={2}>
  <Card title="Read & troubleshoot" icon="magnifying-glass">
    Inspect system status, managed devices, ADOMs, and policy packages — read-only diagnostics, pulled live.
  </Card>

  <Card title="Hardening audit" icon="shield-halved">
    Run a [Security Posture](/documentation/security-posture/overview) audit across FortiManager and the FortiGates it manages.
  </Card>

  <Card title="Policy hygiene" icon="broom">
    Review policy packages for shadowed, unused, or overly-permissive rules across managed devices.
  </Card>

  <Card title="Backup & diff" icon="floppy-disk">
    Back up the configuration on demand and compare revisions over time; with approval, push policy changes to managed devices.
  </Card>
</CardGroup>

## Before You Start

* A **Collector** deployed on a network that can reach the FortiManager's management IP over SSH. See [Deploying the agent](/documentation/agent-endpoint-security/installation).
* **SSH enabled** on the FortiManager management interface.
* An **administrator account** Myrmex can use to log in (a read-only profile is enough for analysis; a read-write profile is required to push changes).

## Step 1 — Create the Access Account on FortiManager

<Steps>
  <Step title="Enable SSH on the management interface">
    In **System Settings → Network**, edit the management interface and enable **SSH** under Administrative Access.
  </Step>

  <Step title="Create an admin profile (optional, recommended)">
    In **System Settings → Admin → Profiles**, create a profile scoped to what Myrmex should do — read-only for analysis, or read-write to allow changes.
  </Step>

  <Step title="Create the administrator">
    In **System Settings → Admin → Administrators**, add an administrator with a strong password and assign the profile above. Note the **username** and **password** — you'll enter them in Myrmex.
  </Step>
</Steps>

<Tip>
  Prefer least privilege: start with a read-only account, and only grant read-write once you want the agents to apply changes for you.
</Tip>

## Step 2 — Add the Integration in Myrmex

From the **Directory**, choose **Add Integration → FortiManager**, then fill in:

| Field           | Description                                                                                                                |
| --------------- | -------------------------------------------------------------------------------------------------------------------------- |
| **Name**        | A unique name for this FortiManager instance.                                                                              |
| **Description** | Optional note to identify the appliance.                                                                                   |
| **Collector**   | The [Collector](/documentation/agent-endpoint-security/collector-mode) that will open the SSH connection to the appliance. |
| **IP**          | The FortiManager management IP or hostname the Collector can reach.                                                        |
| **SSH Port**    | The SSH port (default `22`).                                                                                               |
| **Username**    | The FortiManager SSH username with admin privileges (created in Step 1).                                                   |
| **Password**    | That account's password.                                                                                                   |
| **Model**       | The FortiManager model series.                                                                                             |
| **Version**     | The FortiManager version.                                                                                                  |

## Connect

Click **Connect** to validate the SSH connection and finish. The FortiManager then appears under **Environment → Integrations**, and you can start asking the AI about it in the Workspace.

<Note>
  This integration is operated by the [Integration Specialist agent](/documentation/multi-agent-system/integration-specialist-agent), which runs the FortiManager CLI on your behalf. Browse more connectors in the [Integrations directory](/documentation/integrations/overview).
</Note>
