Skip to Content
This documentation is provided with the HEAT environment and is relevant for this HEAT instance only.

MinIO Access Documentation

Purpose

This documentation provides step-by-step instructions for accessing the MinIO web interface at https://minio.dev.heatvr.io, logging into the system, and browsing objects stored in the MinIO S3-compatible storage.


Pre-requisites

Before proceeding, ensure that you have the following:

  • A web browser (e.g., Google Chrome, Mozilla Firefox, Microsoft Edge).
  • Valid MinIO credentials (Access Key and Secret Key) provided by the administrator.
  • Network access to https://minio.dev.heatvr.io

    Currently, the HEAT development environment does not require a VPN. However, for certain environments or clients, a VPN may be configured, so access requirements may vary depending on the organization’s network setup


Accessing the MinIO Web Interface

  1. Open your web browser.

  2. Navigate to the following URL:

    https://minio.dev.heatvr.io
  3. You will be redirected to the MinIO login page, which typically looks like this:

  • Access Key field (Username)
  • Secret Key field (Password)
  • A “Log In” button

MinioLoginPage

Logging In to MinIO

On the login page:

  1. Enter your Access Key (provided by the admin).
  2. Enter your Secret Key.
  3. Click the “Sign In” button.

Note: If your credentials are incorrect, you will receive an authentication error. Please double-check the access and secret keys, and contact support if the issue persists.


Once logged in, you will be directed to the MinIO Browser UI, which presents a graphical interface for interacting with object storage.

Key Features You Will See:

  • Buckets: Containers for storing objects (like folders)
  • Search bar: To locate a specific object by name
  • Upload/Download options: Buttons to manage files
  • Action menu (⋮): Options to delete, rename, share, or manage permissions for files and buckets

MinioDashboardPage


Viewing Stored Objects

  1. Click on a bucket name to enter it.
  2. Inside the bucket, you will see a list of objects stored (e.g., files, directories).

Each object typically displays:

  • Name
  • Size
  • Last modified date

You can:

  • Download an object by clicking the download icon
  • Preview certain file types if supported
  • Check object details via the right-click context menu or action menu

MinioBucketPage


Security & Best Practices

  • Always log out after your session using the logout option at the bottom-left corner
  • Do not share your credentials with others
  • Use secure networks when accessing the interface
  • For programmatic access, use your Access Key and Secret Key with tools such as: