Skip to main content
This documentation is for Speckle Enterprise customers only.:Please note that these configuration are not yet supported in all connectors.
Please contact your Speckle representative for more information.:

Disable Update Notifications

When an update is available, users will see a notification in the connector’s UI, prompting them to update. For IT managed environments where the end-user is not empowered to update connectors via our exe installers, then these notifications can be disabled by writing a registry key in either HKEY_CURRENT_USER\Software\Speckle\Connector Config\Global or HKEY_LOCAL_MACHINE\Software\Speckle\Connector Config\Global, or as an environment variable.
  • Value name: SPECKLE_IS_UPDATE_NOTIFICATION_DISABLED
  • Value type: REG_SZ
  • Value data: True

Self-hosting Speckle Server

Configures the default Speckle server URL when authenticating a connector. This will default to our https://app.speckle.systems unless configured otherwise. Regardless of configuration users are able to authenticate any account with any compatible Speckle Server. This configuration can be written to either HKEY_CURRENT_USER\Software\Speckle\Connector Config\Global or HKEY_LOCAL_MACHINE\Software\Speckle\Connector Config\Global, or as an environment variable.
  • Value name: SPECKLE_DEFAULT_SPECKLE_SERVER_URL
  • Value type: REG_SZ
  • Value data: https://speckle.myenterprise.example (replace with the url of your speckle server deployment)

Self-hosting Desktop UI

Connectors will load our official UI deployment https://dui.speckle.systems unless configured otherwise. For enterprise customers who are licenced to self host Desktop UI, this configuration can be written to either HKEY_CURRENT_USER\Software\Speckle\Connector Config\Global or HKEY_LOCAL_MACHINE\Software\Speckle\Connector Config\Global, or as an environment variable.
  • Value name: SPECKLE_DUI_URL
  • Value type: REG_SZ
  • Value data: https://dui.myenterprise.example (replace with url of your ui deployment)
Last modified on July 18, 2026