Changing the Location of KeePass Configuration Files

Depending on your KeePass package (installer or portable), the default settings location may resolve to the installation directory or the user profile. This article explains how to locate the configuration file and shows how to move it to any directory of your choice.

The KeePass Config File

KeePass stores all settings in the file KeePass.config.xml. The location of this config file depends on your setup.

Locating the KeePass Config File

Short Answer

If you installed KeePass from the installer package, your config file is located in %APPDATA%\KeePass. If you installed KeePass from the portable ZIP package, your config file is located in the same directory as KeePass.exe.

Long Answer

The config file is searched in the directory of the KeePass.exe executable first. Only if a global file is present and contains the setting <PreferUserConfiguration>true</PreferUserConfiguration> does KeePass process per-user (local) configuration files. The KeePass installer package sets <PreferUserConfiguration> to true. The portable package does not contain a configuration file, so <PreferUserConfiguration> defaults to false. Per-user configuration files are stored in %APPDATA%\KeePass.

Changing the Location of the KeePass Config File

To specify an alternative location for the config file start KeePass from a shortcut with the -cfg-local command-line parameter. Example:

D:\Tools\KeePass\KeePass.exe -cfg-local:"d:\Data\Programconfig\KeePass\Machine1\KeePass.config.xml"

References

Comments

Related Posts

Obsidian: Getting Started With the Markdown Note-Taking App

Obsidian: Getting Started With the Markdown Note-Taking App
Ever since the original Microsoft OneNote was discontinued I’ve been on the lookout for my ideal note-taking app. Having settled on Markdown as the perfect file format I’ve tried numerous apps and occasionally blogged about the experience. In my quest to find the app that combines a great UX with elegant esthetics, speed and full keyboard control I’ve recently settled on a combination of Typora and Obsidian - none of which are perfect, but both are satisfying tools to use and they even complement each other. This article explains how to get started with Obsidian.
Applications

Latest Posts