avacocloud/xhttp-installer — explained in plain English
Analysis updated 2026-05-18
Set up a private VLESS proxy server on a fresh Ubuntu VPS without manual configuration.
Hide a proxy server's real IP address behind a Vercel or Netlify relay.
Generate a ready-to-use proxy connection link for clients like v2rayN, Nekoray, or Hiddify.
| avacocloud/xhttp-installer | sxyazi/free-hls | anthropics/launch-your-agent | |
|---|---|---|---|
| Stars | 510 | 612 | 678 |
| Language | HTML | HTML | HTML |
| Last pushed | — | 2022-03-31 | 2026-07-02 |
| Maintenance | — | Dormant | Active |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 4/5 | 3/5 | 3/5 |
| Audience | ops devops | developer | pm founder |
Figures from each repo's GitHub metadata at analysis time.
Requires a fresh Ubuntu 20.04+ server with root access plus a Vercel or Netlify account and API token.
XHTTP-Installer is a bash script that automates setting up a VLESS proxy server on an Ubuntu machine, using the XHTTP transport with TLS encryption, and routing traffic through a free relay hosted on Vercel or Netlify. Instead of clients connecting straight to the server, which would expose its IP address and make it easier to detect or block, traffic passes through those well known CDN platforms first, which act as a middleman and hide the real server behind trusted infrastructure. The installer walks through the whole setup in one run. It checks that the system meets requirements, such as running Ubuntu 20.04 or newer with root access and open ports 80 and 443, fixing port conflicts automatically where it can. It installs the needed tools, including the Xray proxy engine, the acme.sh certificate tool, and either the Vercel or Netlify command line tool depending on which platform is chosen. It then obtains a free SSL certificate from Let's Encrypt, configures Xray with a generated identifier, deploys the relay code to the chosen CDN platform using an API token supplied by the user, and runs an end to end connectivity test to confirm everything works before finishing. Running it is a single command that downloads and executes the script directly from GitHub. The script asks a few interactive questions, such as which platform to use, the domain name, and the platform's API token, then completes the rest on its own. When it finishes, it prints a ready to use vless:// connection link along with test results, which can be pasted into compatible client apps such as v2rayN, Nekoray, or Hiddify. A full log of the installation is also saved on the server for troubleshooting.
A bash script that automatically sets up a VLESS proxy server on Ubuntu and hides it behind a free Vercel or Netlify relay.
Mainly HTML. The stack also includes Bash, Xray-core, Node.js.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.