> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-mp-guide/infrastructure/virtual-desktops-infrastructure.md).

# Virtual Desktops Infrastructure

Parallels RAS VDI (Virtual Desktop Infrastructure) enables you to use server virtualization to reduce the number of physical servers required to host published resources. Parallels RAS VDI supports numerous virtualization technologies, including hypervisor and cloud-based platforms.

Parallels RAS VDI also includes the Template functionality, which gives you the ability to create a template from a preconfigured guest VM (virtual machine) and then automatically clone hosts from it.

Please note that at the time of this writing, the VDI functionality in Parallels RAS Management Portal is limited to viewing existing virtual desktops, recreating hosts, and performing power operations on them. For other VDI tasks, please use the desktop-based Parallels RAS Console.

## **Virtual desktop list**

To see the list of virtual desktops that exist in the Farm, navigate to **Infrastructure** > **Virtual Desktops**.

To add or remove columns to/for the **Virtual Desktops** table, click the gear icon and select or clear desired columns.

To perform a power operation, select a virtual desktop and then choose one of the following from the ellipsis menu:

* **Start**
* **Stop**
* **Restart —** The Restart operation (graceful) has a 10 min timeout. If not completed during this time, the Reset operation (forced) will be used.
* **Reset**
* **Suspend**
* **Refresh**
* **Recreate** — see more info below.

## **Recreating a host**

If something happens to a template-based host and it becomes unusable, you don't have to delete it and create a new one. Instead, you can recreate it keeping its name and MAC address (to guarantee that VM will get the same IP address from the DHCP server). This way none of the other Site settings, which may rely on a broken host, will be affected. Another reason for recreating a host is to apply changes made to the template (when you exit from maintenance without executing the Recreate command). Please note that keeping the MAC address is supported on ESXi, vCenter, Hyper-v and Hyper-v Failover Cluster only.

{% hint style="info" %}
**Note:** If a host was created from an RD Session Host template and was already assigned to an RD Session Host host pool, it cannot be recreated.
{% endhint %}

When you recreate a host:

* The procedure deletes a VM and creates a new one from the same template.
* The new host retains the same computer name as the one it replaces.
* If a host is running, all unsaved data in its memory will be lost. For this reason, an important data should be saved to an external storage.


---

# 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.parallels.com/landing/ras-mp-guide/infrastructure/virtual-desktops-infrastructure.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.
