Help Center

Configure Push Relay

Configure Push Relay

By default, your self-hosted Bitwarden server is configured to communicate with Bitwarden's push relay service (https://push.bitwarden.com). You can optionally configure the server with your own push relay service or disable push relay entirely.

warning

Disabling push relay will prevent mobile apps from automatically syncing, however users will still be able to manually sync their vaults.

Change Push Relay Service

To configure the server with your own push relay service:

  1. Open ./bwdata/docker/global.env.

  2. Specify the URI of your push relay service in globalSettings__pushRelayBaseUri=.

  3. Run ./bitwarden.sh restart to apply your changes.

Disable Push Relay

To disable push relay for the server:

  1. Open ./bwdata/config.yml.

  2. Change the push_notifications: true attribute to false.

  3. Run ./bitwarden.sh rebuild to apply your changes.