explaingit

internetkafe/internetkafexhttp

Analysis updated 2026-05-18

59Audience · ops devopsComplexity · 3/5LicenseSetup · moderate

TLDR

A ready made Xray server configuration for the remnawave panel that disguises an encrypted VLESS tunnel as normal HTTPS browsing to get past network blocking.

Mindmap

mindmap
  root((InternetkafeXHTTP))
    What it does
      Disguises VLESS as HTTPS
      Works with remnawave panel
    Tech stack
      Xray-core
      VLESS protocol
      REALITY
      xHTTP transport
    Use cases
      Bypass DPI blocking
      Private encrypted tunnel
      Traffic obfuscation study
    Audience
      Network and ops engineers
    Techniques
      Uncommon port
      Borrowed TLS certificate
      FakeDNS
      Decoy UDP traffic

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Deploy a private VLESS tunnel that disguises itself as normal HTTPS traffic to a real website.

USE CASE 2

Run a remnawave backed proxy that resists common deep packet inspection blocking.

USE CASE 3

Use REALITY to borrow a real site's TLS certificate so a tunnel looks legitimate.

USE CASE 4

Study the handshake sequence to understand how traffic obfuscation techniques like xHTTP work.

What is it built with?

Xray-coreVLESSREALITYxHTTP

How does it compare?

internetkafe/internetkafexhttpandrewrk/mcserveangais/fable5-mc
Stars595959
LanguageJavaScriptJavaScript
Last pushed2013-04-10
MaintenanceDormant
Setup difficultymoderatemoderateeasy
Complexity3/53/52/5
Audienceops devopsops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Requires a remnawave panel and a real domain to borrow a certificate from via REALITY.

Free to use, modify, and share, including commercially, as long as the copyright notice is kept.

In plain English

InternetkafeXHTTP is a ready made server configuration file for Xray, an open source proxy engine, set up to work with a panel system called remnawave. Its purpose is to create a private, encrypted tunnel that is designed to look like normal HTTPS web browsing to anyone inspecting the network traffic, which is a common approach in regions where internet providers try to detect and block VPN or proxy connections. The configuration combines several techniques. It listens on an uncommon high port, 47222, rather than a typical port, so it falls outside where most inspection tools focus their attention. It uses a feature called REALITY, which borrows the real TLS certificate of an existing website, in this case sempre.moscow, so a connection looks like it is genuinely reaching that site. On top of that it wraps the traffic in xHTTP, a transport that reshapes the connection into ordinary looking HTTP requests with browser style headers. A FakeDNS feature keeps the real domain name lookups hidden inside the tunnel itself, and a small amount of decoy UDP traffic is added to make the connection's overall pattern look less distinct. The README, written in Russian, walks through the handshake step by step: a normal TCP connection opens on the chosen port, the client sends a TLS Client Hello naming the cover site, the server answers with that site's real certificate through REALITY, and only after that does the encrypted VLESS traffic begin flowing inside HTTP looking frames. The README also mentions a rule intended to avoid drawing attention through torrent style peer to peer traffic, and a timeout policy that keeps the connection's timing similar to ordinary browsing. The project is released under a permissive style MIT license.

Copy-paste prompts

Prompt 1
Explain how REALITY lets this Xray config borrow the TLS certificate of a real website.
Prompt 2
Walk me through what happens step by step in the handshake this config describes.
Prompt 3
Help me understand what FakeDNS does and why it matters for this tunnel setup.
Prompt 4
Show me how xHTTP reshapes traffic to look like ordinary HTTP requests.

Frequently asked questions

What is internetkafexhttp?

A ready made Xray server configuration for the remnawave panel that disguises an encrypted VLESS tunnel as normal HTTPS browsing to get past network blocking.

What license does internetkafexhttp use?

Free to use, modify, and share, including commercially, as long as the copyright notice is kept.

How hard is internetkafexhttp to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is internetkafexhttp for?

Mainly ops devops.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.