Step 2 - Access MinIO console

To begin - access MinIO's website and click Download.

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)

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

Last updated