vCenter Change FQDN/URL for Login

# Stop vCenter UI
service-control --stop vsphere-ui

# Backup Config
cp /etc/vmware/vsphere-ui/webclient.properties /root/webclient.proberties.BAK.$(date +%s)

# Edit File and uncomment settings + add domains
vi /etc/vmware/vsphere-ui/webclient.properties
##################
sso.serviceprovider.alias.whitelist=vcenter,vcenter.domain.local
##################

# Start vCenter UI
service-control --start vsphere-ui


Leave a Reply

Your email address will not be published. Required fields are marked *