Registry settings (deprecated)
Registry-based configuration is deprecated and retained for knowledge and backward compatibility purposes only.
Omada recommends using configuration files (such as Web.config and Omada.OE.Service.exe.config) instead of Windows Registry settings whenever supported.
For more information, refer to the Web.config configuration settings documentation.
Overview
Historically, several Omada components supported configuration through Windows Registry settings.
This approach is no longer recommended for new installations or upgrades. Configuration files provide:
- simpler deployment management
- improved transparency
- easier automation
- better version control support
- reduced dependency on Windows Registry modifications
Use configuration files instead of registry settings whenever possible.
Existing registry-based configurations may continue to function for backward compatibility, but future versions may remove support for some registry keys.
Migration guidance
If you currently use registry-based configuration:
- Review whether the setting is supported in configuration files.
- Move the configuration to the appropriate
.configorWeb.configfile. - Remove obsolete registry entries where applicable.
- Restart the affected service.
Legacy registry settings reference
The following settings are documented for existing legacy deployments only.
The registry settings are found in the Registry path HKEY_LOCAL_MACHINE\SOFTWARE\Omada\Omada Enterprise\{OmadaIdentity-Version}.
For information about making changes to the Windows Registry, see the Microsoft Support article.