Keycloak installation - bin/standalone.sh: Permission denied

Hey there,

I am following the installation guidelines of https://www.keycloak.org/getting-started/ and https://www.keycloak.org/docs/latest/server_installation/

Installation is happing on a root server with debian 10
JDK11 has been setup

After transfering the extracted directory of /keycloak-11.0.2
and when trying to execute

bin/standalone.sh

The Server response is:

bin/standalone.sh: Permission denied

What has to be done now?

The Standalone operating mode is what I’d like to try first…

Would be great if you could guide me with some hints in order to avoid the next show stoppers and basic mistakes with this…

Thanks a lot,
Yours Sascha

chmod a+rwx standalone.sh ?

Solved :slight_smile: