Home Changing the default passwords
Post
Cancel

Changing the default passwords

Overview

This guide provides step-by-step instructions for setting the admin passwords for Carrier platform and Keycloak admin users. By following these steps, you can update the default credentials to enhance the security of your Carrier installation.

Please find the default KEYCLOAK_USER and KEYCLOAK_PASSWORD values in the .env file.

1
cat /opt/centry/.env | grep KEYCLOAK

Updating Carrier Admin

  1. Open a web browser and navigate to the following URL: http://<public DNS or IP>/auth

    Keycloak Login

  2. Click on “Administration Console”.

    Keycloak Admin Console Login

  3. Log in to the Keycloak application using the KEYCLOAK_USER account.

    Keycloak Admin Console

  4. Select “Users” from the sidebar menu.

    Keycloak Users

  5. Click on “View all users”.

  6. Select the “Edit” button for the “admin” user.

    Keycloak Edit User

  7. Navigate to the “Credentials” tab.

    Keycloak Credentials

  8. Set a strong and secure password for the admin account and click “Reset Password”.

    Keycloak Reset Password

  9. Ensure it is updated successfully.

    Keycloak Password Updated

Updating Keycloak Admin

  1. Access the Keycloak admin console using the KEYCLOAK_USER account.

  2. Navigate to the admin user profile.

    Keycloak Admin User Profile

  3. Select “Manage Account” to update the password and click on it.

    Keycloak Admin User Menu

  4. Select “Passwords”.

    Keycloak Change Password

  5. Set a new password for the admin account.

  6. Save the changes and verify that the admin password is successfully updated.

    Keycloak Admin Password Changed

Congratulations! You have successfully changed the default passwords!

This post is licensed under CC BY 4.0 by the author.