Tech News
← Back to articles

OpenMaxIO is a community-maintained fork of MinIO

read original related products more articles

To build you own OpenMaxIO UI:

git clone https://github.com/OpenMaxIO/openmaxio-object-browser cd openmaxio-object-browser/web-app git checkout v1.7.6 yarn install yarn build cd ../ make console ./console server

To connect OpenMaxIO UI to an existing Minio server run this command (replace 1.2.3.4:9000 to your address)

CONSOLE_MINIO_SERVER=http://1.2.3.4:9000 ./console server

OpenMaxIO Console

This is a fork of MinIO Console. This is a communitty driven project and is not affiliated with MinIO, Inc.

OpenMaxIO is a community-maintained fork of MinIO, created in response to the removal of key features from the MinIO open-source distribution. Our goal is simple: to preserve a fully open, fully functional, and production-grade object storage server that stays true to the original spirit of minimalism, performance, and freedom.

MinIO once stood for minimal, high-performance, open-source object storage. But recent changes have shifted core capabilities behind a commercial license. We believe the open-source ecosystem deserves better.

OpenMaxIO brings back what was removed and keeps it open for good.

Contributing

... continue reading