• 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 change access key and secret key for minio on centos 7

{{postValue.id}}

To Change Access Key and Secret Key for Minio on CentOS 7

Minio is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB. It is so simple to change the default access key and secret key for Minio on CentOS 7.

To Change Access Key and Secret Key

In order to change access and secret key, you will have to change it in config.json file. You can locate that file location by making use of the following command

root@linuxhelp1 ~]# locate config.json
/root/.minio/config.json

Now that the file location is found, open it in the following manner.

[root@linuxhelp1 ~]# vim /root/.minio/config.json 

In the file, there is a line access key and secret key, edit it with your new access key and secret key.

{
        " version" : " 22" ,
        " credential" : {
                " accessKey" : " zaq1xsw2cde3" ,
                " secretKey" : " 123456789" 
        },
        " region" : " " ,
        " browser" : " on" ,
        " domain" : " " ,
.
.
.

Access key should be min. 3 charcter Likewise Secret key should be min.8 charcter.

After that, you need to restart Minio service as follows.

[root@linuxhelp1 ~]# systemctl restart minio

And then, open your browser and give http://localhost:9000(minio running port) as URL. You will be asked to provide the access and secret key, enter your new keys for both field and click login.
Secret key

The Minio browser now appears on your screen.

Minio

With this, the tutorial on how to change the access key and secret key for minio comes to an end.

Tags:
matthew
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

How to configure multiple locations on minio?

A

For configure multiple locations on minio, use the following link as given below "https://www.linuxhelp.com/how-to-configure-multiple-locations-on-minio-in-centos/"

Q

How to configure minio as a service on centos?

A

For configureminio as a service on centos, use the following link as given below , https://www.linuxhelp.com/how-to-configure-system-services-for-minio-on-centos-7/

Q

How to install this minio on centos 7?

A

For the installation of the Minio on CentOS, use the following link as given below "https://www.linuxhelp.com/how-to-install-minio-server-on-centos-7/"

Q

how to install and configure Minio on OpenSUSE?

A

For the installation and configuration of the Minio on OpenSUSE, use the following link as given below "https://www.linuxhelp.com/how-to-install-minio-on-opensuse-leap-42-3/"

Q

how to install and configure Minio on Ubuntu?

A

For the installation and configuration of the Minio on Ubuntu, use the following link as given below https://www.linuxhelp.com/how-to-install-minio-server-on-ubuntu-16-04/

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 Gibbson ?
How do i run both nginx and apache in same instance on centos

Hi...,

my server is based centos operating system and my webserver is already running on Apache.... i need to run both apache and nginx on same instance ... please help me to implement this concept...

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.