# Admin console extension

**URL:** https://forum.keycloak.org/t/admin-console-extension/10743
**Category:** Extending the server
**Created:** [August 28, 2021, 4:06pm UTC](https://forum.keycloak.org/t/admin-console-extension/10743 "2021-08-28T16:06:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Cyben](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/cyben/32/2547_2.png) [@Cyben](https://forum.keycloak.org/u/Cyben)
#### Post date: [August 28, 2021, 4:06pm UTC](https://forum.keycloak.org/t/admin-console-extension/10743/1 "2021-08-28T16:06:18Z")

</div>

Hey, I would like to know how to add my own view in to the admin console.  
The only thing I found is this draft:

> [@\[SOLVED\] Is it possible to create new view in admin console as part of theme?](http://forum.keycloak.org/t/solved-is-it-possible-to-create-new-view-in-admin-console-as-part-of-theme/3409):
>
> Hello I want to add new view to admin console, with custom js, to display some specific data inside keycloak console. Documentation says it’s possible to replace specific views, but what about adding new ones? Also, in themes/admin there is no .ftl files, only index.ftl and .html ones in /templates. Is it possible to edit those via theme? Such change would require adding new .ftl to frontend files, extending router in app.js and overriding kc-menu.html. Is it possible without meddling with b…

Unfortunately I couldn’t get it working, so I would like to hear more about that with an explanation.
