Quick Tip: Configure NSX Manager GUI Idle Timeout

The NSX Manager Web-UI has a default timeout of 1800 seconds. i.e., the NSX Manager UI will time out after 30 minutes of inactivity. This timeout looks reasonable for a production deployment, but since security is not an issue in lab settings, you might want to change it to a little bit higher. On top of that, it is annoying to get kicked out of the UI after 30 minutes of idle session.

In this post, I will demonstrate how you can change the timeout value.

Run the command get service http to see the currently configured value:

Run the command set service http session-timeout 0 to fully remove the session timeout.

You can run the get command again to verify that the settings have taken effect.

Note: The service is restarted upon executing the set command, and it can take a few seconds for the newly configured timeout values to take effect.

Setting default session timeout to a custom value

The timeout can also be customized by specifying a value in seconds. For instance, use the command set service http session-timeout 300 to set the timeout to five minutes.

Leave a Reply