# Step 2 - Access MinIO console

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

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