> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/run-the-platform/virtual-machines/vdi-user.md).

# VDI User Instructions

## The VDI Dashboard

### VDI users

* Your VDI Dashboard displays all the virtual desktops to which you have access.
* Your VDI Dashboard displays immediately upon login.

### Normal users

* Your VDI Dashboard displays all VMs that have been designated as **Favorites**.
* To access your VDI Dashboard navigate to: **Machines** > **My Virtual Machines**.

## Using the VM Console

The console gives you keyboard and mouse access to the virtual machine. To access the console, simply click the desired Virtual Machine on your VDI Dashboard. Note: VM must be running; if it is not, a message will appear for you to confirm powering on the VM (permission required); click Yes to confirm. Once the VM shows running, click again to access the Remote Console. See [**Using the Console**](/run-the-platform/virtual-machines/vm-remote-console.md) for help with working within the remote console.

## Changing Password or user Settings

### To Change your Password

1. **Click your Username** in the top right corner.
2. Click **Edit user** in the drop-down menu.
3. Enter the new ***Password***
4. Enter the new password again into the Confirm Password field.

{% hint style="info" %}
The password will only be accepted if it meets the requirements for your organization; requirements will appear in the tip under the confirm password entry field. (Requirements may include: a minimum length, one special character; one number; one capital letter, etc.)
{% endhint %}

5. Click **Submit** to save the change.

### Two Factor Authentication

Two Factor Authentication establishes additional security for logins by requiring additional authorization through your email address or a special TOTP (time-based, one-time passcode), in addition to proper username and password. **If your system administrator has required Two Factor Authentication, it is automatically enabled for all users and the option does not appear in your settings.**

If the *Two Factor Authentication* option is disabled (unchecked), you will simply need to enter the appropriate username and password to log in to the user interface. If the option is enabled (checked), login will also require a code that is sent to your associated email address or obtained using a TOTP application.

{% hint style="warning" %}
When *Two-Factor Authentication* (via Email) is enabled, it is very important that the email address configured on your account is an email to which you have access, in order to retrieve the code for successful login.
{% endhint %}

## Messages

The Message Center icon will indicate if you have any new messages from the administrator.

**To View your Messages:**

1. **Click the Message Center icon** near the top right corner.
2. **Double-click the desired message** to see the full communication.
3. Click **Acknowledge** on the left menu to keep the message and mark it as acknowledged and click **Yes** to confirm.

{% hint style="success" %}

* Click the Message Inbox breadcrumb (near the top left) to return to the Message listing.
* Click the My Virtual Machines breadcrumb (near the top left) to return to the VDI Dashboard.
  {% endhint %}


---

# 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:

```
GET https://docs.vergeos-demo.com/run-the-platform/virtual-machines/vdi-user.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
