Replies: 2 comments 4 replies
-
systemctl stop keycloak.service
cd /opt/keycloak/bin
./kc.sh bootstrap-admin user Fallow the instructions for adding a new temp admin user and password. systemctl start keycloak.service |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is the mix of both from above, it will ask you to either use the provided username or you can set it and then ask's for the password. It will both stop and start the service after you complete the interaction. Give the VM some time to come back online after starting. systemctl stop keycloak.service
cd /opt/keycloak/bin
./kc.sh bootstrap-admin user --bootstrap-admin-username=temp-admin --bootstrap-admin-password=changeme --optimized
systemctl start keycloak.service |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Follow the instructions, then:
Then, go to IP:8080/admin
Beta Was this translation helpful? Give feedback.
All reactions