Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to change default port 8080 of "quarkus keycloak" in windows

Whenever I am trying to run the command -

kc.bat start-dev --http-port="port number

its showing some error called

unmatched argument at index 3: "port number
like image 669
Ashis Patra Avatar asked Nov 15 '25 03:11

Ashis Patra


1 Answers

The property needs to be set in keycloak.conf file available under keycloak/conf folder.
Along with several other properties just add
http-port=PORT NUMBER
and this will work every time.
More info can be found here -> https://www.keycloak.org/server/all-config

like image 133
Umakanth Avatar answered Nov 17 '25 22:11

Umakanth



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!