Opens3 Console is a community-maintained fork of MinIO Console.
6.4K
Opens3 Console is a community-maintained fork of MinIO Console, preserving the full feature set that made the original console great. This fork exists to maintain and enhance the rich user interface capabilities that the community has come to rely on.
You can use our official multi-architecture image (supports both amd64 and arm64):
docker run -p 9090:9090 \
-e CONSOLE_MINIO_SERVER="https://your-minio-server" \
-e CONSOLE_PBKDF_PASSPHRASE="your-secure-passphrase" \
-e CONSOLE_PBKDF_SALT="your-secure-salt" \
opens3/console:latest
First, clone the repository:
git clone https://github.com/opens3/console.git
cd console
Build Command:
chmod +x build.sh
./build.sh
After the build is complete, set the required environment variables and start the console:
export CONSOLE_MINIO_SERVER="https://your-minio-server"
export CONSOLE_PBKDF_PASSPHRASE="your-secure-passphrase"
export CONSOLE_PBKDF_SALT="your-secure-salt"
./console server
The console will be available at http://localhost:9090.
Content type
Image
Digest
sha256:5cd26c5c3…
Size
25.3 MB
Last updated
7 months ago
docker pull opens3/console