> For the complete documentation index, see [llms.txt](https://docs.neoncloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neoncloud.com/get-started/first-vm-in-5-minutes.md).

# Connecting to the VM

## Connect ▶️

1. **Open ports:** Allow SSH (22) or RDP (3389) in firewall rules
2. **Connect:**

One way to access the VM/Instance is directly through the Neon Cloud Portal.

In the portal, navigate to the Instances tab, then click the three dots on the far right of the desired instance, and select Console Access.

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

Another way to access the console is by clicking on the name of the desired instance and then selecting the Console Access tab.

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

### SSH (Linux/macOS)

```bash
ssh -i ~/.ssh/id_rsa ubuntu@<PUBLIC_IP>
```

### PowerShell (Windows → SSH)

```powershell
ssh -i C:\Keys\id_rsa ubuntu@<PUBLIC_IP>
```

### RDP (Windows Server)

* Launch **Remote Desktop Connection**
* Connect to `<PUBLIC_IP>` as **Administrator**
* Change the default password after first login


---

# 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.neoncloud.com/get-started/first-vm-in-5-minutes.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.
