Access AMDC Offline

Once the installation is complete, you must retrieve the administrator credentials.

  • Execute the following commands in the terminal to retrieve the Admin Dashboard credentials. In a command prompt, enter:

    For username: kubectl get secrets kratos-init-credentials --template={{".data.username"}} -n appc | base64 -d #

    For password: kubectl get secrets kratos-init-credentials --template={{".data.password"}} -n appc | base64 -d

  • The terminal provides the username and password.