Resetting the Console Password

If the customer chooses to secure their on-premise Replicated admin console with a
password they can reset that password (or switch the authentication type to
LDAP/unsecured) by visiting https://<server>/create-password.

If they are unable to remember the password (and hence unable to access the
/create-password page), they can also reset the password if they have sudo access
to the machine.

To do this they need to:

  1. Use the following command: replicatedctl console-auth reset to remove the password
  2. Visit https://<server>:8800/create-password to create a new password or connect LDAP.
1 Like

For some older versions of replicated where this command was not available the following can be run:

replicated auth reset
1 Like