> 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

La sezione ***Login*** fornisce strumenti per verificare ***Elenco utenti connessi***, ***Tentativo di accesso***, ***Cronologia degli accessi*** e ***Ultimo accesso***.

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

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

#### Elenco utenti connessi

Il report ***Elenco utenti connessi*** mostra gli utenti attualmente connessi allo spazio di lavoro di Devolutions Server e offre la possibilità di disconnetterli.

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

#### Tentativo di accesso

Il ***Tentativo di accesso*** elenca tutti gli accessi non riusciti allo spazio di lavoro di Devolutions Server. I ***Tipi di errore*** sono elencati in un menu a discesa da cui è possibile scegliere per affinare 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 ***Personalizzato*** è possibile accedere ai dati archiviati (antecedenti a 90 giorni).

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

#### Cronologia degli accessi

La ***Cronologia degli accessi*** mostra le informazioni di ogni utente che si è connesso allo spazio di lavoro di Devolutions Server con ***Origine***, ***Piattaforma***, ***Versione*** dell'applicazione e ***Tipo di autenticazione***. 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 ***Personalizzato*** è possibile accedere ai dati archiviati (antecedenti a 90 giorni).

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

#### Ultimo accesso

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

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

#### Vedere anche

* [Devolutions Academy – Utilizzo di report e log](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.
