logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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}}

See Also