vCenter 6.7 UI session timeout setting
y default, the vCenter web UI (Flash/Flex or HTML5) will kick users out after a certain period of inactivity. Usually, at least in my experience, users get kicked multiple times per day. Here's how to extend that timeout.
Environment: vCenter 6.7
Instructions
- SSH into your vCenter appliance
- Edit /etc/vmware/vsphere-ui/webclient.properties
Change the following line fromto
- Note: This value is in seconds. For example, a value of 600 equals 10 hours.
- Restart the HTML5 web UI:
- Restart the Flash (Flex) web UI:
- Done!
Comments
Post a Comment