Add commercial license mention

This commit is contained in:
braginini
2026-02-10 22:31:23 +01:00
parent 2866a42651
commit 67856f8f6a

View File

@@ -356,6 +356,8 @@ sudo netbird service reconfigure --service-env NB_FORCE_RELAY=false
In most deployments, the embedded Signal server works well and does not need to be extracted. Consider running an external Signal server if you want to separate it from the Management server for organizational or infrastructure reasons.
Unlike relay servers, the Signal server cannot be replicated as it maintains in-memory connection state. If you need high-availability active-active mode for both Management and Signal, this is available through an [enterprise commercial license](https://netbird.io/pricing#on-prem).
<Warning>
Changing the Signal server URL requires all clients to restart. After updating the configuration, each client must run `netbird down` followed by `netbird up` to reconnect to the new Signal server. This limitation will be addressed in a future client release.
</Warning>