Skip to content

Commit 6da905b

Browse files
committed
quick cleanup of legacy console docs'
1 parent 71b42c3 commit 6da905b

File tree

8 files changed

+9
-96
lines changed

8 files changed

+9
-96
lines changed

source/administration/console/managing-deployment.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
.. _minio-console-managing-deployment:
33

4+
:orphan:
5+
46
========================
57
Managing Your Deployment
68
========================

source/administration/console/security-and-access.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
.. _minio-console-security-access:
4-
4+
:orphan:
55
===================
66
Security and Access
77
===================

source/administration/minio-console.rst

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ MinIO Console
1111
:depth: 2
1212

1313

14-
The MinIO Console is a rich graphical user interface that provides similar functionality to the :mc:`mc` command line tool.
14+
The MinIO Console is a rich graphical user interface that supports browsing buckets and objects on your deployment.
1515

1616
This page provides an overview of the MinIO Console and describes configuration options and instructions for logging in.
1717

1818
Overview
1919
--------
2020

21-
You can use the MinIO Console for administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
22-
For more comprehensive or advanced configuration of MinIO, use the :mc:`mc` command line tool.
21+
.. versionchanged:: RELEASE.2025-05-24T17-08-30Z
22+
23+
The Console now presents only object browser capabilities similar to those available through the :mc:`mc` tool.
24+
For administrative interactions, such as user management, use the :mc:`mc admin` command.
2325

2426
The MinIO Console is embedded as part of the MinIO Server.
2527
You can also deploy a standalone MinIO Console using the instructions in the :minio-git:`github repository <console>`.
@@ -119,13 +121,10 @@ You must also ensure that the host system firewall grants access to the configur
119121
Logging In
120122
----------
121123

122-
.. versionchanged:: RELEASE.2023-03-09T23-16-13Z
123-
124124
The MinIO Console displays a login screen for unauthenticated users.
125125
The Console defaults to providing a username and password prompt for a :ref:`MinIO-managed user <minio-internal-idp>`.
126126

127-
For deployments configured with multiple :ref:`identity managers <minio-authentication-and-identity-management>`, select the :guilabel:`Other Authentication Methods` dropdown to select one of the other configured identity providers.
128-
You can also log in using credentials generated using a :ref:`Security Token Service (STS) <minio-security-token-service>` API.
127+
For deployments configured with multiple :ref:`identity managers <minio-authentication-and-identity-management>`, you can also log in using credentials generated using a :ref:`Security Token Service (STS) <minio-security-token-service>` API.
129128

130129
.. admonition:: Try out the Console using MinIO's Play testing environment
131130
:class: note
@@ -144,19 +143,8 @@ Documentation
144143

145144
The :guilabel:`Documentation` tab opens this documentation site in a separate browser window or tab.
146145

147-
Available Tasks
148-
---------------
149-
150-
Once logged in to the MinIO Console, users can perform many kinds of tasks.
151-
152-
- :ref:`Manage objects <minio-console-managing-objects>` by browsing existing objects, uploading objects, or modifying bucket settings.
153-
- :ref:`Review or modify identity and security <minio-console-security-access>` with access keys, policies, and Identity Provider settings.
154-
- :ref:`Monitor the health and activities <minio-console-managing-deployment>` with metrics and notifications.
155-
156146
.. toctree::
157147
:titlesonly:
158148
:hidden:
159149

160-
/administration/console/managing-deployment
161150
/administration/console/managing-objects
162-
/administration/console/security-and-access

source/includes/container/quickstart.rst

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -213,22 +213,8 @@ Procedure
213213
While port ``9000`` is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console.
214214

215215
Log in to the Console with the credentials you defined in the :envvar:`MINIO_ROOT_USER` and :envvar:`MINIO_ROOT_PASSWORD` environment variables.
216-
217-
.. image:: /images/minio-console/console-login.png
218-
:width: 600px
219-
:alt: MinIO Console displaying login screen
220-
:align: center
221-
222-
You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
223216
Each MinIO server includes its own embedded MinIO Console.
224217

225-
.. image:: /images/minio-console/minio-console.png
226-
:width: 600px
227-
:alt: MinIO Console displaying bucket start screen
228-
:align: center
229-
230-
For more information, see the :ref:`minio-console` documentation.
231-
232218
#. `(Optional)` Install the MinIO Client
233219

234220
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO volume from the commandline.

source/includes/k8s/quickstart.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,6 @@ Procedure
121121
Log in to the Console with the credentials ``minioadmin | minioadmin``.
122122
These are the default :ref:`root user <minio-users-root>` credentials.
123123

124-
.. image:: /images/minio-console/console-login.png
125-
:width: 600px
126-
:alt: MinIO Console displaying login screen
127-
:align: center
128-
129-
You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
130-
Each MinIO server includes its own embedded MinIO Console.
131-
132-
.. image:: /images/minio-console/minio-console.png
133-
:width: 600px
134-
:alt: MinIO Console displaying bucket start screen
135-
:align: center
136-
137-
For more information, see the :ref:`minio-console` documentation.
138-
139124
#. **(Optional) Connect the MinIO Client**
140125

141126
If your local machine has :mc:`mc` :ref:`installed <mc-install>`, use the :mc:`mc alias set` command to authenticate and connect to the MinIO deployment:

source/includes/linux/quickstart.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -68,21 +68,6 @@ Procedure
6868
Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output.
6969
These default to ``minioadmin | minioadmin``.
7070

71-
.. image:: /images/minio-console/console-login.png
72-
:width: 600px
73-
:alt: MinIO Console displaying login screen
74-
:align: center
75-
76-
You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
77-
Each MinIO server includes its own embedded MinIO Console.
78-
79-
.. image:: /images/minio-console/minio-console.png
80-
:width: 600px
81-
:alt: MinIO Console displaying bucket start screen
82-
:align: center
83-
84-
For more information, see the :ref:`minio-console` documentation.
85-
8671
#. `(Optional)` **Install the MinIO Client**
8772

8873
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO server from the commandline.

source/includes/macos/quickstart.rst

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,6 @@ Procedure
3535

3636
While port ``9000`` is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console.
3737

38-
Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output.
39-
These default to ``minioadmin | minioadmin``.
40-
41-
.. image:: /images/minio-console/console-login.png
42-
:width: 600px
43-
:alt: MinIO Console displaying login screen
44-
:align: center
45-
46-
You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
47-
Each MinIO server includes its own embedded MinIO Console.
48-
49-
.. image:: /images/minio-console/minio-console.png
50-
:width: 600px
51-
:alt: MinIO Console displaying bucket start screen
52-
:align: center
53-
54-
For more information, see the :ref:`minio-console` documentation.
55-
5638
#. `(Optional)` Install the MinIO Client
5739

5840
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO volume from the commandline.

source/includes/windows/quickstart.rst

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,6 @@ Procedure
8282
Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output.
8383
These default to ``minioadmin | minioadmin``.
8484

85-
.. image:: /images/minio-console/console-login.png
86-
:width: 600px
87-
:alt: MinIO Console displaying login screen
88-
:align: center
89-
90-
You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
91-
Each MinIO server includes its own embedded MinIO Console.
92-
93-
.. image:: /images/minio-console/minio-console.png
94-
:width: 600px
95-
:alt: MinIO Console displaying bucket start screen
96-
:align: center
97-
98-
For more information, see the :ref:`minio-console` documentation.
99-
10085
#. `(Optional)` Install the MinIO Client
10186

10287
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO volume from the commandline.

0 commit comments

Comments
 (0)