Signup

The reason behind the signup page is to allow the creation of the first management user for less technical users that want to quickly login into the system.
Memphis is installed with a preconfigured root user that can be used for login into memphis.
Docker
Username:
root
Password:
memphis
Kubernetes
Username:
root
Password:
kubectl get secret memphis-creds -n memphis -o jsonpath="{.data.ROOT_PASSWORD}" | base64 --decode
Last modified 6mo ago