How to change Keycloak admin console title?

I am able to change login page title through ftl file provided by keycloak while customizing theme. But there are no ftl files to change the title of admin console and keycloak account management.
Can anyone please help me in solving this.

image

@Dhruva,

This blog will help you https://www.keycloak.org/docs/latest/server_development/index.html.

@pkadian,
Thanks for the link. But i didn’t find anything related to changing title of admin console in it.

I want to change or edit the title which is in the below image. (Keycloak Admin Console to some string)

image

@Dhruva,

You can find this title in the .properties file of theme. Please find the reference path of the directory. The below path is admin theme title.

Keycloak_home/themes/keycloak/admin/messages/admin-messages_en.properties 

The below property you can change.

consoleTitle=Keycloak Admin Console

1 Like

Thanks a lot @pkadian. It worked. :slight_smile: