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

# Desktop Connection Manager

> Syteca's PAM jump server / gateway. Broker recorded privileged sessions to Windows, Linux, Active Directory, MS SQL, and web accounts through a Windows Client.

## Recorded privileged sessions through a PAM gateway

The **Desktop Connection Manager** is Syteca's PAM jump server — a hardened Windows computer that brokers privileged connections to your servers, databases, and admin accounts **with full session recording**. Users sign in to the jump server, pick a secret from the Connection Manager, and connect to the target system using native tools (RDP, PuTTY, SSMS) — without ever seeing the credentials, and with every keystroke and screen captured for audit.

This is the right tool when you need a strict, recorded, auditable flow for day-to-day administrators — the kind of access compliance frameworks (PCI DSS, SOC 2, HIPAA) expect to see fully logged. For lighter or agentless scenarios — contractors, BYOD, remote staff — pair it with the [Web Connection Manager](/docs/pam/access/web-connection-manager), which runs in the browser without an agent.

<Info>
  **Choose the Desktop Connection Manager when you need:**

  * Full keystroke and screen recording of privileged sessions for audit.
  * Support for every secret type (Active Directory, Windows, Linux SSH/Telnet, MS SQL, Web).
  * A controlled gateway through which all privileged access must flow.
  * Secondary user authentication so a shared admin account is always traceable to an individual.

  **Pair it with the [Web Connection Manager](/docs/pam/access/web-connection-manager) for users who don't need recording** — contractors, third-party admins, BYOD, and incident-response break-glass.
</Info>

Before secrets can be used on the desktop, you configure a Windows Client computer — often a dedicated jump server, also called a PAM gateway — where users with the right [permissions](/docs/pam/secrets/permissions) connect through this Connection Manager.

<Note>
  [PAM seat licenses must be assigned to users](/docs/administration/licensing/assign-pam-seat-licenses) before they can use PAM, including the Desktop Connection Manager.
</Note>

<Note>
  The Desktop Connection Manager requires **.NET Framework 4.8** on the Client computer.
</Note>

## Before you start

* You sign in with the [Client Configuration Management permission for Clients](/docs/administration/users/client-permissions).
* The Windows Client you'll use as the gateway is already connected to the Management Tool.

<Note>
  A jump server is only needed if two or more concurrent sessions are required on the Client computer running the Desktop Connection Manager. A Windows Server operating system is recommended for it.
</Note>

## Configure the Client computer

<Steps>
  <Step title="Open the Client">
    Sign in to the Management Tool, click **Clients**, find the Windows Client to use as the gateway, and click its name in the **Client Name** column.
  </Step>

  <Step title="Enable the Connection Manager">
    On the **Properties** tab, scroll to **Client Mode** and select:

    * **Enable the Syteca PAM Connection Manager** — turns on the Desktop Connection Manager.
    * **Replace Windows Shell with the Syteca PAM Connection Manager** (optional) — shows users only the Connection Manager window, not the Client desktop.

    <Note>
      With a custom Windows shell, the Connection Manager shortcut may not appear on the desktop. Find it in `C:\Users\Public\Desktop`.
    </Note>
  </Step>

  <Step title="Enable secondary authentication">
    Select the **Authentication Options** tab, scroll to **Two-Factor and Secondary Authentication**, and select **Enable secondary user authentication on login** so users can access secrets.

    <Note>
      Secondary user authentication is not required for Active Directory users.
    </Note>
  </Step>

  <Step title="Finish">
    Click **Finish**. The Client is now configured, and users can connect to accounts using the [Desktop Connection Manager](/docs/pam/secrets/use-secrets).
  </Step>
</Steps>

<Frame caption="Enabling the PAM Connection Manager in the Client Mode section.">
  <img src="https://mintcdn.com/syteca/FKrkO8bEqEQ6WSgs/images/pam/access/dcm-client-mode.png?fit=max&auto=format&n=FKrkO8bEqEQ6WSgs&q=85&s=8b87217cfc7ec44d0219a3eae3a6a9c4" alt="Client Properties showing the Client Mode section with PAM Connection Manager enabled" width="1144" height="955" data-path="images/pam/access/dcm-client-mode.png" />
</Frame>

## Related

<CardGroup cols={2}>
  <Card title="Web Connection Manager" icon="globe" href="/docs/pam/access/web-connection-manager">
    Connect from the Management Tool without a jump server.
  </Card>

  <Card title="Connect using a secret" icon="plug-zap" href="/docs/pam/secrets/use-secrets">
    Step-by-step connection for each secret type.
  </Card>

  <Card title="Set up Password Management" icon="sliders-horizontal" href="/docs/pam/secrets/configure-password-management">
    The full PAM configuration order.
  </Card>

  <Card title="Add a secret" icon="key-round" href="/docs/pam/secrets/add-secret">
    Create a secret to use through the gateway.
  </Card>
</CardGroup>
