当前位置:网站首页 > 更多 > web > 正文

[科学上网] VPS搭建科学上网翻墙节点【保姆级教程】,使用x-ui面板,自建机场,秒开4K

作者:CC下载站 日期:2023-08-22 13:00:00 浏览:9 分类:web

点此链接注册购买有优惠http://bit.ly/3GlfucW

SSH链接VPS

1
2
3
4
# -p 是端口号,如果是22默认端口号则不需要输入
# root是用户名,默认分配的用户名是root
ssh -p 2744 [email protected]
# 输入密码

安装x-ui面板

github开源地址:https://github.com/FranzKafkaYu/x-ui

安装命令

1
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)

安装证书

1
2
3
4
5
6
7
8
#安装证书所需脚本工具:
curl https://get.acme.sh | sh; apt install socat -y || yum install socat -y; ~/.acme.sh/acme.sh --set-default-ca --server letsencrypt

#申请证书: 
~/.acme.sh/acme.sh  --issue -d 你的域名 --standalone -k ec-256 --force --insecure

#安装证书:
~/.acme.sh/acme.sh --install-cert -d 你的域名 --ecc --key-file /etc/x-ui/server.key --fullchain-file /etc/x-ui/server.crt

端口检测

https://tcp.ping.pe/

搜索框输入 ip:port,比如 1.2.3.4:80,如果全是绿色的就是联通,全是红色代表你的端口不可访问,可能端口上没有服务,也可能是没开启安全组。

如果部分绿色(国外坐标),部分红色(国内坐标),代表端口被封,尝试换一个端口重新搭建节点。

各平台客户端

  • Windows(v2rayN):https://github.com/2dust/v2rayN/releases/tag/6.23
  • Android(v2rayNG):https://github.com/2dust/v2rayNG/releases/tag/1.8.5
  • IOS(shadowrocket):https://apps.apple.com/app/shadowrocket/id932747118

美国区苹果ID注册并下载Shadowrocket

https://www.techxiaofei.com/post/tools/appid/

您需要 登录账户 后才能发表评论

取消回复欢迎 发表评论:

关灯