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

# Installazione

### Topologia

Un'istanza di Devolutions Server è un'applicazione web, che consente ai suoi servizi di essere accessibili tramite Internet o una Intranet.

La [topologia](/server/it/readme/topologies.md) consigliata prevede l'utilizzo di due server: uno per il database e uno per l'applicazione web. Per installazioni più piccole è possibile utilizzare un solo server; tuttavia, le risorse saranno condivise tra entrambi i ruoli, il che potrebbe avere un impatto sulle prestazioni.

{% hint style="warning" %}
Punti chiave da considerare:

* Si assicuri che .NET 10.0 sia installato sulla sua macchina prima di iniziare l'installazione.
* Si consiglia vivamente di abilitare la crittografia SSL per proteggere la comunicazione con l'istanza di SQL Server. Segua la guida di Microsoft: [Configure SQL Server Database Engine for encrypting connections](https://learn.microsoft.com/en-US/sql/database-engine/configure-windows/configure-sql-server-encryption). Consigliamo di completare questo passaggio dopo la configurazione iniziale.
* Per un'integrazione completa con Active Directory, il pool di applicazioni deve utilizzare un'identità di dominio ed entrambi i server devono essere aggiunti al dominio.
  {% endhint %}

### Installazione

* [Installazione dei prerequisiti del server web](/server/it/getting-started/installation/web-server-prerequisites.md)

{% hint style="danger" %}
Dopo aver installato i prerequisiti, verifichi l'installazione di IIS navigando su `http://localhost`. Se la schermata di benvenuto di IIS non appare, non proceda. Qualsiasi problema deve essere risolto prima di continuare.
{% endhint %}

* [Istanza del database](/server/it/getting-started/installation/database-setup/database-instance.md)
* [Creare un'istanza di Devolutions Server](https://github.com/Devolutions/docs/tree/master/translations/it/server/knowledge-base/how-to-articles/deploy-devolutions-server-with-docker/README.md)

#### Vedere anche

* [Devolutions Academy - Panoramica di Devolutions Server](https://academy.devolutions.net/student/path/2007290/activity/3070845)
* [Devolutions Academy - Installazione di Devolutions Server](https://academy.devolutions.net/student/page/2942307-installing-devolutions-server?curriculum_activity_id=4493546\&path_id=2942210\&sid=1f0658ca-fdf5-4f74-a93f-a6a4b8853c09\&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/installation.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.
