The log at /var/log/vmware/snapservice/snap-service.log{"level":"error","message":"Failed to login to vc","error":"ServerFaultCode: Cannot complete login due to an incorrect user name or password."}
8.0
The service is using invalid or outdated credentials—either from the main compose configuration or from a previously generated secrets file—so vCenter rejects the login attempt.
vi /opt/vmware/snapservice/app/deployment/compose_snapservice_config.yaml
# under the vCenter login section, correct the username/password
rm -f /etc/vmware/secrets/snapservice/svc_account_credential
docker-compose -f /opt/vmware/snapservice/app/docker-compose.yaml down
docker-compose -f /opt/vmware/snapservice/app/docker-compose.yaml up -d
docker ps shows the snapservice container in the “Up” state and reviewing the startup logs for any remaining authentication errors.