Skip to content

Commit 7b10022

Browse files
committed
docs: add HWID format validation details to device limit documentation
1 parent 3dcf992 commit 7b10022

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/features/hwid-device-limit.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,20 @@ Remnawave is using these headers to identify the HWID and the device.
8282

8383
To enable support for the HWID feature in your client, the application should send the following headers when the user is adding the subscription.
8484

85+
### HWID Format
86+
87+
:::warning
88+
Starting from Remnawave Panel **v2.9.0**, the incoming `x-hwid` header is
89+
validated against the regular expression `/^[a-zA-Z0-9-]{16,64}$/`.
90+
91+
In simple terms: the HWID must be 16 to 64 characters long and may only
92+
contain Latin letters, digits, and hyphens.
93+
94+
If the HWID does not match, Remnawave ignores the header entirely.
95+
:::
96+
8597
```bash
86-
x-hwid: vfjdhk66csdjhk (minimum 6 characters)
98+
x-hwid: UE42LJXu4DbiCaBv
8799
x-device-os: iOS
88100
x-ver-os: 18.3
89101
x-device-model: Iphone 14 Pro Max

0 commit comments

Comments
 (0)