Skip to main content

August 24, 2026

App Volumes Manager Configuration Settings Page

You can configure some of the settings directly from the CONFIGURATION > Settings page in the App Volumes Manager admin UI, and others through the environment variables.

Configuration Settings

To view and edit the settings, go to CONFIGURATION > Settings.

TypeValueDescription
General SettingsUI Session TimeoutThe duration for which App Volumes Manager remains active after the user logs in. The default value is 30 minutes.

This general setting is set through the SESSION_TIMEOUT system environment variable.
General SettingsCertificate Authority FilePath of the certificate file used by machine managers.

This general setting is set through the SSL_CERT_FILE system environment variable.
Volume MountingAPI MountingEnable the user to log in even if a Writable Volume cannot be attached to the user at the time of login.
Writable VolumesDelete ProtectionProtect volumes from getting deleted directly from storage.

This setting is set through the AVM_NO_PROTECT (or CV_NO_PROTECT) system environment variable.
Writable VolumesForce Reboot on ErrorIf a Writable Volume is assigned to a user, and the volume does not get attached to the user, the user has the option to reboot the machine.

This setting is set through the AVM_WRITABLE_REBOOT system environment variable.

Note: The AVM_WRITABLE_REBOOT does not apply to Writable Volumes conflicts. Writable Volumes conflicts are handled by the Block user login setting. For more information about Block user login setting, see Create a Writable Volume in App Volumes.
Writable Volume BackupsRegular backupsToggle the slider to activate or deactivate regular backups for Writable Volumes.
If enabled, Writable Volumes are backed up regularly based on the recurrent interval.
For example: Consider that the recurrent interval is set to 7 days. A Writable Volume is backed up if 7 days have elapsed since the last backup.

Backup is only performed for Writable Volumes that have been used at least once since the last backup.

Note: This setting is available for vCenter Server and ESXi(Single Host) machine manager types.

By default, this toggle is deactivated.
Writable Volume BackupsStorage LocationThe location where the volumes are backed up. For example: [xxx]AV-LUN.

Note: This setting is available only when the Regular backups setting is activated.
Writable Volume BackupsStorage PathName and path of the folder where the volumes are backed up. For example: cloudvolumes/writable_volumes_backup

Note: This setting is available only when the Regular backups setting is activated.
Active DirectoryNon-Domain EntitiesApp Volumes Manager expects Computer and User accounts to be members of a registered Active Directory domain. Computer start ups and user logins using local accounts are normally ignored.

Use this setting to allow or not allow non-domain entities to be listed in the Directory tab in App Volumes Manager.

If Allow is selected in the drop-down, then non-domain entities are allowed. App Volumes Manager creates a record for local entities when they are first detected. The local entity gets listed in the Directory tab and can have application packages assigned to itself from within the tab.

If the setting is later changed to Disallow, the local entities stop getting listed in the Online tab, but continue getting listed in the other Entity tabs.

By default, this setting is configured to Disallow.
[VHD] In-Guest ServicesDynamic File PermissionsUse this check box to dynamically control the permissions given to the App Volumes agent machines to access Writable Volumes when App Volumes is configured in the VHD in-guest mode.
  • When the Dynamic File Permissions check box is not selected, write permissions are required by agent machines, which must be configured by the App Volumes Manager administrator.
  • When the Dynamic File Permissions check box is selected, App Volumes Manager handles the permissions for the agent machines.
Agent Dialogs Configuration
  • Customize User Feedback Dialog

  • Customize Version Selection Dialog
These toggle buttons allow you to customize the user feedback dialog title, feedback dialog text box, and version selection dialog text box which are displayed to the end user on the agent computer.

The Customize User Feedback Dialog toggle button controls the text displayed in the User Feedback Dialog Title and User Feedback Dialog Text text boxes. These text boxes are displayed to the end user when the Prompt for Feedback toggle is turned on. For information about this toggle, see Seek App Volumes Application Usage Feedback from Users.

The Customize Version Selection Dialog toggle button controls the text displayed to the end user when multiple package versions of the application are available for selection. For information about assigning applications with multiple package versions to an entity, see Understanding Multiple Assignments.

Note: For any change in the agent dialog text to become effective for the end user, it might take a maximum of 10 minutes.
Advanced SettingsAgent Session CookieToggle the slider to activate or deactivate Agent Session Cookie. By default, this toggle is activated.

App Volumes uses a session cookie to optimize the communication between the App Volumes Manager and App Volumes Agent. If you have Agent session issues, you can use this setting to deactivate the session cookies.
Advanced SettingsVolume CacheToggle the slider to activate or deactivate volume cache. App Volumes caches application objects to improve performance. However, if you experience increased memory usage, consider deactivating volume caching.
Advanced SettingsToken AD queryToggle the slider to activate or deactivate token AD query. By default, this toggle is activated.

App Volumes queries for Active Directory group membership using cached object SIDs. Previous versions of App Volumes performed group membership queries against Active Directory domains directly and recursively. Deactivate token AD query to revert to the previous implementation.
Advanced SettingsVMDK Package Attachment ResiliencyIf this setting is turned on, any VMDK attachment failures are skipped and the remaining VMDK packages are attached. If this setting is turned off, no packages are attached during failures. When the setting is turned on, for package attachment resiliency to occur, ensure that you have the following system requirements:
  • VMware ESXi 8 Update 1 or later
  • VMware vCenter Server 8 Update 1 or later
  • VM version 20 or later
This advanced setting is visible only when the machine manager type is VMware vCenter Server and is not available for VHD In-Guest Services. By default, the setting is turned on.
Advanced SettingsShow Writable VolumesUse this toggle to control the visibility of UI elements related to Writable Volumes in the App Volumes Manager console.

Note: Turning on the toggle does not affect the functionality of Writable Volumes. All related virtualization, backup functions, and APIs continue working normally.

For a fresh install of App Volumes, this toggle is turned off by default. As a result, all Writable Volumes related UI elements such as the Inventory > Writables tab, Writable Templates at Configuration > Storage > Upload Templates, and so on remain hidden in the App Volumes Manager console. To make these UI elements visible, the toggle must be turned on.


For more information about this toggle and its behavior during upgrade, see Control the Visibility of Writable Volumes UI.
Advanced SettingPII LoggingBy default, Personally Identifiable Information (PII) data is not obfuscated in App Volumes Manager log files and the PII Logging toggle button is turned on.

To obfuscate PII data when the log level is INFO, turn off the toggle. When the toggle is turned off, the following information is obfuscated: username, user ID, IP address, hostname, machine name, email address (if present), MAC address (if logged), and any domain-specific identifier that allows user identification.

Note:
  • If the log level is DEBUG, PII is not obfuscated in the logs even when the toggle is turned off.
    By default, the log level is INFO. To change the log level, see this knowledge base article.
  • Whenever the toggle is changed, it is mandatory to restart App Volumes Manager service for the change to take effect.

This toggle is available only after configuring App Volumes Manager. Therefore, PII data can be obfuscated using the toggle only after configuration.

To obfuscate PII data before installing or upgrading App Volumes Manager, EnablePIILogging, a system environment variable can be used. If this environment variable is set to 0, then the default status of the PII Logging toggle in the UI is off after install or upgrade. As a result, PII data is obfuscated when the log level is INFO. If this setting is already present in the database, then the value of this setting overrides the value of the system environment variable.

Note: Enabling obfuscation either before or after an upgrade does not apply to existing PII data which is already logged in an earlier version. The existing PII data continues to remain visible in the logs. Obfuscation is applied only to newly logged PII data.

PII data can also be obfuscated in nginx.conf. For more information about how to obfuscate PII data in this configuration file, see Obfuscate PII Data in nginx Configuration File.
Advanced SettingsJoin the Omnissa CEIPApp Volumes participates in the Customer Experience Improvement Program (CEIP). Use this toggle to choose to participate or leave the CEIP program.

To join the CEIP program, turn on the toggle. You can leave the program anytime. To leave the program, turn off the toggle. By default, the toggle is turned on.

For more information about this program, see Join the Customer Experience Improvement Program (CEIP) for App Volumes.

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…