# Server Authentication

To use the MinIO CLI `mc`, you need to setup a Connection to a S3 Server

```
mc alias set <name> http://localhost:9000 <user> <password>
```