MinIO Object Browser: Removal of Management Features
In May 2025, MinIO, Inc. released version 2.0 of its Object Browser, a web-based graphical interface for managing object storage. This update removed many previously free management features, leaving only basic browsing capabilities. Advanced functionalities were deprecated and redirected to the command-line interface (mc
) or moved behind a commercial paywall, sparking community concerns.
Background
MinIO is a high-performance, distributed object storage system designed for large-scale data storage and management. It is widely used for cloud-native applications, data analytics, and backup and archiving. MinIO is known for its S3-compatibility, making it easy to integrate with existing cloud infrastructure. The MinIO Object Browser is a web-based graphical interface that allows users to manage their MinIO deployments through a user-friendly interface. Prior to version 2.0, the Object Browser provided a comprehensive set of features for managing buckets, users, policies, and configurations.
Removal of Management Features in Object Browser 2.0
In May 2025, MinIO released version 2.0 of its Object Browser, which significantly reduced the functionality of the web-based interface. The update removed key management features, including:
- Account and policy management
- Configuration management
- Bucket management
These features were previously accessible through the Object Browser's UI but now require the use of the mc
command-line client or a paid upgrade to MinIO's commercial offerings. The changes were implemented via GitHub Pull Request #3509. The official release notes framed the update as a simplification, but critics argued that it effectively limited the utility of the free version.
MinIO's Response
MinIO, Inc. stated that the removal of management features was necessary due to maintenance challenges and security concerns. The company argued that maintaining separate graphical consoles for the community and commercial branches was unsustainable. They also cited past vulnerabilities in the admin UI as a reason to prioritize security by removing the unmaintained features. MinIO has expressed openness to community contributions for the development of an alternative management UI.
Lawsuit
As of the current date, there are no known lawsuits related to the MinIO Object Browser 2.0 feature removal.
Consumer response
The removal of management features from the MinIO Object Browser has generated significant criticism and concern within the MinIO user community. Users have expressed frustration over the loss of functionality and the increased complexity of managing MinIO deployments via the command-line. Some users have explored alternative S3-compatible solutions with management UIs, while others have forked the last version of the Object Browser before the changes.