【Xiao Bai can do it】——
This series is about operations without discussing the principles. As long as you can copy and paste, you can complete the operations in my video. However, since I don’t understand technology myself, if you encounter technical problems, you can only hope to save yourself in the comment section.
Hello, everyone.
In this video, let’s talk about
How to use cheap VPS to build your own Internet node
Say goodbye to unstable free Internet access
To do this, you just need to do the following:
First, there is a vps
Second, copy a line of code
Press Enter all the way to complete
If you want to be safer and don't want your vps IP to die young
Then you need a domain name and apply for a TLS certificate
First, we log in to our vps using finalshell
Some vps service providers, such as Amazon, Alibaba Cloud, etc.
The default login user is admin
This requires usSwitch to root user
The code is:sudo -i
Then copy the one-key build code of xui:
bash <(wget -qO- https://gitlab.com/rwkgyg/x-ui-yg/raw/main/install.sh 2>/dev/null)
We operate according to the two situations of no domain name and with domain name respectively.
The first one is without domain name
Just press Enter
The second type has a domain name
First go to cloudflare for domain name resolution
Then apply for a TLS certificate according to the option prompts
If you don't know how to resolve domain names, read this:《For Newbies! Domain Name Resolution and DNS Modification Tutorial》
xui quick open code:x-ui
After the installation is complete, we log in to the xui panel
First change your username and password
Then add the tls certificate location
If you are using the code I mentioned earlier, this is filled in by default.
Then, we create the node
Import the node into an Internet access tool, such as v2ray
Let's measure the speed
In about ten minutes, you can use vps to build your own node
Finally, regarding the choice of vps, I have written an article
How to buy a VPS? Three keywords: $10, unlimited traffic, clean IP
Friends who are interested can take a look
Well, if you find this video useful, please follow, bookmark and forward it.
byebye~
Self-use VPS, can unblock non-self-made dramas such as Netflix/Disney
Three lines of code used:
Switch root:sudo -i
Installation code:bash <(wget -qO- https://gitlab.com/rwkgyg/x-ui-yg/raw/main/install.sh 2>/dev/null)
quick login:x-ui
Hello, I would like to ask, why is the IP of the domain name resolution different from the local IP of the vps?
Do you use CF parsing? Do you have a proxy turned on? The one with the orange check mark is the default. Just turn it off. The proxy can speed up the process, you decide whether to turn it on or not.
Hello, I would like to ask, why is the IP of my domain name resolution different from the IP of my VPS?