> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/pam-with-devolutions-server/providers.md).

# Providers

Providers are required to scan the Active Directory structure, your local network for SSH discovery, SQL accounts, Windows local accounts, or Entra ID users and groups.

{% embed url="<https://youtu.be/VDNiaZT9yoQ?start=124>" %}

![](https://cdnweb.devolutions.net/docs/DVLS6009_2026_1.png)

Here are the available provider types:

* ***Managed*** providers:
  * [Domain user](https://docs.devolutions.net/pam/server/providers/managed-providers/domain-provider/)
  * [Local SSH user](https://docs.devolutions.net/pam/server/providers/managed-providers/local-ssh-provider/)
  * [SQL Server user](https://docs.devolutions.net/pam/server/providers/managed-providers/sql-server-provider/)
  * [Windows user](https://docs.devolutions.net/pam/server/providers/managed-providers/windows-users-provider/)
  * [Entra ID user](https://docs.devolutions.net/pam/server/providers/managed-providers/azure-ad-user-provider/)
  * [SSH key](https://docs.devolutions.net/pam/server/providers/managed-providers/ssh-key-provider/)
  * [AWS](https://docs.devolutions.net/pam/server/providers/managed-providers/aws-provider/)
  * [PostgreSQL user](https://docs.devolutions.net/pam/server/providers/managed-providers/postgresql-devolutions-server-provider)
  * [MongoDB user](https://docs.devolutions.net/pam/server/providers/managed-providers/mongodb-user-provider/)

![](https://cdnweb.devolutions.net/docs/DVLS6008_2026_1.png)

* ***Unmanaged*** providers:
  * MySQL user
  * Cisco user
  * Oracle user

![](https://cdnweb.devolutions.net/docs/DVLS6048_2025_3.png)

* ***Custom*** PAM provider:
  * [Windows local accounts](https://docs.devolutions.net/pam/server/providers/anyidentity-providers/windows-local-account/)
  * Microsoft SQL Server Login

![](https://cdnweb.devolutions.net/docs/DVLS6049_2025_3.png)

Multiple providers can be created and can reach different domains as long as the Devolutions Server instance can communicate with the domain controller.

#### See also

* [Devolutions Academy - Understanding the PAM Provider](https://academy.devolutions.net/student/path/2354099/activity/3423445)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/pam/pam-with-devolutions-server/providers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
