---
title: "3—Creating a User Account and Access Key"
slug: "creating-a-user-account-and-access-key"
description: "Create a user account, manage groups, and assign access keys in Wasabi for secure cloud storage management."
updated: 2026-05-08T12:22:30Z
published: 2026-05-08T12:24:14Z
canonical: "docs.wasabi.com/creating-a-user-account-and-access-key"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 3—Creating a User Account and Access Key

## Objectives

- 1—Sign up for Wasabi and sign in.
- 2—Work with buckets and objects.
- **3—Create a user account and access key.**

It is *not* a good practice to use your Root account for general access to buckets. Creating a group of sub-users for this activity is recommended. Also, if you have other users who need access to the buckets but you do not want to share the Root access/secret key pair, you can create sub-users with a separate access/secret key pair for each sub-user. The keys will grant the sub-users access to Wasabi Console.

A *user (or sub-user)* is an individual for whom you create Wasabi authentication, giving that person permission to perform actions in Wasabi.

A *group* is a set of users that you can manage collectively.

Each user and group can be associated with one or more *policies* to define the actions that a user or group member can perform and the conditions under which those actions can take place.

Because you assign a user to a group when you create a user account, you will begin the instructions below by defining a group. Then, you will work through an instruction for creating a user, during which you will assign the user to the group and attach a policy. Finally, you will assign an *access key* to a user. An access key is for use with third-party applications.

## Creating a Group

1. Click **Groups** in the Wasabi menu on the left of the screen.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718034982330.png)
2. Click **Create Group**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718056694858.png)
3. Enter a name for the new group (such as “test-engineers” in the example below).

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718056792409.png)
4. Click **Save**. The new group is displayed in the Groups List. For example:

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718057169435.png)

The group is displayed with this information:

- Group name
- Path for the group
- An Amazon Resource Name (ARN) for the group
- Date and time when the group was created

You can click on a group name and then add users or permissions (policies) to the group. But, for this exercise, you will continue by creating a user (below). Groups are described in detail in the [*Wasabi Cloud Storage Product Guide*](https://docs.wasabi.com/docs/groups-2).

## Creating a User

When you first created a Wasabi account, you created a “Root User.” But, the Root User should be reserved for specific account and service management tasks. It is not good practice for the Root User to perform routine tasks. Instead, it is best to create a new user for each person, even for those who require administrative access.

To create a user:

1. Click **Users** in the Wasabi menu on the left of the screen.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718035177489.png)
2. Click **Create User**.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718057293113.png)
3. Enter a name for the user. It can contain only alphanumeric characters and the following special characters: plus sign (+), equal sign (=), period (.), ampersand (@), dash (-), underscore (_). In the example below, **Arthur** is entered as the user name.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1727379853692.png)
4. Specify user access as:

Programmatic (the user can create an API key) *AND/OR* Wasabi Management Console access

By enabling programmatic access, the user gets an access key and a secret key at the end of the instructions to create a user. The access key and secret key are used to access the two resources (IAM and Storage, based on the policies assigned to the user) via means other than the Wasabi Console (such as AWS CLI, CloudBerry, Cyberduck, or any other S3 application).
5. When you select the Console option, you must enter a password (at least 8 characters) with which the user must sign in to Wasabi. (For an experienced user, note that this password should follow the password policy settings.)

Optionally, you can select **Require Password Reset**, which indicates the user must reset this credential, and the user will be prompted for a new password the first time the user signs in to Wasabi.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1727380252918.png)
6. You can require that the user enable multi-factor authentication (MFA) when they enter the Console or authenticate a CLI session for the first time. This encourages users to adopt safer online practices.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1727380492210.png)
7. Click **Next**.
8. It is best practice to assign the user to a group. You can do so in two ways:

Creating a new group by clicking **Create Group** (as described in [Creating a Group](https://docs.wasabi.com/docs/creating-a-user-account-and-access-key#creating-a-group) above) *OR* Assigning the user to a group, as described in this step.

Click in the **Add User To Group** area. A list of groups is displayed. For example:

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1727380844646.png)
9. Select test-engineers for this exercise. If the list is long, you can start typing to find the group in which to add the user.

Notice that the selected group is displayed in gray. You can add multiple groups, and each will be displayed in this area.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1727381032178.png)

> You can remove a group by clicking ![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1697146521980.png).
10. Click **Next**.
11. Now you are ready to associate a policy with the user. You can do so in two ways:

Select one of the predefined policies listed. Simply click on + to the right of the policy name. (Refer to [Policies](https://docs.wasabi.com/docs/policies-1) for a description of each policy.) *OR* (Experienced Users) Click in the **Attach Policy To User** area and attach an existing policy defined for your account. You can enter text to find a specific policy.

For this example, click **+** to select the **WasabiFullAccess** policy.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1727381137090.png)
12. You can add additional policies (up to 10 per user) but, for this exercise, scroll down to see that WasabiFullAccess appears in gray as a policy that will be attached.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1727381221533.png)

> You can remove a policy by clicking ![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1697146521980.png).
13. Click **Next**.
14. Review the settings for the new user. For example:

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1727381322648.png)
15. Click **Create User** to continue. A checklist indicates that Arthur has been successfully added as a new user.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1727381370721.png)
16. You could add another user at this time. But, for this exercise, click **Close**. When you return to the Users panel, the new user (Arthur) is displayed. For example:

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1718059002771.png)

Users are described in detail in the [*Wasabi Cloud Storage Product Guide*](https://docs.wasabi.com/docs/users-1).

After creating a user, you might want to assign an access key to the user, as described below.

## Assigning an Access Key

An access key is used to make programmatic calls to AWS API actions. When using the S3 API, you must have an API access key set to exchange storage files between your application and the Wasabi service. There are two types of access keys:

- Access Key ID
- Secret Access Key

Each key is a text string that you will cut/paste into your storage application. For your protection, you should never share your secret keys with anyone. In addition, industry best practice recommends frequent key rotation.

Access keys are used to make secure REST or Query protocol requests to the Wasabi service API. The Wasabi S3 endpoint is **s3.wasabisys.com**. (See also the [Wasabi Knowledge Base for service URLs for different regions](https://docs.wasabi.com/docs/what-are-the-service-urls-for-wasabis-different-storage-regions).) If using Cyberduck, for example, as shown below, you would need to enter the appropriate keys in the “Access Key ID” and “Secret Access Key” fields. This is an example of one of many applications that can connect to the Wasabi endpoint.

![](https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1698095039536.png)

You can create an access key directly from the Wasabi menu. Note that:

<editor360-custom-block data-preprocessing="true" data-sanitizationtags="malformed-html"><blockquote data-background="#D1EDD1" data-border="#76C977" color="000000" style="background:rgb(209, 237, 209);border-left:4px solid rgb(118, 201, 119);overflow:auto;"><p>An account can have only two access keys per user (two per root account and two per sub-user). If you attempt to add more than two access keys, the following message is displayed:</p><p><img src="https://cdn.document360.io/bef0a1ea-7768-4d5a-b520-c4fe2f7fafad/Images/Documentation/image-1748870737508.png" class="spaced-image" style="width:445px;"></p><p>If two keys are defined and you want to create another, you must delete one of the existing keys for that user. Refer to <a href="https: changing-the-access-key-status#deleting-an-access-key" =""="" docs="" docs.wasabi.com="" rel="noopener noreferrer" target="_blank" translate="no">Deleting an Access Key.</a></p></blockquote></editor360-custom-block>

## Objectives Met!

- 1—Sign up for Wasabi and sign in.
- 2—Work with buckets and objects.
- 3—Create a user account and access key.

(Identity and Access Management) Web services that help to securely control access to resources. IAM is used to control who is authenticated (signed in) and authorized (has permissions) to use resources. In Wasabi, IAM includes Policies, Access Keys, Groups, Roles, and Users.
