Get the initial admin password:
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
Log in:
https://argocd.<YourDomain>adminAfter logging in, change the password in the UI (User Info -> Update Password).