> 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/es/pam-with-devolutions-server/getting-started.md).

# Primeros pasos

Para comenzar con las funciones de gestión de accesos privilegiados (PAM) en Devolutions Server, primero inicie sesión como administrador en su Devolutions Server. A continuación, siga los pasos de configuración que se indican más abajo.

### Configurar los ajustes de PAM

1. En Devolutions Server, vaya a ***Administración – Licencias***.
2. Añada su licencia de PAM mediante el botón ***Añadir*** (+). Una vez hecho, la licencia aparece en la lista de licencias y el menú ***Acceso privilegiado*** aparece en el panel lateral de su Devolutions Server.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2104.png" alt=""><figcaption></figcaption></figure>
3. En ***Administración – Acceso privilegiado – Configuración predeterminada***, configure los ajustes de la [visibilidad de la bóveda](https://docs.devolutions.net/server/es/web-interface/vault-access-in-devolutions-server), el [sistema de reserva](/pam/es/pam-with-devolutions-server/checkout-process/approve-checkout.md), la [intermediación de credenciales](/pam/es/pam-with-devolutions-server/view-password-vs.-connect-execute.md), el [acceso a información sensible](/pam/es/pam-with-devolutions-server/view-password-vs.-connect-execute.md), los tiempos de reserva predeterminados y las sincronizaciones.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2105.png" alt=""><figcaption></figcaption></figure>
4. A continuación, vaya a ***Administración – Permisos del sistema – Módulos***.
5. Configure el acceso al sistema PAM para usuarios/administradores y conceda derechos sobre las cuentas privilegiadas a quienes desee que editen las entradas privilegiadas. A continuación, haga clic en ***Guardar***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp2106.png" alt=""><figcaption></figcaption></figure>

#### Próximos pasos

1. [Añadir un proveedor de PAM](/pam/es/pam-with-devolutions-server/getting-started/add-a-pam-provider.md)
2. [Crear y ejecutar una configuración de descubrimiento de cuentas](/pam/es/pam-with-devolutions-server/getting-started/create-and-run-an-account-discovery-configuration.md)
3. [Importar cuentas desde una configuración de descubrimiento de cuentas](/pam/es/pam-with-devolutions-server/getting-started/import-accounts-from-an-account-discovery-configuration.md)
4. [Restablecer las contraseñas de las cuentas PAM](/pam/es/pam-with-devolutions-server/getting-started/reset-pam-account-passwords.md)

Para los proveedores de PAM personalizados, consulte también [Importar un proveedor de PAM personalizado](/pam/es/pam-with-devolutions-server/getting-started/custom-pam-providers/create-a-custom-pam-provider-from-a-template.md).


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/pam/es/pam-with-devolutions-server/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
