Integrity requirements
Description
Environment:
- Remnawave Node: 2.7.0
- Docker image: remnawave/node:latest
- Xray version inside container: Xray 26.3.27 (Xray, Penetrates Everything.) d2758a0
- Protocol: Hysteria2
- OS: Ubuntu Linux
- Deployment: Docker, network_mode=host
Problem:
Hysteria2 works correctly and traffic passes, but connected users stay offline in panel/stats.
Observed behavior:
- Client connects successfully via Hysteria2
- Traffic passes correctly
- User remains offline in Remnawave panel
- The same server shows online status correctly for VLESS Reality
What was checked:
- UDP/443 was opened and verified
- tcpdump confirms Hysteria UDP traffic reaches the server
- Runtime Xray config contains the Hysteria inbound and the user
- StatsService is enabled
- statsUserOnline is enabled
- TLS certificate is valid
- The issue is reproducible on multiple clients
Important finding:
This matches Xray-core issue #5868:
XTLS/Xray-core#5868
That issue says Hysteria inbound does not populate online stats correctly.
The fix was merged in:
However, current Remnawave node images still ship:
- remnawave/node:latest -> Xray 26.3.27 d2758a0
- remnawave/node:dev -> Xray 26.3.27 d2758a0
So it seems current official node images still use an older Xray build without that fix.
Expected behavior:
Hysteria2 users should appear online in panel/stats the same way as VLESS Reality users.
Actual behavior:
Hysteria2 traffic works, but users remain offline in panel/stats.
Request:
Please update the node image to a newer Xray build that includes the fix for Xray-core issue #5868.
Reproduction Method
- Deploy Remnawave Node 2.7.0 using the current official image (
remnawave/node:latest).
- Configure a Hysteria2 inbound with one user.
- Make sure
StatsService is enabled and statsUserOnline: true is enabled in policy.
- Connect a client via Hysteria2 and generate traffic.
- Verify that traffic passes successfully.
- Check the Remnawave panel / online stats for that user.
- Observe that the user remains offline.
- Compare with VLESS Reality in the same environment: online status is shown correctly there.
Integrity requirements
Description
Environment:
Problem:
Hysteria2 works correctly and traffic passes, but connected users stay offline in panel/stats.
Observed behavior:
What was checked:
Important finding:
This matches Xray-core issue #5868:
XTLS/Xray-core#5868
That issue says Hysteria inbound does not populate online stats correctly.
The fix was merged in:
However, current Remnawave node images still ship:
So it seems current official node images still use an older Xray build without that fix.
Expected behavior:
Hysteria2 users should appear online in panel/stats the same way as VLESS Reality users.
Actual behavior:
Hysteria2 traffic works, but users remain offline in panel/stats.
Request:
Please update the node image to a newer Xray build that includes the fix for Xray-core issue #5868.
Reproduction Method
remnawave/node:latest).StatsServiceis enabled andstatsUserOnline: trueis enabled in policy.