VLESS Monitoring

Real-time uptime monitoring for VLESS servers (Xray-core and V2Ray-core). Auto-detects vless:// URIs, supports XTLS/Vision flow and REALITY, and tests all common transports — raw, ws, grpc, xhttp, httpupgrade. Free for 5 monitors.

Why VLESS needs specialized monitoring

VLESS is a stateless Xray/V2Ray protocol designed to minimize detectable fingerprints. A typical deployment combines several layers:

Port probing tells you almost nothing. A VLESS server running REALITY on 443 is indistinguishable from a normal HTTPS web server at the TCP level — that's the entire point of REALITY. If the Xray process crashes but nginx is still running on 443 as a fallback, a naive monitor sees "up" while users see failed connections.

TunnelHQ parses the vless:// URI, performs the actual VLESS handshake over the correct transport with the correct security layer, and verifies that you get a real VLESS response — not a TLS handshake from a fallback website.

URI auto-detection

Paste any standard vless:// URI and TunnelHQ identifies the config parameters automatically:

vless://[email protected]:443?
  encryption=none&
  flow=xtls-rprx-vision&
  security=reality&
  sni=www.microsoft.com&
  pbk=aH5L8_JK2M...&
  sid=01ab&
  fp=chrome&
  type=tcp#Production-Server

From this, TunnelHQ extracts:

Supported VLESS configurations

Security layers

Transports

REALITY-aware checks

REALITY is deliberately hard to detect — but it's also unusually sensitive to misconfigs. Common failure modes TunnelHQ catches:

Pricing for VLESS monitoring

PlanVLESS MonitorsIntervalPrice
Free510 min$0
Starter205 min$12/mo or $84/yr
Pro1002 min$39/mo or $276/yr
Business5001 min$99/mo or $756/yr

FAQ

Does TunnelHQ monitor V2Ray's VLESS and Xray's VLESS the same way?

Yes. VLESS is a protocol spec; Xray and V2Ray both implement it. The same vless:// URI works on both.

Does subscription URL monitoring work for VLESS config bundles?

Yes. Paste your subscription URL and TunnelHQ polls it, auto-detects config changes (rotations, new servers, protocol swaps), and monitors each parsed config.

Can I monitor a VLESS server fronted by Cloudflare?

Yes — Cloudflare-fronted WebSocket and xhttp VLESS works. TunnelHQ follows the WS upgrade correctly and includes the right Host header.