> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/compute/vmware-virtual-machines/how-tos/connect-to-the-vm-console.md).

# Connect to the VM console

***

## Connect to a VM's console using the control panel

You can log in to both Linux and Windows servers via the console in VMware. The console is available under **Actions** in the server overview.

<figure><img src="/files/UN2g1Lzp1WVjNOAcQypv" alt=""><figcaption></figcaption></figure>

The console works the same way as the [console in KVM](/products/compute/kvm-virtual-machines/how-tos/connect-to-the-vm-console.md), except for some minor differences in the user interface.

### The keyboard in the VMware console

Unlike the KVM console, there is no virtual keyboard in VMware. Additionally, the keyboard layout may behave somewhat oddly, especially if you are using a Swedish keyboard on your local computer. The table below lists the most common special characters and how to access them with a Swedish keyboard.

| Character | Key combination                        |
| --------- | -------------------------------------- |
| !         | Shift + 1                              |
| @         | Shift + 2                              |
| #         | Shift + 3                              |
| $         | Shift + 4                              |
| %         | Shift + 5                              |
| &         | Shift + 6                              |
| \*        | Shift + 7                              |
| (         | Shift + 8                              |
| )         | Shift + 9                              |
| \_        | Shift + 0                              |
| -         | Shift + ?                              |
| =         | ´ (to the left of backspace)           |
| {         | Alt-Gr + 7                             |
| }         | Alt-Gr + 0                             |
| <         | < (to the right of left shift)         |
| >         | Shift + < (to the right of left shift) |
| /         | - (to the right of the dot)            |
| \~        | Alt-Gr + ¨                             |

## Connect to a VM's console using the API

It's also possible to get a URL for the console window by making an [API](/platform/control-panel/api.md) call to the endpoint [server/console](https://github.com/GleSYS/API-docs/wiki/API-Documentation#serverconsole).


---

# 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.glesys.com/products/compute/vmware-virtual-machines/how-tos/connect-to-the-vm-console.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.
