Creating a New SecureTrack Administrator User

A SecureTrack administrator user is required for certain configuration settings.

Create a New Administrator User

  1. Connect to the remote server via SSH.
  2. Run the st_add_user command and follow the instructions in the wizard.

    [<ADMIN> ~]# kubectl exec -it deploy/keycloak-service -c keycloak-service -- manage_keycloak -r add_st_admin_user
    Username: <username>
    Password: <pwd>
    Confirm Password: <pwd>
    Admin user <username> is added.