> For the complete documentation index, see [llms.txt](https://docs.acecloud.ai/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acecloud.ai/knowledge-base/registry/managing-access-tokens-for-a-container-registry.md).

# Managing Access Tokens for a Container Registry

## Managing Access Tokens for a Container Registry

Access Tokens provide secure authentication for accessing a container registry. You can create tokens with **Pull** or **Push + Pull** permissions and configure them to either never expire or expire on a specific date.

**Important**

* The generated credentials are displayed **only once** after the access token is created.
* Save or download the credentials immediately. They cannot be viewed again.

## Accessing the Access Tokens page

1. Log in to the **AceCloud Console**.
2. Select your **Project** and **Region**.
3. Navigate to **Registry**.
4. Click **Overview**.
5. Open the **Access Tokens** tab.

## Creating an Access Token

1. On the **Access Tokens** page, click **Create Access Token**.

![](/files/6b60473076306a87e7997b580a465e6ae4b79c21)

2. Enter the **Access Token Name**.
3. Select the required **Permission**.

Available options include:

a. **Pull** – Allows pulling container images from the registry.

b. **Push + Pull** – Allows both pushing and pulling container images.

4. Select the **Expiry Mode**.

Available options include:

a. **Never** – The token never expires.

b. **Custom Date** – Specify the date on which the token should expire.

5. If **Custom Date** is selected, choose the required expiration date.
6. Click **Save**.

![](/files/53bb9d567b2200a1d4d9af9b8374aa8c8a8bc9fb)

## Saving the Generated Credentials

After the access token is created successfully, a confirmation window displays the generated credentials.

The following information is provided:

* **Username**
* **Password**

![](/files/67fb1e4d9e75122212c0d844570789929d0eaab8)

You can:

* Copy the username and password individually using the **Copy** icon.
* Click **Download Credentials** to save the credentials locally.

**Note**

These credentials are displayed only once. If they are lost, create a new access token.
