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

How to install Minio and configure on Ubuntu 21.04

  • 00:45 lsb_release -a
  • 01:01 sudo -s
  • 01:22 wget https://dl.minio.io/server/minio/release/linux-amd64/minio
  • 02:08 chmod +x minio
  • 02:40 ./minio server /minio
6702

To Install Minio and Configure on Ubuntu 21.04

Introduction:

Minio is open-source object storage that performs at a higher rate and it is usually written in Go. The primitive purpose of minio is to store unstructured data and is designed to be minimal and scalable. It is also compatible with Amazon S3 and best suited for evaluation.

Installation Procedure:

Step1: Checking the OS version

linuxhelp@linuxhelp:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 21.04
Release:	21.04
Codename:	hirsute

Step2: Log in as root user by using following command

linuxhelp@linuxhelp:~$ sudo -s
[sudo] password for linuxhelp: 

Step3: Changing to the Home directory by using following command

root@linuxhelp:/home/linuxhelp# cd ~

Step4: Downloading the Minio by using following link

root@linuxhelp:~# wget https://dl.minio.io/server/minio/release/linux-amd64/minio
--2021-10-20 22:38:41--  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: 91947008 (88M) [application/octet-stream]
Saving to: ‘minio’

minio                            100%[==========================================================>]  87.69M  2.77MB/s    in 3m 4s   

2021-10-20 22:41:46 (488 KB/s) - ‘minio’ saved [91947008/91947008]

Step5: Long listing the downloaded files

root@linuxhelp:~# ls -la
total 89824
drwx------  4 root root     4096 Oct 20 22:38 .
drwxr-xr-x 20 root root     4096 Sep  8 16:50 ..
-rw-------  1 root root      687 Oct 20 22:11 .bash_history
-rw-r--r--  1 root root     3106 Aug 15  2019 .bashrc
drwx------  2 root root     4096 Apr 20  2021 .cache
-rw-r--r--  1 root root 91947008 Oct 13 06:06 minio
-rw-r--r--  1 root root      161 Sep 16  2020 .profile
drwxr-xr-x  3 root root     4096 Sep  8 17:00 snap
-rw-r--r--  1 root root       17 Oct 20 22:11 .vimrc

Step6: Giving the execution permission for Minio file

root@linuxhelp:~# chmod +x minio

Step7 : Long listing to view the permissions

root@linuxhelp:~# ls -la
total 89824
drwx------  4 root root     4096 Oct 20 22:38 .
drwxr-xr-x 20 root root     4096 Sep  8 16:50 ..
-rw-------  1 root root      687 Oct 20 22:11 .bash_history
-rw-r--r--  1 root root     3106 Aug 15  2019 .bashrc
drwx------  2 root root     4096 Apr 20  2021 .cache
-rwxr-xr-x  1 root root 91947008 Oct 13 06:06 minio
-rw-r--r--  1 root root      161 Sep 16  2020 .profile
drwxr-xr-x  3 root root     4096 Sep  8 17:00 snap
-rw-r--r--  1 root root       17 Oct 20 22:11 .vimrc

Step8: Installing the Minio by using following commands

root@linuxhelp:~# ./minio server /minio
API: http://192.168.6.117:9000  http://127.0.0.1:9000     
RootUser: minioadmin
RootPass: minioadmin
Console: http://192.168.6.117:39261 http://127.0.0.1:39261   
RootUser: minioadmin
RootPass: minioadmin
Command-line: https://docs.min.io/docs/minio-client-quickstart-guide
   $ mc alias set myminio http://192.168.6.117:9000 minioadminminioadmin

Documentation: https://docs.min.io

WARNING: Console endpoint is listening on a dynamic port (39261), please use --console-address ":PORT" to choose a static port.
WARNING: Detected default credentials 'minioadmin:minioadmin', we recommend that you change these values with 'MINIO_ROOT_USER' and 'MINIO_ROOT_PASSWORD' environment variables

Step9: Access Minio Login page by using IP address with phone number Snap 1

Step10: Minio Dashboard Page Snap 2

With this minio installation on ubuntu 21.04 comes to end.

Tags:
markdjokovic
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What is mean by Minio?

A

Minio is an open-source object storage server, which has the fastest serves that perform high and it is widely used to store unstructured data.

Q

What is the use of Deploying Minio on Kubernetes?

A

Minio usually performs at a high rate and while deploying on Kubernetes it provides a cloud-native environment.

Q

What are the components of the Minio Storage stack?

A

Minio storage stacks have three components, which are MinIO Server, MinIO Client, and MinIO Client SDK

Q

What is the use of Minio Client?

A

The alternate source of UNIX commands is been provided and it also holds up the file system and Amazon S3 compatible cloud storage service.

Q

What is the usage of Minio Client SDK?

A

It's major purpose is to execute bucket and object operations that is available to any of the Amazon S3 compatible cloud storage service.

Related Tutorials in How to install Minio and configure on Ubuntu 21.04

Related Tutorials in How to install Minio and configure on Ubuntu 21.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to install Minio and configure on Ubuntu 21.04

Related Forums in How to install Minio and configure on Ubuntu 21.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
CentOS
arjitharon class=
cannot start minio service help
Mar 10, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017

Related News in How to install Minio and configure on Ubuntu 21.04

Related News in How to install Minio and configure on Ubuntu 21.04

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
KDE Connect App was removed from Google Play Store and brought back in 24 hours
KDE Connect App was removed from Google Play Store and brought back in 24 hours
Mar 22, 2019
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.