> 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/getting-started.md).

# Guida introduttiva

Un'istanza di Devolutions Server è essa stessa un'applicazione server web che funge da backend per le nostre applicazioni client. Può essere considerata come un database specializzato per i suoi dati. Tutte le istanze possono essere installate sullo stesso server fisico o distribuite su più server. Devolutions Server può essere installato tramite diverse [topologie](/server/it/readme/topologies.md).

### Requisiti di dominio

Questi requisiti si applicano in particolare se intende utilizzare la creazione automatica degli account utente (vedere [Autenticazione](/server/it/web-interface/administration/configuration/server-settings/general/authentication.md)) e/o i gruppi di utenti per gestire la sua istanza.

1. Crei gruppi di Active Directory per gestire la sua istanza. Esempi tipici sono: Remote Desktop Manager Admins, Remote Desktop Manager Operators, Remote Desktop Manager Users.
2. Aggiunga gli utenti di dominio ai gruppi di Active Directory.
3. Crei un account VaultDBOwner che sarà il proprietario del database. Eseguire gli aggiornamenti con questo account garantirà il possesso dei diritti appropriati.
4. Crei un account VaultDBRunner che verrà utilizzato come identità del sito web. Questo le consentirà di rafforzare le autorizzazioni limitandole al minimo necessario.

### Passaggi di installazione

1. Crei una nuova istanza di Devolutions Server (vedere [Creare un'istanza di Devolutions Server](/server/it/getting-started/installation/devolutions-server-instance-creation.md)).
2. Crei un account amministratore di Devolutions Server nella [Gestione utenti](/server/it/web-interface/administration/user-and-security-management/users.md).
3. Crei [Gruppi di utenti](/server/it/web-interface/administration/user-and-security-management/user-groups.md).
4. Aggiunga utenti di dominio o utenti integrati (vedere [Gestione utenti](/server/it/web-interface/administration/user-and-security-management/users.md)).

#### Vedere anche

* [Devolutions Academy – Percorso Devolutions Server](https://academy.devolutions.net/student/path/2942210-devolutions-server?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/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.
