> 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/server/it/web-interface/utilities/reports/login.md).

# Accesso

Il report Login in Devolutions Server verifica l'elenco degli utenti connessi, i tentativi di accesso, la cronologia degli accessi e i dettagli dell'ultimo accesso per gli utenti dello spazio di lavor

La sezione ***Login*** fornisce strumenti per verificare ***Connected User List***, ***Login Attempt***, ***Login History*** e ***Last Login***.

È possibile perfezionare la ricerca con i filtri di ciascun report e fare clic sul pulsante ***Export*** di ogni sezione per creare un file CSV.

#### Connected User List

Il report ***Connected User List*** mostra gli utenti attualmente connessi allo spazio di lavoro di Devolutions Server e offre la possibilità di disconnettere gli utenti.

#### Login Attempt

***Login Attempt*** elenca tutti gli accessi non riusciti allo spazio di lavoro di Devolutions Server. I valori di ***Fail Type*** sono elencati in un menu a discesa da cui è possibile scegliere per perfezionare la ricerca. È inoltre possibile fare clic sul pulsante del calendario e scegliere un intervallo di tempo specifico per restringere ulteriormente la ricerca. Si noti che, utilizzando l'opzione ***Custom***, è possibile accedere ai dati archiviati (anteriori a 90 giorni).

#### Login History

***Login History*** mostra le informazioni di ogni utente che si è connesso allo spazio di lavoro di Devolutions Server con ***Source***, ***Platform***, ***Version*** dell'applicazione e ***Authentication Type***. Per restringere ulteriormente la ricerca, è possibile fare clic sul pulsante del calendario e scegliere un intervallo di tempo specifico. Si noti che, utilizzando l'opzione ***Custom***, è possibile accedere ai dati archiviati (anteriori a 90 giorni).

#### Last Login

Questo report mostra le informazioni sull'ultimo accesso a Devolutions Server per ciascun utente.

#### Vedere anche

* [Devolutions Academy – Using reports and logs](https://academy.devolutions.net/student/page/2942442-using-reports-and-logs?curriculum_activity_id=4493540\&path_id=2942210\&sid=7e086388-2de5-46a3-8d9d-e423bafae256\&sid_i=0)


---

# 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/server/it/web-interface/utilities/reports/login.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.
