Skip to content

Web Console Admin Menus Missing on New Deployed Instance in RELEASE.2025-06-13 #3562

@0xff06b5

Description

@0xff06b5

NOTE

If this case is urgent, please subscribe to Subnet so that our 24/7 support team may help you faster.

minio/minio#21407

I mistakenly opened this issue in the minio/minio repo. I’ve now recreated it here. Please let me know if anything needs adjustment. Thanks!

Expected Behavior

When deploying a MinIO cluster using the minio_20250613113347.0.0_amd64.deb package, and logging into the Web Console (port 9001) the UI should display all administrator menus (Policies, Configuration, etc.)

Current Behavior

Only a "Create Bucket" entry on left menu, looks like a restricted user.

Image

Possible Solution

Downgrade deb package version to minio_20250422221226.0.0_amd64.deb

Web Console back to normal

Image

Steps to Reproduce (for bugs)

  1. Download and install the problematic package on each of four nodes: wget https://dl.min.io/server/minio/release/linux-amd64/archive/minio_20250613113347.0.0_amd64.deb apt install ./minio_20250613113347.0.0_amd64.deb
  2. Edit /etc/default/minio like below
  3. systemctl start minio.service
  4. Log in web console http://172.16.30.71:9001 via web browser

Context

# /etc/default/minio
MINIO_VOLUMES="http://minio-prod-0{1...4}:9000/mnt/drive-{1...4}/minio"
MINIO_OPTS="--console-address :9001"
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=SomeStrongPW
root@minio-prod-01:~# cat /etc/hosts
172.16.30.71    minio-prod-01
172.16.30.72    minio-prod-02
172.16.30.73    minio-prod-03
172.16.30.74    minio-prod-04
127.0.0.1       localhost

And all 4 nodes systemd log looks work:

Jun 30 10:53:30 minio-prod-01 minio[103387]: INFO: All MinIO sub-systems initialized successfully in 10.11949ms
Jun 30 10:53:30 minio-prod-01 systemd[1]: Started minio.service - MinIO.
Jun 30 10:53:30 minio-prod-01 minio[103387]: INFO: IAM load(startup) finished. (duration: 16.415165ms)
Jun 30 10:53:30 minio-prod-01 minio[103387]: ---------------------------
Jun 30 10:53:30 minio-prod-01 minio[103387]: MinIO Object Storage Server
Jun 30 10:53:30 minio-prod-01 minio[103387]: Copyright: 2015-2025 MinIO, Inc.
Jun 30 10:53:30 minio-prod-01 minio[103387]: License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html
Jun 30 10:53:30 minio-prod-01 minio[103387]: Version: RELEASE.2025-06-13T11-33-47Z (go1.24.4 linux/amd64)
Jun 30 10:53:30 minio-prod-01 minio[103387]: API: http://172.16.30.71:9000  http://127.0.0.1:9000
Jun 30 10:53:30 minio-prod-01 minio[103387]: WebUI: http://172.16.30.71:9001 http://127.0.0.1:9001
Jun 30 10:53:30 minio-prod-01 minio[103387]: Docs: https://docs.min.io
Jun 30 10:53:30 minio-prod-01 minio[103387]: ---------------------------

Regression

Your Environment

  • Version used (minio --version):
  • Server setup and configuration:
  • Operating System and version (uname -a):
minio --version
minio version RELEASE.2025-06-13T11-33-47Z (commit-id=a6c538c5a113a588d49b4f3af36ae3046cfa5ac6)
Runtime: go1.24.4 linux/amd64
License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html
Copyright: 2015-2025 MinIO, Inc.
uname -a
Linux minio-prod-01 6.1.0-35-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.137-1 (2025-05-07) x86_64 GNU/Linux

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions