docs: enhance hwid device limit documentation with emphasis on HWID requirement and error response

This commit is contained in:
kastov
2025-04-10 15:42:14 +03:00
parent aaa8872c21
commit 20a5ba078c

View File

@@ -19,9 +19,11 @@ Remnawave will use HWID and other headers to limit the number of devices that ca
Remnawave will strictly enforce the limit on the number of devices that can request a subscription.
:::danger
If `HWID_DEVICE_LIMIT_ENABLED` is set to `true`, it will be impossible to get a subscription if the client application does not send the HWID.
If `HWID_DEVICE_LIMIT_ENABLED` is set to `true`, it will be **impossible** to get a subscription if the client application does not send the HWID.
Enable only if you will use only supported applications.
Remnawave will return `404` error if the HWID is not sent.
:::
### .env configuration