404 when running Keycloak.X admin console

Hey there.

I am trying to setup the Keycloak.X preview server, but I cant access the admin console on the usual
http://localhost:8080/auth endpoint, I just get the generic keycloak “Page not found” page. Did the admin console move to a new address or am I missing some configuration? I ran ./kc.sh start-dev

Ok so i found out the admin console is not available over http, you need to use https. I setup keycloak.x in a docker to serve a self signed certificate on https over port 8443 and it worked. Examples on how to do this are in the official documentation.