mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +03:00
Use 9001 as the default console address port (#1081)
As state in https://github.com/minio/minio/pull/18561#issuecomment-1833303435 , consistent use 9001 as the console port, to avoid confusion for new users.
This commit is contained in:
@@ -119,7 +119,7 @@ The following example uses the ``~/minio-data`` folder:
|
||||
:class: copyable
|
||||
|
||||
mkdir ~/minio-data
|
||||
minio server ~/minio-data --console-address ":9090"
|
||||
minio server ~/minio-data --console-address ":9001"
|
||||
|
||||
The :mc:`minio server` process prints its output to the system console, similar
|
||||
to the following:
|
||||
@@ -130,7 +130,7 @@ to the following:
|
||||
RootUser: minioadmin
|
||||
RootPass: minioadmin
|
||||
|
||||
Console: http://192.0.2.10:9090 http://127.0.0.1:9090
|
||||
Console: http://192.0.2.10:9001 http://127.0.0.1:9001
|
||||
RootUser: minioadmin
|
||||
RootPass: minioadmin
|
||||
|
||||
|
@@ -60,7 +60,7 @@ The following example uses the ``~/minio-data`` folder:
|
||||
:class: copyable
|
||||
|
||||
mkdir ~/minio-data
|
||||
minio server ~/minio-data --console-address ":9090"
|
||||
minio server ~/minio-data --console-address ":9001"
|
||||
|
||||
|
||||
The :mc:`minio server` process prints its output to the system console, similar
|
||||
@@ -72,7 +72,7 @@ to the following:
|
||||
RootUser: minioadmin
|
||||
RootPass: minioadmin
|
||||
|
||||
Console: http://192.0.2.10:9090 http://127.0.0.1:9090
|
||||
Console: http://192.0.2.10:9001 http://127.0.0.1:9001
|
||||
RootUser: minioadmin
|
||||
RootPass: minioadmin
|
||||
|
||||
|
@@ -45,7 +45,7 @@ Procedure
|
||||
:class: copyable
|
||||
|
||||
mkdir ~/minio
|
||||
minio server ~/minio --console-address :9090
|
||||
minio server ~/minio --console-address :9001
|
||||
|
||||
The ``mkdir`` command creates the folder explicitly at the specified path.
|
||||
|
||||
@@ -60,7 +60,7 @@ Procedure
|
||||
RootUser: minioadmin
|
||||
RootPass: minioadmin
|
||||
|
||||
Console: http://192.0.2.10:9090 http://127.0.0.1:9090
|
||||
Console: http://192.0.2.10:9001 http://127.0.0.1:9001
|
||||
RootUser: minioadmin
|
||||
RootPass: minioadmin
|
||||
|
||||
@@ -75,7 +75,7 @@ Procedure
|
||||
|
||||
Open http://127.0.0.1:9000 in a web browser to access the :ref:`MinIO Console <minio-console>`.
|
||||
You can alternatively enter any of the network addresses specified as part of the server command output.
|
||||
For example, :guilabel:`Console: http://192.0.2.10:9090 http://127.0.0.1:9090` in the example output indicates two possible addresses to use for connecting to the Console.
|
||||
For example, :guilabel:`Console: http://192.0.2.10:9001 http://127.0.0.1:9001` in the example output indicates two possible addresses to use for connecting to the Console.
|
||||
|
||||
While the port ``9000`` is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
.. |KEYCLOAK_URL| replace:: keycloak-url.example.net:8080
|
||||
.. |MINIO_S3_URL| replace:: minio-url.example.net:9000
|
||||
.. |MINIO_CONSOLE_URL| replace:: minio-url.example.net:9090
|
||||
.. |MINIO_CONSOLE_URL| replace:: minio-url.example.net:9001
|
||||
|
||||
1) Configure or Create a Client for Accessing Keycloak
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@@ -36,7 +36,7 @@ The ``journalctl`` output should resemble the following:
|
||||
API: http://192.168.2.100:9000 http://127.0.0.1:9000
|
||||
RootUser: myminioadmin
|
||||
RootPass: minio-secret-key-change-me
|
||||
Console: http://192.168.2.100:9090 http://127.0.0.1:9090
|
||||
Console: http://192.168.2.100:9001 http://127.0.0.1:9001
|
||||
RootUser: myminioadmin
|
||||
RootPass: minio-secret-key-change-me
|
||||
|
||||
|
@@ -36,7 +36,7 @@ The ``journalctl`` output should resemble the following:
|
||||
API: http://192.168.2.100:9000 http://127.0.0.1:9000
|
||||
RootUser: myminioadmin
|
||||
RootPass: minio-secret-key-change-me
|
||||
Console: http://192.168.2.100:9090 http://127.0.0.1:9090
|
||||
Console: http://192.168.2.100:9001 http://127.0.0.1:9001
|
||||
RootUser: myminioadmin
|
||||
RootPass: minio-secret-key-change-me
|
||||
|
||||
|
Reference in New Issue
Block a user