MinIO Administration Guide for New Versions
In newer versions, MinIO has removed administrative functionality from the Web UI. You now need to use the MinIO Client (mc) command-line tool for all management operations.
Installing MinIO Client (mc)
Windows:
Linux/macOS:
Configuring the MinIO Client
User Management
Creating Users
Creating Access Keys and Secret Keys
Permission Management
Creating Policies
Bucket Management
Common Administration Commands
Practical Script Example
Create an administration script setup-minio.sh:
Web Console Access
Although administrative functionality has been removed, you can still access the MinIO Console via:
Alternatively, specify the console address when starting the MinIO server:
Summary
Managing the new MinIO relies entirely on the mc command-line tool:
- Install the mc client
- Configure the server alias
- Use
mc admincommands for user, permission, and bucket management - Generate AccessKeys/SecretKeys via
mc admin user svcacct
While this approach requires command-line operations, it provides more powerful and flexible management capabilities, particularly suited for automated deployment and script-based management.
miniostorages3devopscheatsheet