This repository has been archived by the owner on Nov 2, 2024. It is now read-only.
Keycloak #2922
Keycloak
#2922
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
⚙️ Initial Login
A service admin account created using the method below should be temporary. This means the account should exist only for the duration necessary to perform operations needed to gain permanent and more secure admin access.
Execute the following in the Keycloak LXC console.
systemctl stop keycloak.service cd /opt/keycloak bin/kc.sh bootstrap-admin user --bootstrap-admin-username temp-admin --bootstrap-admin-password changeme systemctl start keycloak.service
Then, go to
IP:8080/admin
Beta Was this translation helpful? Give feedback.
All reactions