You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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