• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How To Install And Configure MinIO Server On Linux Mint 20.2

  • 00:46 lsb_release -a
  • 01:05 wget https://dl.min.io/server/minio/release/linux-amd64/minio
  • 01:28 ls -la
  • 01:45 chmod +x minio
  • 01:57 ls -la
  • 02:12 ./minio server /minio
{{postValue.id}}

To Install and configure Minio On linux mint 20.2

Introduction :

MinIO is a High-Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with the Amazon S3 cloud storage service. It can handle unstructured data such as photos, videos, log files, backups, and container images with the maximum supported object size of 5TB..

Installation procedure :

Step 1 : Check the current OS version by using the below command

root@linuxhelp:~# lsb_release –a

No LSB modules are available.
Distributor ID:	Linuxmint
Description:	Linux Mint 20.2
Release:	20.2
Codename:	uma

Step 2 : Download minio by using wget command

root@linuxhelp:~# wget https://dl.min.io/server/minio/release/linux-amd64/minio

--2022-02-21 02:51:45--  https://dl.min.io/server/minio/release/linux-amd64/minio
Resolving dl.min.io (dl.min.io)... 138.68.11.125, 178.128.69.202
Connecting to dl.min.io (dl.min.io)|138.68.11.125|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 110247936 (105M) [application/octet-stream]
Saving to: ‘minio’
minio                     100%[=====================================>] 105.14M   233KB/s    in 7m 5s   
2022-02-21 02:58:51 (253 KB/s) - ‘minio’ saved [110247936/110247936]

Step 3 : List the files by using the below command

root@linuxhelp:~# ls –la

total 107672
drwx------ 1 root root        80 Feb 21 02:51 .
drwxr-xr-x 1 root root       280 Feb 21 02:42 ..
-rw------- 1 root root        36 Feb 21 02:17 .bash_history
-rw-r--r-- 1 root root      3106 Dec  5  2019 .bashrc
drwx------ 3 root root        28 Jul  3  2021 .cache
-rw-r--r-- 1 root root       161 Dec  5  2019 .profile
-rw-r--r-- 1 root root 110247936 Feb 18 08:13 minio

Step 4 : Give the execute permission by using the below command

root@linuxhelp:~# chmod +x minio

Step 5 : List the files by using the below command

root@linuxhelp:~# ls –la

total 107672
drwx------ 1 root root        80 Feb 21 02:51 .
drwxr-xr-x 1 root root       280 Feb 21 02:42 ..
-rw------- 1 root root        36 Feb 21 02:17 .bash_history
-rw-r--r-- 1 root root      3106 Dec  5  2019 .bashrc
drwx------ 3 root root        28 Jul  3  2021 .cache
-rw-r--r-- 1 root root       161 Dec  5  2019 .profile
-rwxr-xr-x 1 root root 110247936 Feb 18 08:13 minio

Step 6 : Run the minio by using the below command

root@linuxhelp:~# ./minio server /minio

API: http://192.168.6.127:9000  http://127.0.0.1:9000     
RootUser: minioadmin 
RootPass: minioadmin 
Console: http://192.168.6.127:34607 http://127.0.0.1:34607   
RootUser: minioadmin 
RootPass: minioadmin 
Command-line: https://docs.min.io/docs/minio-client-quickstart-guide
   $ mc alias set myminio http://192.168.6.127:9000 minioadmin minioadmin
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (34607), please use --console-address ":PORT" to choose a static port.

Step 7: This is the Login page of Minio

Snap 1

Step 8: This is the Bucket section. Here we can create bucket as shown in the below picture

Snap 2

Step 9: This is the user section and we can create user and give the permission here

Snap 3

Step 10: This is the group section here we can create a group as shown in the below image

Snap 4

Step 11: This is the Access section here we can give access to the particular user by using the following steps

Snap 5

Step 12: This is the monitoring section here we can monitor the bucket services online or offline as shown in the below image

Snap 6

With this, the process of installing and configuring Minio on Linux Mint 20.2 has comes to an end..!!

Tags:
connor
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How To download Minio Server package on Linux Mint 20.2

A

To download the Minio Server package on Fedora 34 execute

the https://dl.min.io/server/minio/release/linux-amd64/minio command.

Q

What is Minio Server?

A

Minio is a cloud storage server released under Apache License v2, compatible with Amazon S3.

Minio is best suited for storing unstructured data such as photos, videos, log files, backups, and container / VM images. The size of an object can range from a few KBs to a maximum of 5TB.

Q

How to give the execute permission for Minio Server?

A

To give the execute permission for Minio Server use the following command

# chmod +x minio

Q

What are the Minio server requirements?

A

Minio Server needs a minimum of (n/2 + 1) Quorum disks to create new objects though. For example,

an 8-node distributed Minio setup with 1 disk per node would continue serving files, even if up

to 4 disks are offline. But, you'll need at least 5 disks online to create new objects.


Q

List out some alternatives to Minio?

A

Some alternative to Minio includes OpenEBS, DigitalOcean, Amazon EBS, Openstack S, FreeNAS

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 Ryan ?
how to use visual traceroute tool

Am using traceroute command to check for the route. i got this tool while surfing. So pls help me out installation and usage of Visual traceroute tool.

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.