Keycloak Admin - Control Keycloak Server | Online Free DevTools by Hexmos
Control Keycloak server administration with Keycloak Admin CLI. Manage users, realms, and configurations using the command line. Free online tool, no registration required.
kcadm-sh
Perform administration tasks. More information: https://www.keycloak.org/docs/latest/server_admin/#admin-cli.
- Start an authenticated session:
kcadm.sh config credentials --server {{host}} --realm {{realm_name}} --user {{username}} --password {{password}}
- Create a user:
kcadm.sh create users -s username={{username}} -r {{realm_name}}
- List all realms:
kcadm.sh get realms
- Update a realm with JSON config:
kcadm.sh update realms/{{realm_name}} -f {{path/to/file.json}}
