Skip to content

free-the-internet/Vmess-h2-tls-easy-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vmess + H2 + TLS easy install

Easy Setup Of Vmess + H2 + TLS with The Latest Xray

What do you need?

  1. For sure a VPS; a cheap one with minimum 384 MB of memory, with ports 80 and 443 open (approximate price: > 1$/month. advice: get an EU server).
  2. Debian or Ubuntu with a root account.
  3. A domain. Go to register one for free on Freenom: https://www.freenom.com, or buy one from any sources you know.
  • Select .ml for certain countries that censor blocks the domains based on suffixes.
  1. Add the Public Ip Address of your server to your domain while registering on Freenom. You can also add them later on in the DNS records section of domain management.
  • For Freenom, add your Public Ip while registering by filling in both IP address fields.

Setup your proxy server

  1. Login to your server as root user by ssh (or VNC, telnet, etc.).
  2. You may first need to install curl (apt install curl)
  3. Open a Terminal window and run the following:
bash <(curl -s https://raw.githubusercontent.com/free-the-internet/Vmess-h2-tls-easy-install/main/vmess_install.sh)

or

bash <(curl -s https://raw.githubusercontent.com/free-the-internet/Vmess-h2-tls-easy-install/main/vless_install.sh)

Adding clients

There is a script. It creates a new user, restarts the service and prints base64 and info of the newly generated client.

Download it to your favorite directory using the following command:

curl -O https://raw.githubusercontent.com/free-the-internet/Vmess-h2-tls-easy-install/main/add_user.sh

Change directory to the choosen directory and and run it by bash add_user.sh

Client software

Android

  1. Googleplay: https://play.google.com/store/apps/details?id=com.v2ray.ang
  2. APK: https://github.com/2dust/v2rayNG/releases
  • After installation, go to Settings and change "Remote DNS" to 8.8.8.8.
  • uTLS options need to be set to chrome, firefox or sometimes to random.

Windows

https://github.com/2dust/v2rayN/releases

Apple

About

Easy Setup Of Vmess + H2 + TLS with The Latest Xray

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages