For the complete documentation index, see llms.txt. This page is also available as Markdown.

Devolutions Password Manager pre-configuration quick start

Learn how to quickly deploy Devolutions Password Manager with pre-configured workspaces and settings across across across Windows endpoints.

See Devolutions Password Manager pre-configuration for more detailed instructions, troubleshooting, and advanced scenarios.

What is pre-configuration

Pre-configuration allows you to deploy Devolutions Password Manager Windows app with:

  • Workspaces already configured (Devolutions Server, Devolutions Cloud)

  • Application settings pre-applied (language, security, locking options)

  • Zero user setup required; users launch and are immediately productive

Quick start: choose your method

For enterprise deployment (Intune/SCCM)

  • Use DEPLOY_CONFIG for automated deployments: Recommended for Intune, SCCM, silent installs

msiexec /i Workspace.msi /qn DEPLOY_CONFIG="C:\path\to\Config.cfg"

Why DEPLOY_CONFIG?

  • Works reliably in automated/silent installs

  • Applies to all users on the machine

  • No user context issues

  • Automatically cleans up source config file

Where to get Config.cfg?

For Simple deployments

  • Use inline MSI parameters for quick deployments

Quick examples

Example 1: Deploy Devolutions Server with settings

Example 2: Deploy Devolutions Cloud

Example 3: Deploy using config file

Configuration file format

Configuration files (.cfg) use JSON format:

  • Multiple servers: Add more objects to the dvls array.

Microsoft Intune deployment

Quick steps

  1. Prepare files:

  • Workspace.msi

  • config.cfg

  • Install-Workspace.ps1 (see below)

  1. PowerShell script (Install-Workspace.ps1):

  1. Create .intunewin package:

  1. Configure in Intune:

  • Install command: `powershell.exe -ExecutionPolicy Bypass -File .\Install-Workspace.ps1

  • Uninstall command: msiexec.exe /x {PRODUCT-CODE-GUID} /qn /norestart

  • Install behavior: System

  • Detection rule: MSI (Intune auto-detects the product code)

  • What happens on the endpoint: Intune runs the script, which copies config.cfg to C:\Program Files\ and installs the MSI with DEPLOY_CONFIG. The MSI applies the configuration, and users get a fully configured app on first launch

File locations

  • System-wide (all users): %ProgramData%\net.devolutions\Workspace\DefaultConfig.cfg

  • Per-user: %APPDATA%\net.devolutions\Workspace\Config.cfg

  • Note: System-wide requires config.ready indicator file in same directory

Common settings

Security settings

Locking options

  • password - Master password

  • biometric - Fingerprint/Face ID

  • windowsCredentials - Windows Hello

Language codes

en-US, fr, de, es, cs, hu, it, nl, pl, ru, sv, tr, uk, zh-CHS, zh-TW

Troubleshooting quick fixes

Config not applied

  • Check if the config.ready file exists next to DefaultConfig.cfg

  • Validate JSON syntax (no trailing commas)

  • Check file permissions

Intune deployment failing

  • Use DEPLOY_CONFIG (not USER_CONFIG)

  • Package both .msi and .cfg together

  • Use /l*v install.log to capture detailed logs

Settings not persisting

  • System configuration only applies if user configuration doesn't exist

  • Once user modifies settings, they are saved to user config and override system defaults.

Decision tree

Support & Resources

Last updated

Was this helpful?