Keycloak - Service / Admin Account #193
MickLesk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Copied from original post: tteck/Proxmox#2922
⚙️ 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