# Step 2 - Access MinIO console

To begin - access [MinIO](https://min.io/docs/minio/linux/administration/minio-console.html)'s website and click Download.

Windows [Link](https://dl.min.io/server/minio/release/windows-amd64/minio.exe)

<figure><img src="https://1612018018-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTCRfbN5hBLeUzIaKHbJ7%2Fuploads%2FDAZyH8gqTs4IDQYOY8ZG%2Fimage.png?alt=media&#x26;token=41e7bb00-00a8-4e45-9dba-906aef835745" alt=""><figcaption></figcaption></figure>

Open the command prompt in the folder (where minio.exe is stored.

Paste the following in the command prompt and press 'Enter'.

```
SET MINIO_ROOT_USER=username 
SET MINIO_ROOT_PASSWORD=password 
minio.exe server C:\DATA --console-address ":9001"
```

(Username - type your user's name for logging in to the minIO Console)

(Password- type your password for logging in to the minIO Console)

<figure><img src="https://1612018018-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTCRfbN5hBLeUzIaKHbJ7%2Fuploads%2FAEXHvX6WljMlxm0ZH7rP%2Fimage.png?alt=media&#x26;token=9a6132af-3b14-4d9e-8ecb-d97f1641bac2" alt=""><figcaption></figcaption></figure>

&#x20;Open the 'MinIO Console' by typing 'localhost:9001' into your browser.

Once you have access to the login window, enter the username and password you used in the command prompt. And click 'Login'.

<figure><img src="https://1612018018-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FTCRfbN5hBLeUzIaKHbJ7%2Fuploads%2FdrufebJA4pdrPhbRjdhf%2Fimage.png?alt=media&#x26;token=3db81f44-1766-4a3c-b449-1da79e040bbd" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.influxtechnology.com/support_guides/rexgen-series-product-manuals/rexgen-air-cloud-usage-guides/cloud-usage-guides-for-rexgen-air-device/self-hosting-with-rexgen-air-minio/step-2-access-minio-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.
