# Login into a specific realm

**URL:** https://forum.keycloak.org/t/login-into-a-specific-realm/18358
**Category:** Configuring the server
**Tags:** authentication, oidc
**Created:** [November 10, 2022, 5:48am UTC](https://forum.keycloak.org/t/login-into-a-specific-realm/18358 "2022-11-10T05:48:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![sheereen](https://avatars.discourse-cdn.com/v4/letter/s/bc79bd/32.png) [@sheereen](https://forum.keycloak.org/u/sheereen)
#### Post date: [November 10, 2022, 5:48am UTC](https://forum.keycloak.org/t/login-into-a-specific-realm/18358/1 "2022-11-10T05:48:04Z")

</div>

**When I access the Keycloak login page, and click on administration console → Login into master realm**

 ![image](https://global.discourse-cdn.com/free1/uploads/keycloak/original/2X/0/0158bf708045fd25f7bf9a4ee268091c528519e8.png)

 ![image](https://global.discourse-cdn.com/free1/uploads/keycloak/original/2X/5/52ae54a23f7b69fbcef9a437292c415a922f9b67.png)

I believe this is for admin access and control into the whole Keycloak instance.

Inside I created 2 realms, **c9** and **shiru**.

In a similar way, I want to log in as admin to **c9** and **shiru** (so that later I can give the admin access to these realms to the respective tenants and then they can control and manage roles for their applications).

How can I achieve the same?

Thanks

---

<div class="post-metadata">

### Author: ![kirkpabk](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/kirkpabk/32/9978_2.png) [@kirkpabk](https://forum.keycloak.org/u/kirkpabk)
#### Post date: [March 21, 2024, 4:58pm UTC](https://forum.keycloak.org/t/login-into-a-specific-realm/18358/2 "2024-03-21T16:58:03Z")

</div>

Did you ever get an answer for this? It’s a good question, but there doesn’t appear to be a good out-of-the-box answer for it. Community: Anyone know the answer to this?? Basically want to be able to have a landing page for each Realm.

---

<div class="post-metadata">

### Author: ![ThoreKr](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/thorekr/32/7713_2.png) [@ThoreKr](https://forum.keycloak.org/u/ThoreKr)
#### Post date: [March 21, 2024, 10:16pm UTC](https://forum.keycloak.org/t/login-into-a-specific-realm/18358/3 "2024-03-21T22:16:42Z")

</div>

There is the account console for each realm hosted under `https://<kc url>/realms/<realmname>/account/` and the individual admin console for each realm hosted unter `https://<kc url>/admin/<realmname>/console`

For the admin console you just need to assing the appropriate admin-console client roles to the respective users to manage that particular realm.

---

<div class="post-metadata">

### Author: ![kirkpabk](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/kirkpabk/32/9978_2.png) [@kirkpabk](https://forum.keycloak.org/u/kirkpabk)
#### Post date: [March 22, 2024, 12:47am UTC](https://forum.keycloak.org/t/login-into-a-specific-realm/18358/4 "2024-03-22T00:47:23Z")

</div>

Thanks, @ThoreKr - - just over thinking it I guess.
