Title: Setting up your own scientific Internet access method
Date: 2023-03-22 03:44:45
Tags:
- Tutorial
Reference article: https://v2rayssr.com/teach-vless.html
Buying a Domain#
Reference domain website: https://www.namesilo.com/cart
- Register an account.
- Purchase, cheap domains only require $1.88.
Buying a VPS#
VPS GO - Cheap VPS, VPS Recommendations, US Hosts, Hong Kong Servers, VPS Tutorials
I chose this one.
Successfully purchased and configured SSH (The one I bought will send you an email with the IP and password)
Bind DNS and ping the domain name
Open the console
ping your domain name
After successful ping, we continue to configure the VPS server
apt update -y # Debian/Ubuntu command
apt install -y curl socat #Debian/Ubuntu command
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh) #X-ui panel installation
Feels a bit slow 😂
Configure Qv2Ray
Approximately as shown in the above figure, fill in your own domain name, and fill in your own domain name for Request Header.
The so-called "rescue junk VPS" in the tutorial doesn't seem to have much effect!!
If there is a missing core file
Download V2raycore 4.4.5, then unzip it to the same folder as Qv2Ray.
It is recommended to use other proxies
For example, Clash, etc.
In summary, the one I built can only be used temporarily. I still have to use an airport for regular use. Do you have any good airport recommendations for me as a newbie? You can recommend it to me in the comments👀
PS: I don't know if it's a problem with the server I bought or something else, but it took half a day and I still couldn't adjust the speed. The fastest speed was only 1M+.
However, are there still people who don't know how to access the Internet scientifically? That's really a pity!