Default user

Learn how to change your default user password or turn off access using the default user password.

Password-based authentication is a basic but essential Redis security feature. When you create a Redis Cloud database, your database is given a randomly generated password called the Default user password.

This password appears in the Security section of the Configuration tab of the database details screen.

The Default user password appears in the Security section of the Configuration tab on the database details screen.

Use the copy button to copy the password to the clipboard:

Use the Copy button to copy the default user password.

You'll need to use this password whenever you connect to your database using a Redis client. For example, in the Redis CLI, you use the AUTH command to provide this password:

AUTH 4kTtH2ddXfN2sFmXE6sowOLukxiaJhN8n

See your Redis client's documentation to learn how to provide your password when connecting.

Change password

To change the default user password for your database:

  1. From the database Configuration tab, select Edit database.

    The Edit database button lets you change the database's default user password.
  2. Under the Security section, enter the new password in the Default user password field.

  3. Select Save database to update the password.

    Use the Save database button to save the new password.

Turn off default user

After you set up role-based access control to limit who can access your database, we recommend that you turn off default user access.

To turn off the default user for a database:

  1. From the database Configuration tab, select Edit database.

    The Edit database button lets you change the database's default user password.
  2. Under the Security section, select the Default User switch to turn it off.

  3. Select Save database.

    Use the Save database button to save the new password.
RATE THIS PAGE
Back to top ↑