mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
quick cleanup of legacy console docs'
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
.. _minio-console-managing-deployment:
|
.. _minio-console-managing-deployment:
|
||||||
|
|
||||||
|
:orphan:
|
||||||
|
|
||||||
========================
|
========================
|
||||||
Managing Your Deployment
|
Managing Your Deployment
|
||||||
========================
|
========================
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
.. _minio-console-security-access:
|
.. _minio-console-security-access:
|
||||||
|
:orphan:
|
||||||
===================
|
===================
|
||||||
Security and Access
|
Security and Access
|
||||||
===================
|
===================
|
||||||
|
@ -11,15 +11,17 @@ MinIO Console
|
|||||||
:depth: 2
|
:depth: 2
|
||||||
|
|
||||||
|
|
||||||
The MinIO Console is a rich graphical user interface that provides similar functionality to the :mc:`mc` command line tool.
|
The MinIO Console is a rich graphical user interface that supports browsing buckets and objects on your deployment.
|
||||||
|
|
||||||
This page provides an overview of the MinIO Console and describes configuration options and instructions for logging in.
|
This page provides an overview of the MinIO Console and describes configuration options and instructions for logging in.
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
--------
|
--------
|
||||||
|
|
||||||
You can use the MinIO Console for administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
|
.. versionchanged:: RELEASE.2025-05-24T17-08-30Z
|
||||||
For more comprehensive or advanced configuration of MinIO, use the :mc:`mc` command line tool.
|
|
||||||
|
The Console now presents only object browser capabilities similar to those available through the :mc:`mc` tool.
|
||||||
|
For administrative interactions, such as user management, use the :mc:`mc admin` command.
|
||||||
|
|
||||||
The MinIO Console is embedded as part of the MinIO Server.
|
The MinIO Console is embedded as part of the MinIO Server.
|
||||||
You can also deploy a standalone MinIO Console using the instructions in the :minio-git:`github repository <console>`.
|
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
|
|||||||
Logging In
|
Logging In
|
||||||
----------
|
----------
|
||||||
|
|
||||||
.. versionchanged:: RELEASE.2023-03-09T23-16-13Z
|
|
||||||
|
|
||||||
The MinIO Console displays a login screen for unauthenticated users.
|
The MinIO Console displays a login screen for unauthenticated users.
|
||||||
The Console defaults to providing a username and password prompt for a :ref:`MinIO-managed user <minio-internal-idp>`.
|
The Console defaults to providing a username and password prompt for a :ref:`MinIO-managed user <minio-internal-idp>`.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
You can also log in using credentials generated using a :ref:`Security Token Service (STS) <minio-security-token-service>` API.
|
|
||||||
|
|
||||||
.. admonition:: Try out the Console using MinIO's Play testing environment
|
.. admonition:: Try out the Console using MinIO's Play testing environment
|
||||||
:class: note
|
:class: note
|
||||||
@ -144,19 +143,8 @@ Documentation
|
|||||||
|
|
||||||
The :guilabel:`Documentation` tab opens this documentation site in a separate browser window or tab.
|
The :guilabel:`Documentation` tab opens this documentation site in a separate browser window or tab.
|
||||||
|
|
||||||
Available Tasks
|
|
||||||
---------------
|
|
||||||
|
|
||||||
Once logged in to the MinIO Console, users can perform many kinds of tasks.
|
|
||||||
|
|
||||||
- :ref:`Manage objects <minio-console-managing-objects>` by browsing existing objects, uploading objects, or modifying bucket settings.
|
|
||||||
- :ref:`Review or modify identity and security <minio-console-security-access>` with access keys, policies, and Identity Provider settings.
|
|
||||||
- :ref:`Monitor the health and activities <minio-console-managing-deployment>` with metrics and notifications.
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:titlesonly:
|
:titlesonly:
|
||||||
:hidden:
|
:hidden:
|
||||||
|
|
||||||
/administration/console/managing-deployment
|
|
||||||
/administration/console/managing-objects
|
/administration/console/managing-objects
|
||||||
/administration/console/security-and-access
|
|
||||||
|
@ -213,22 +213,8 @@ Procedure
|
|||||||
While port ``9000`` is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console.
|
While port ``9000`` is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console.
|
||||||
|
|
||||||
Log in to the Console with the credentials you defined in the :envvar:`MINIO_ROOT_USER` and :envvar:`MINIO_ROOT_PASSWORD` environment variables.
|
Log in to the Console with the credentials you defined in the :envvar:`MINIO_ROOT_USER` and :envvar:`MINIO_ROOT_PASSWORD` environment variables.
|
||||||
|
|
||||||
.. image:: /images/minio-console/console-login.png
|
|
||||||
:width: 600px
|
|
||||||
:alt: MinIO Console displaying login screen
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
|
|
||||||
Each MinIO server includes its own embedded MinIO Console.
|
Each MinIO server includes its own embedded MinIO Console.
|
||||||
|
|
||||||
.. image:: /images/minio-console/minio-console.png
|
|
||||||
:width: 600px
|
|
||||||
:alt: MinIO Console displaying bucket start screen
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
For more information, see the :ref:`minio-console` documentation.
|
|
||||||
|
|
||||||
#. `(Optional)` Install the MinIO Client
|
#. `(Optional)` Install the MinIO Client
|
||||||
|
|
||||||
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO volume from the commandline.
|
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO volume from the commandline.
|
||||||
|
@ -121,21 +121,6 @@ Procedure
|
|||||||
Log in to the Console with the credentials ``minioadmin | minioadmin``.
|
Log in to the Console with the credentials ``minioadmin | minioadmin``.
|
||||||
These are the default :ref:`root user <minio-users-root>` credentials.
|
These are the default :ref:`root user <minio-users-root>` credentials.
|
||||||
|
|
||||||
.. image:: /images/minio-console/console-login.png
|
|
||||||
:width: 600px
|
|
||||||
:alt: MinIO Console displaying login screen
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
|
|
||||||
Each MinIO server includes its own embedded MinIO Console.
|
|
||||||
|
|
||||||
.. image:: /images/minio-console/minio-console.png
|
|
||||||
:width: 600px
|
|
||||||
:alt: MinIO Console displaying bucket start screen
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
For more information, see the :ref:`minio-console` documentation.
|
|
||||||
|
|
||||||
#. **(Optional) Connect the MinIO Client**
|
#. **(Optional) Connect the MinIO Client**
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
@ -68,21 +68,6 @@ Procedure
|
|||||||
Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output.
|
Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output.
|
||||||
These default to ``minioadmin | minioadmin``.
|
These default to ``minioadmin | minioadmin``.
|
||||||
|
|
||||||
.. image:: /images/minio-console/console-login.png
|
|
||||||
:width: 600px
|
|
||||||
:alt: MinIO Console displaying login screen
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
|
|
||||||
Each MinIO server includes its own embedded MinIO Console.
|
|
||||||
|
|
||||||
.. image:: /images/minio-console/minio-console.png
|
|
||||||
:width: 600px
|
|
||||||
:alt: MinIO Console displaying bucket start screen
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
For more information, see the :ref:`minio-console` documentation.
|
|
||||||
|
|
||||||
#. `(Optional)` **Install the MinIO Client**
|
#. `(Optional)` **Install the MinIO Client**
|
||||||
|
|
||||||
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO server from the commandline.
|
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO server from the commandline.
|
||||||
|
@ -35,24 +35,6 @@ Procedure
|
|||||||
|
|
||||||
While port ``9000`` is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console.
|
While port ``9000`` is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console.
|
||||||
|
|
||||||
Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output.
|
|
||||||
These default to ``minioadmin | minioadmin``.
|
|
||||||
|
|
||||||
.. image:: /images/minio-console/console-login.png
|
|
||||||
:width: 600px
|
|
||||||
:alt: MinIO Console displaying login screen
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
|
|
||||||
Each MinIO server includes its own embedded MinIO Console.
|
|
||||||
|
|
||||||
.. image:: /images/minio-console/minio-console.png
|
|
||||||
:width: 600px
|
|
||||||
:alt: MinIO Console displaying bucket start screen
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
For more information, see the :ref:`minio-console` documentation.
|
|
||||||
|
|
||||||
#. `(Optional)` Install the MinIO Client
|
#. `(Optional)` Install the MinIO Client
|
||||||
|
|
||||||
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO volume from the commandline.
|
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO volume from the commandline.
|
||||||
|
@ -82,21 +82,6 @@ Procedure
|
|||||||
Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output.
|
Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output.
|
||||||
These default to ``minioadmin | minioadmin``.
|
These default to ``minioadmin | minioadmin``.
|
||||||
|
|
||||||
.. image:: /images/minio-console/console-login.png
|
|
||||||
:width: 600px
|
|
||||||
:alt: MinIO Console displaying login screen
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration.
|
|
||||||
Each MinIO server includes its own embedded MinIO Console.
|
|
||||||
|
|
||||||
.. image:: /images/minio-console/minio-console.png
|
|
||||||
:width: 600px
|
|
||||||
:alt: MinIO Console displaying bucket start screen
|
|
||||||
:align: center
|
|
||||||
|
|
||||||
For more information, see the :ref:`minio-console` documentation.
|
|
||||||
|
|
||||||
#. `(Optional)` Install the MinIO Client
|
#. `(Optional)` Install the MinIO Client
|
||||||
|
|
||||||
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO volume from the commandline.
|
The :ref:`MinIO Client <minio-client>` allows you to work with your MinIO volume from the commandline.
|
||||||
|
Reference in New Issue
Block a user