1
0
mirror of https://github.com/minio/docs.git synced 2025-10-20 22:52:49 +03:00
Files
docs/source/includes/linux/steps-deploy-minio-single-node-multi-drive.rst
Daryl White bc261ad8bb Updating links for new docs subdomain (#1494)
Docs have moved from min.io/docs to docs.min.io/commuinity.

This fixes hard, external links to use the new subdomain.

Note that some of these files are automatically pulled from elsewhere as
part of the build process, so some may not carry through even after this
PR merges.
2025-08-12 17:20:53 -04:00

2.3 KiB

1) Download the MinIO Server

2) Create the systemd Service File

3) Create the Environment Variable File

4) Start the MinIO Service

Issue the following command on the local host to start the MinIO |SNSD| deployment as a service:

The journalctl output should resemble the following:

Status:         1 Online, 0 Offline. 
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:9001 http://127.0.0.1:9001    
RootUser: myminioadmin 
RootPass: minio-secret-key-change-me 

Command-line: https://docs.min.io/community/minio-object-store/reference/minio-mc.html
   $ mc alias set myminio http://10.0.2.100:9000 myminioadmin minio-secret-key-change-me

Documentation: https://docs.min.io/community/minio-object-store/index.html

The API block lists the network interfaces and port on which clients can access the MinIO S3 API. The Console block lists the network interfaces and port on which clients can access the MinIO Web Console.

5) Connect to the MinIO Service