# Customizing the Admin console theme (26.1.0)

**URL:** https://forum.keycloak.org/t/customizing-the-admin-console-theme-26-1-0/29477
**Category:** Extending the server
**Tags:** admin-console, themes
**Created:** [January 24, 2025, 4:54am UTC](https://forum.keycloak.org/t/customizing-the-admin-console-theme-26-1-0/29477 "2025-01-24T04:54:36Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![syu1](https://avatars.discourse-cdn.com/v4/letter/s/8e8cbc/32.png) [@syu1](https://forum.keycloak.org/u/syu1)
#### Post date: [January 24, 2025, 4:54am UTC](https://forum.keycloak.org/t/customizing-the-admin-console-theme-26-1-0/29477/1 "2025-01-24T04:54:36Z")

</div>

I have customized the old Keycloak admin console (20.0.1 no react). How can I upgrade the customized code to 26.1.0?

I find there is an example [keycloak/js/apps/create-keycloak-theme at main · keycloak/keycloak · GitHub](https://github.com/keycloak/keycloak/tree/main/js/apps/create-keycloak-theme) but it doesn’t support admin-console.

Where can I find an example like “Add a new tab in realm / client settings” and “Add new fields in client.attributes”

Thanks

---

<div class="post-metadata">

### Author: ![skydrinker-tox](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/skydrinker-tox/32/9789_2.png) [@skydrinker-tox](https://forum.keycloak.org/u/skydrinker-tox)
#### Post date: [January 24, 2025, 5:43am UTC](https://forum.keycloak.org/t/customizing-the-admin-console-theme-26-1-0/29477/2 "2025-01-24T05:43:18Z")

</div>

There isn’t many things about this in the documentation : [Themes based on React](https://www.keycloak.org/docs/latest/server_development/#_theme_react)

But it points to a repo with this example, maybe that could help : [keycloak-quickstarts/extension/extend-admin-console-spi at main · keycloak/keycloak-quickstarts · GitHub](https://github.com/keycloak/keycloak-quickstarts/tree/main/extension/extend-admin-console-spi)

---

<div class="post-metadata">

### Author: ![syu1](https://avatars.discourse-cdn.com/v4/letter/s/8e8cbc/32.png) [@syu1](https://forum.keycloak.org/u/syu1)
#### Post date: [January 24, 2025, 6:29am UTC](https://forum.keycloak.org/t/customizing-the-admin-console-theme-26-1-0/29477/3 "2025-01-24T06:29:48Z")

</div>

Thanks for your help. It is useful
