• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to Create MinIO On CentOS 8.3

  • 00:35 cat /etc/centos-release
  • 00:53 cd /mnt
  • 00:59 wget https://dl.minio.io/server/minio/release/linux-amd64/minio
  • 02:16 chmod +x minio
  • 02:24 ls -la
  • 02:40 ./minio server /opt/
6610

To Install Minio On CentOS 8.3

Introduction:

MinIO is a cloud storage server compatible with Amazon S3, published under Apache License v2 that can save unstructured data including photos, videos, log files, backups, and container images. The maximum size of an object is 5TB. This tutorial will cover the installation of MinIO on centos 8.3.

Installation procedure:

Check the installed verison of OS

[root@linuxhelp ~]# cat /etc/centos-release
CentOS Linux release 8.3.2011

Move to the /mnt directory

[root@linuxhelp ~]# cd /mnt
Now download MinIO using the following command
 [root@linuxhelp mnt]# wget https://dl.minio.io/server/minio/release/linux-amd64/minio
--2020-12-30 15:45:14--  https://dl.minio.io/server/minio/release/linux-amd64/minio
Resolving dl.minio.io (dl.minio.io)... 178.128.69.202
Connecting to dl.minio.io (dl.minio.io)|178.128.69.202|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 50483200 (48M) [application/octet-stream]
Saving to: ‘minio’
minio                    100%[===============================>]  48.14M  97.5KB/s    in 7m 37s  
2020-12-30 15:52:52 (108 KB/s) - ‘minio’ saved [50483200/50483200]

Now give the executable permission to the minio

[root@linuxhelp mnt]# chmod +x minio

List all the files

[root@linuxhelp mnt]# ls -la
total 49316
drwxr-xr-x.  3 root root     4096 Dec 30 15:45 .
dr-xr-xr-x. 23 root root     4096 Dec  8 11:46 ..
drwxr-xr-x.  2 root root     4096 Oct  9 12:11 hgfs
-rwxr-xr-x.  1 root root 50483200 Dec 30 05:03 minio

To share any directory through the MinIO use the following command

[root@linuxhelp mnt]# ./minio server /opt/
Endpoint:  http://192.168.7.224:9000  http://192.168.122.1:9000  http://127.0.0.1:9000    
AccessKey: minioadmin 
SecretKey: minioadmin 
Browser Access:
   http://192.168.7.224:9000  http://192.168.122.1:9000  http://127.0.0.1:9000    

Command-line Access: https://docs.min.io/docs/minio-client-quickstart-guide
   $ mc alias set myminio http://192.168.7.224:9000 minioadmin minioadmin

Object API (Amazon S3 compatible):
   Go:         https://docs.min.io/docs/golang-client-quickstart-guide
   Java:       https://docs.min.io/docs/java-client-quickstart-guide
   Python:     https://docs.min.io/docs/python-client-quickstart-guide
   JavaScript: https://docs.min.io/docs/javascript-client-quickstart-guide
   .NET:       https://docs.min.io/docs/dotnet-client-quickstart-guide
Detected default credentials 'minioadmin:minioadmin', please change the credentials immediately using 'MINIO_ACCESS_KEY' and 'MINIO_SECRET_KEY'

Open Browser and give the Above URL there And use the given credential there vlcsnap-2020-12-30-18h29m15s063

With this method the installation of MinIO on centos 8.3 comes to an end.

Tags:
keeljohnston
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is Minio server?

A

Minio is an object storage server released under Apache License v2.0. It is compatible with the Amazon S3 cloud storage service.
It is best suited for storing unstructured data such as photos, videos, log files, backups, and container / VM images.

Q

What are the features of Minio?

A

The features of Minio are as follows,
Amazon S3 Compatible
Data Protection
Highly Available
Lambda Compute

Q

How to give the executable permission for Minio file?

A

By using the following command:
# chmod +x minio

Q

What is the s3 bucket?

A

An Amazon S3 bucket is a public cloud storage resource available in Amazon Web Services (AWS) Simple Storage Service (S3),
an object storage offering. Amazon S3 buckets, which are similar to file folders, store objects, which consist of data and its descriptive metadata.

Q

What is Minio Server logg?

A

Minio server stored all its configuration data in ${HOME}/.minio/config.json file by default.
For all releases beyond minio.RELEASE.2017-08-05T00-00-53Z, the configuration data will be migrated to Minio's backend directory.
All configuration changes can be made using mc admin config get/set commands. The following sections provide a detailed explanation of each field and how to customize them.

Related Tutorials in How to Create MinIO On CentOS 8.3

Related Tutorials in How to Create MinIO On CentOS 8.3

How To Install AnyDesk on Centos 7
How To Install AnyDesk on Centos 7
Apr 2, 2018
How to install Tiki Wiki CMS Groupware on CentOS 7
How to install Tiki Wiki CMS Groupware on CentOS 7
May 31, 2018
How to install PHP ImageMagick on CentOS 7
How to install PHP ImageMagick on CentOS 7
Nov 4, 2017
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
How to Upgrade and Downgrade the PHP Versions on CentOS 7.6
Jun 4, 2019
How to install Apache from Source Code on CentOS 7
How to install Apache from Source Code on CentOS 7
Oct 21, 2017
How to enable or disable repositories in CentOS
How to enable or disable repositories in CentOS
Mar 28, 2018
How to install AWStats on CentOS 7
How to install AWStats on CentOS 7
Dec 8, 2017
How to install Apache JMeter in CentOS 7
How to install Apache JMeter in CentOS 7
Mar 24, 2017

Related Forums in How to Create MinIO On CentOS 8.3

Related Forums in How to Create MinIO On CentOS 8.3

CentOS
connor class=
How To Completely Remove Apache package On CentOS 7.6
May 14, 2019
CentOS
ceriaimmaculate class=
setfacl : command not found
Jan 3, 2018
CentOS
mason class=
Error getting authority: Error initializing authority: Could not connect: No such file or directory (g-io-error-quark, 1)
Nov 20, 2018
CentOS
landon class=
Command to find SNMP Version
May 28, 2018
CentOS
arjitharon class=
cannot start minio service help
Mar 10, 2018
Apache tomcat
AadrikaAnshu class=
Cannot find ./catalina.sh The file is absent or does not have execute permission This file is needed to run this program
Jun 17, 2019
gitlab
caden class=
Insufficient space in download directory /var/cache/yum/x86_64/6/base/packages
Jul 22, 2019
OpenVAS
frank class=
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"
Dec 20, 2018
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Luk Van De Looverbosch ?
How to create a root ?

Hello,
How to create root@linuxhelp in Linux Mint 20.1 64-bit ?
Thanks in advance for your reply.
Best regards.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.