[keycloak-user] Administering keycloak without a local browser

Bruno Oliveira bruno at abstractj.org
Fri Mar 8 12:10:56 EST 2019


Hi Neil, try $KEYCLOAK_HOME/bin/standalone.sh -b 0.0.0.0. You should be
able to acces the Keycloak interface into your browser just pointing to
the IP address. Something like:

http://10.17.3.57:8080/auth

Regards your question, yes, you can do several things using the command
line. But it's just harder. Please, see our last up to date docs from here: 
https://www.keycloak.org/documentation.html

On 2019-03-08, Neil Youngman wrote:
> I am trying to work through the Getting Started Guide and not getting far.
> 
> The machine I am installing on does not have a local browser. The guide
> says I can add the initial admin user using the add-user-keycloak.sh
> script. I have done that, but subsequent steps then assume I can get into
> the console with a browser.
> 
> Is it possible to continue the set up from the command line or does almost
> everything require the web interface?
> 
> After some digging I found a pointer in the mailing list to
> https://www.keycloak.org/docs/3.0/server_installation/topics/network/bind-address.html.
> >From that I saw that I can use ./standalone.sh -b 10.17.3.57, which will
> allow me to continue with the tutorial, but I would like to know if there
> is a simple way to limit access to a few other hosts?
> 
> Neil Youngman
> _______________________________________________
> keycloak-user mailing list
> keycloak-user at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-user

-- 

abstractj


More information about the keycloak-user mailing list