Trojan Monitoring

Real-time uptime monitoring for Trojan and Trojan-Go servers. TunnelHQ auto-detects trojan:// URIs, performs actual TLS handshakes with password verification, and supports WebSocket, gRPC, and raw TCP transports. Sub-second alerts, REST API, free for 5 monitors.

Why Trojan needs specialized monitoring

Trojan's entire design goal is to look exactly like normal HTTPS traffic. This is excellent for users but terrible for generic uptime monitors.

The whole protocol works by:

This means any TLS probe succeeds — you always get a valid handshake. Generic uptime monitors will report "up" whether the Trojan process is actually running or not. If Trojan has crashed but nginx is still serving the fallback website on 443, a port monitor says "up"; your Trojan users see failed connections.

TunnelHQ performs the actual Trojan password authentication handshake and verifies that you're connecting to a real Trojan server, not just a fallback website.

URI auto-detection

Paste any standard Trojan URI and TunnelHQ parses the config automatically:

trojan://[email protected]:443?
  security=tls&
  sni=server.example.com&
  type=ws&
  path=/tunnel&
  host=server.example.com#Production-Trojan

From this, TunnelHQ extracts:

Trojan vs Trojan-Go

Trojan-Go is a Go implementation with additional features (multiplexing via Mux, Shadowsocks-style AEAD fallback, WebSocket/gRPC transports). TunnelHQ handles both:

Common Trojan failure modes TunnelHQ catches

Pricing for Trojan monitoring

PlanTrojan 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

Can I monitor a Trojan server behind Cloudflare?

Yes for WebSocket-over-TLS Trojan — Cloudflare proxies WS fine. For raw TLS Trojan, Cloudflare terminates TLS at the edge, so the Trojan handshake can't pass through. Deploy WS transport if you want Cloudflare in front.

Does TunnelHQ work with the Trojan-Go Mux multiplexer?

Yes — the Mux layer is transparent to monitoring. TunnelHQ performs the Trojan auth handshake and then closes the connection; Mux logic happens post-auth.

Does subscription URL monitoring detect new Trojan configs?

Yes. Point TunnelHQ at your V2Ray/Clash subscription URL. It polls the URL, parses any Trojan (and VLESS, VMess, SS) configs inside, and auto-creates monitors for new ones.