使用过程中遇到问题,欢迎到 网络跳越论坛 或 tg群组https://t.me/hijkclub 交流,或关注Youtube频道:网络跳越
Xray项目已经确定独自运作,目前最新版是1.1.2版本。根据测试数据,服务端direct+客户端使用splice后性能比VLESS裸奔还要强上一倍,已经远超trojan/trojan-go,非常推荐使用。
本文的Xray一键脚本可以配置常规VMESS协议、VMESS+KCP、VMESS+websocket+TLS+Nginx、VLESS+TCP+XTLS、VLESS+TCP+TLS、trojan、trojan+XTLS等多种组合,支持CentOS 7/8、Ubuntu 16.04、Debian 8及新版系统。
Xray一键脚本使用方法
Xray一键脚本使用步骤如下:
1. 准备一个境外服务器,想服务器速度快请参考 搬瓦工VPS购买教程 或从 CN2 GIA VPS商家推荐 选购,想ip被封后免费换请参考:购买vultr服务器超详细图文教程。
如果用VMESS+WS+TLS或者VLESS系列协议,则还需一个域名。对域名没有要求,国内/国外注册的都可以,不需要备案,不会影响使用,也不会带来安全/隐私上的问题。购买域名可参考:Namesilo购买域名详细教程。
值得一提的是本Xray一键脚本支持ipv6 only服务器,但是不建议用只有ipv6的VPS用来科学上网。
2. 如果vps运营商开启了防火墙(阿里云、Ucloud、腾讯云、AWS、GCP等商家默认有,搬瓦工/hostdare/vultr等商家默认关闭),请先登录vps管理后台放行80和443端口,否则可能会导致获取证书失败。此外,本脚本支持上传自定义证书,可跳过申请证书这一步,也可用在NAT VPS上。
3. ssh连接到服务器。Windows系统请参考 Bitvise连接Linux服务器教程,mac用户请参考 Mac电脑连接Linux教程。
4. 复制(或手动输入)下面命令到终端
bash <(curl -sL https://s.hijk.art/xray.sh)
按回车键,将出现如下操作菜单。如果菜单没出现,CentOS系统请输入 yum install -y curl
,Ubuntu/Debian系统请输入 sudo apt install -y curl
,然后再次运行上面的命令:
本Xray一键脚本目前支持以下组合方式:
- VMESS,即最普通的V2ray服务器,没有伪装,也不是VLESS
- VMESS+KCP,传输协议使用mKCP,VPS线路不好时可能有奇效
- VMESS+TCP+TLS,带伪装的V2ray,不能过CDN中转
- VMESS+WS+TLS,即最通用的V2ray伪装方式,能过CDN中转,推荐使用
- VLESS+KCP,传输协议使用mKCP
- VLESS+TCP+TLS,通用的VLESS版本,不能过CDN中转,但比VMESS+TCP+TLS方式性能更好
- VLESS+WS+TLS,基于websocket的V2ray伪装VLESS版本,能过CDN中转,有过CDN情况下推荐使用
- VLESS+TCP+XTLS,目前最强悍的VLESS+XTLS组合,强力推荐使用(但是支持的客户端少一些)
- trojan,轻量级的伪装协议
- trojan+XTLS,trojan加强版,使用XTLS技术来提升性能
注意:目前一些客户端不支持VLESS协议,或者不支持XTLS,请按照自己的情况选择组合
5. 按照自己的需求选择一个方式。例如6,然后回车。接着脚本会让你输入一些信息,也可以直接按回车使用默认值。需要注意的是,对于要输入伪装域名的情况,如果服务器上有网站在运行,请联系运维再执行脚本,否则可能导致原来网站无法访问!
6. 脚本接下来自动运行,一切顺利的话结束后会输出配置信息:
到此服务端配置完毕,服务器可能会自动重启(没提示重启则不需要),windows终端出现“disconnected”,mac出现“closed by remote host”说明服务器成功重启了。
对于VLESS协议、VMESS+WS+TLS的组合,网页上输入伪装域名,能正常打开伪装站,说明服务端已经正确配置好。如果运行过程中出现问题,请在本页面下方查找解决方法或留言。
Xray一键脚本其他事项
服务端配置好后,如果想使用CloudFlare等CDN中转(必须是WS版才可以),请参考:使用cloudflare中转流量,拯救被墙ip;
本脚本默认使用的加速技术是BBR,换成魔改BBR/BBR Plus/锐速清参考:安装魔改BBR/BBR Plus/锐速(Lotserver)。
如果伪装站类型没有你满意的,比如你想搭建WordPress博客,请参考:V2ray伪装建站教程。
对于使用TLS的方式,脚本默认会申请域名证书,证书存放在和xray配置文件同一个文件夹内(即/usr/local/etc/xray
目录下)。证书会自动更新,如果客户端突然无法使用,请打开伪装网站查看是否能正常打开。如果证书已过期,请再次运行上面的脚本重新配置。
最后,刚搭建好Xray后不要猛上流量,否则会导致被限速、端口被墙,严重可能导致ip被墙。
接下来是配置客户端,下载客户端和配置教程请参考:
祝大家使用愉快。如有问题请在页面下方留言,也欢迎到 网络跳越论坛 或 tg群组https://t.me/hijkclub 交流,或关注Youtube频道:网络跳越。
128 条评论
Jaleo · 2020年12月28日 13:59
请问 trojan+xtls这是什么组合 trojan也能支持xtls吗?
威龙 · 2020年12月28日 15:20
支持的
wangking · 2020年12月26日 19:25
xray 有新流控协议了 xtls-rprx-splice 希望大佬能更新一下脚本 支持一下,因为新留空可以增强速度。谢谢大佬
威龙 · 2020年12月26日 20:45
splice针对的客户端,服务端用不到
leilei · 2021年1月3日 11:58
获取证书失败
威龙 · 2021年1月3日 12:09
给具体错误信息
SD · 2020年12月26日 05:39
请问,将来需要维护服务端时,比如更新、重启啥的,都必须使用bash命令吗?
可否像以前的V2RAY一样,安装完毕后直接输入v2ray回车即可出现菜单呢?
谢谢!
威龙 · 2020年12月26日 10:25
目前改了,必须得输入bash命令才行
偶可是我 · 2020年12月25日 14:05
有没有自动生成配置的二维码或者专属连接?
威龙 · 2020年12月25日 14:10
vmess协议有,其他没有
偶可是我 · 2020年12月25日 14:04
重启VPS后怎么进入到脚本主页面?
威龙 · 2020年12月25日 14:10
再次运行脚本
moon · 2020年12月24日 18:58
xray服务起来了,也可以正常访问出去,但是伪装站打不开,求解答
威龙 · 2020年12月24日 18:59
防火墙没打开,或者ip被墙了
moon · 2020年12月24日 19:13
我的nginx好像没起来,是这个问题嘛?而且我运行这个脚本,域名解析出来只有v6的地址,这是啥情况丫
威龙 · 2020年12月24日 19:14
说明你的是纯ipv6 vps
moon · 2020年12月24日 19:15
不是,dmit的vps,有v4,我ping域名是v4,但是wget就是v6,我裂开了
威龙 · 2020年12月24日 20:16
这个关注不大
六月 · 2020年12月22日 11:19
dial tcp 8.210.188.240:6474: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
2020/12/22 11:16:51 [Warning] [620532548] v2ray.com/core/app/proxyman/outbound: failed to process outbound traffic > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://8.210.188.240:6474/dasasa12312): > dial tcp 8.210.188.240:6474: i/o timeout v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://8.210.188.240:6474/dasasa12312): > dial tcp 8.210.188.240:6474: operation was canceled] > v2ray.com/core/common/retry: all retry attempts failed
大佬给看看啊
威龙 · 2020年12月22日 12:11
vps网页后台没放行防火墙
六月 · 2020年12月22日 13:20
我放行了啊 应该是ip冲突了 我退款重新买个vps再试试
威龙 · 2020年12月22日 14:51
应该不是ip冲突,你用正常的443端口试试呗
六月 · 2020年12月22日 15:55
我换了个服务器ip立刻就好了 我原来那个ip 用xshell都登录不上去 但是ping能ping通 我也不知道这是什么原因 百度说是ip冲突 换了新的ip立刻就好了 这次用了你的新脚本 速度比之前快了
六月 · 2020年12月22日 00:46
大佬 能给个qq吗 我这边搭建成功以后 上不去 伪装网页也不显示
威龙 · 2020年12月22日 01:04
有啥提示?
六月 · 2020年12月22日 10:47
就是什么提示没有 伪装网页也能上去 ip也能ping 就是连接不上 所以我想你qq指导我一下
威龙 · 2020年12月22日 10:49
伪装网页能打开就说明是客户端配置错了
六月 · 2020年12月22日 11:08
我发了下错误提示 大佬你给看看?
六月 · 2020年12月22日 10:59
2020/12/22 10:58:25 [Warning] failed to handler mux client connection > v2ray.com/core/proxy/vmess/outbound: failed to find an available destination > v2ray.com/core/common/retry: [v2ray.com/core/transport/internet/websocket: failed to dial WebSocket > v2ray.com/core/transport/internet/websocket: failed to dial to (wss://8.210.188.240:6474/dasasa12312): > dial tcp 8.210.188.240:6474: i/o timeout] > v2ray.com/core/common/retry: all retry attempts failed
Dwade · 2020年12月16日 02:29
你好请问 在一键脚本安装BBR过程中,出现80/443端口被占用的问题如何解决?请求帮助
威龙 · 2020年12月16日 08:09
把进程先杀掉
Dwade · 2020年12月16日 15:11
每次都杀了还是每次都提醒,80/433占用,xray能否不用433端口使用其他端口?不安装BBR是否会非常影响速度?
夜寐纵欲 · 2020年12月14日 21:20
哥,xray和v2ray区别是啥……
是有xtls功能的v2ray吗?
威龙 · 2020年12月15日 00:23
可以这么理解
xiaom · 2020年12月12日 12:20
老大,安装了VLESS+TCP+XTLS 模式,可以正常上网了,但伪装站点打不开,PAC模式提示找不到服务器IP,全局就提示500内部安装错误,伪装站点默认安装的美女站,这样是不是就代表伪装模式没有安装成功啊
威龙 · 2020年12月12日 12:27
可以正常上网就不用管
凤舞 · 2020年12月12日 09:51
大佬你好,我是真小白,服务端是vless+tls+xtls,ios上的shadowrocket有几个选项不知道怎么填,peer名称,允许不安全,传输方式的名称、host和路径
威龙 · 2020年12月12日 09:59
peer名称填伪装域名,允许不安全先不打开,传输方式选none
爱上弗兰克 · 2020年12月11日 20:19
你好,服务端vless+tls+xtls,windows可以正常翻,安卓机使用v2rayNG和ios使用shadowrocket都不行,是哪里出了问题,安卓端报了错误是:io:read/write on closed pipe
威龙 · 2020年12月11日 20:24
可能是伪装域名没有填
爱上弗兰克 · 2020年12月11日 20:31
伪装域名填了
威龙 · 2020年12月11日 20:36
仔细检查一下其他配置,应该是没问题的
KKK · 2020年12月14日 18:02
我之前反复试过xtls,在V2rayNG上都不行,不知道为什么
威龙 · 2020年12月14日 18:18
伪装域名要填
KKK · 2020年12月14日 19:17
啊我忽然明白了,因为我的VPS是过CDN的,VLESS的话只能用WS+TLS,所以就不能用XTLS了。终于明白了。
威龙 · 2020年12月14日 19:19
对,xtls不能过cdn
zhou · 2021年1月11日 19:08
请问这个不能过cdn是什么意思呢。我在cf上配置了DNS服务,并且把那朵云点成了灰色(DNS Only),这是不是就意味着不过cdn呢。
另外,我也出现了windows上v2rayN能正常翻,但android的V2rayNG连接很慢甚至根本连接不上的问题。我使用的是Xray–vless+tcp+xtls。手机是移动网,ping不丢包且延迟不高,伪装站也能进去。
威龙 · 2021年1月11日 19:31
灰色就是不过cdn
可能是你的v2rayNG配置错误,或者网络不好
梦想书生 · 2020年12月11日 15:18
Err:6 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libssl-dev amd64 1.0.2g-1ubuntu4.17
404 Not Found [IP: 54.193.70.62 80]
Err:7 http://security.ubuntu.com/ubuntu xenial-security/main amd64 libssl-doc all 1.0.2g-1ubuntu4.17
404 Not Found [IP: 54.193.70.62 80]
Fetched 10.0 MB in 0s (11.2 MB/s)
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_4.4.0-193.224_amd64.deb 404 Not Found [IP: 54.193.70.62 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.2g-1ubuntu4.17_amd64.deb 404 Not Found [IP: 54.193.70.62 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-doc_1.0.2g-1ubuntu4.17_all.deb 404 Not Found [IP: 54.193.70.62 80]
E: Unable to fetch some archives, maybe run apt-get update or try with –fix-missing?
unzip安装失败,请检查网络
老大,这是什么原因?
威龙 · 2020年12月11日 15:25
apt update,然后再次运行脚本
梦想书生 · 2020年12月11日 15:48
谢谢老大,完美解决。不过我也要改id,配置文件变了,不知道在那里。etc下也既没有v2ray也没有Xray这个目录,老大能明示一下吗?谢谢
威龙 · 2020年12月11日 15:54
运行脚本,查看配置信息,就会显示配置文件的路径
梦想书生 · 2020年12月11日 16:30
谢谢您!查看日志找到了,/usr/local/etc/xray/config.json
damoon · 2020年12月9日 21:44
采用vultr的vps,服务端安装成功,用v2rayN客户端添加Vmess后,仍然不能访问google
配置成功
[Vmess] ffffffff(45***143:45645)
启动服务(2020/12/9 21:31:49)…
V2Ray 4.31.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.15.2 windows/386)
A unified platform for anti-censorship.
2020/12/09 21:31:51 [Info] v2ray.com/core/common/platform/ctlcmd:
v2ctl> Read config: Q:\下载\v2rayN-Core\v2rayN-Core\config.json
防火墙是开的
[[email protected] /]# firewall-cmd –list-ports
45645/tcp
威龙 · 2020年12月9日 21:48
v2rayn没开启pac模式,或者换个浏览器
baten · 2020年12月10日 16:49
v2rayN有时候莫名其妙连不上,换 winXray 试吧,winXray 里有一键安装 Xray(vless,vmess)服务端脚本,我刚用 vultr试过,好使。
张祥 · 2020年12月9日 19:25
xray如何自定义ID?
vi /etc/v2ray/config.json不管用了。
威龙 · 2020年12月9日 19:28
配置文件路径变了,看脚本最后输出的路径
yooqueer · 2020年12月8日 11:33
安装nginx…
nginx: [error] open() “/run/nginx.pid” failed (2: No such file or directory)
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with ‘-m pip’ instead of running pip directly.
Requirement already satisfied: pip in /usr/local/lib/python3.6/site-packages (20.3.1)
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with ‘-m pip’ instead of running pip directly.
Requirement already satisfied: wheel in /usr/local/lib/python3.6/site-packages (0.36.1)
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with ‘-m pip’ instead of running pip directly.
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
To avoid this problem you can invoke Python with ‘-m pip’ instead of running pip directly.
威龙 · 2020年12月8日 11:34
能用吗?能用就不用管这个错误
yooqueer · 2020年12月9日 11:23
重新暗转ninux可以用,但重启vps后无法使用
威龙 · 2020年12月9日 12:13
提示什么?
yooqueer · 2020年12月9日 17:05
nginx未运行
威龙 · 2020年12月9日 17:26
运行脚本,试试重启一下服务
mous · 2020年12月8日 10:46
这个xray如果windows客户端用v2rayN还用不用下载或更新v2ray的核心文件?
威龙 · 2020年12月8日 10:49
如果用xtls,就不能用最新内核。推荐用winXray
peter · 2020年12月8日 02:21
xray.sh: 14: xray.sh: Syntax error: “(” unexpected
happen on Debian 9
威龙 · 2020年12月8日 04:20
感谢反馈
威龙 · 2020年12月8日 04:27
please run this script with bash
daniel · 2020年12月7日 15:37
iOS 的 shadowroket (最新版)在配置 VLESS 时没有找到 Flow 的选项,就是更细化的具体选择是 driect 或 splice ,只有打开和关闭 XTLS; 所以 Flow 其实选任何一个,都不影响联通性,只是性能和速度有差别?
威龙 · 2020年12月7日 15:49
就是direct,不能选择
ouyeah · 2020年12月6日 23:01
客户端使用splice是怎么使用?
威龙 · 2020年12月6日 23:03
客户端flow选splice,服务端还是direct
ouyeah · 2020年12月7日 14:36
客户端是不是winXray,它好像没有flow可以选splice啊?这个刚出来没什么教程
[Warning] [3060153298] app/proxyman/outbound: failed to process outbound traffic > proxy/vless/outbound: connection ends > proxy/vless/outbound: failed to write A request payload > x509: certificate signed by unknown authority
在vps运行一键脚本安装和运行,winXray提示以上状态异常?
威龙 · 2020年12月7日 14:37
winxray可以,v2rayn这些也可以
ouyeah · 2020年12月7日 15:31
v2rayN 3.29的flow只有这4种:xtls-rprx-origin,xtls-rprx-origin-udp443,xtls-rprx-direct,xtls-rprx-direct-udp443。请问splice在哪儿?
威龙 · 2020年12月7日 15:48
那你用最新版的winxray吧
baten · 2020年12月10日 16:54
XRay作者说过 splice 在 Windows用不了,而且 Windows 也根本不需要这个,winXray可以在配置里加 flow,不过XTLS在Windows上的最佳选择就是 xtls-rprx-direct,不用写保持默认值就可以了。
威龙 · 2020年12月10日 16:55
对,splice是linux的特性
Allen · 2020年12月6日 09:52
Ubuntu 20.04安装后无法启动,请大神帮忙看下
— Logs begin at Sun 2020-12-06 09:12:54 CST, end at Sun 2020-12-06 09:49:11 CST. —
Dec 06 09:41:37 Allen xray[8543]: A unified platform for anti-censorship.
Dec 06 09:41:37 Allen xray[8543]: 2020/12/06 09:41:37 [Info] github.com/xtls/xray-core/v1/main/jsonem: Reading config: /usr/local/etc/xray/config.json
Dec 06 09:41:37 Allen xray[8543]: Filed to start: main: failed to read config files: [/usr/local/etc/xray/config.json] > github.com/xtls/xray-core/v1/infra/conf: Failed to build XTLS config. > github.com/xtls/xray-core/v1/infra/conf: failed to parse certificate > open /etc/letsencrypt/live/free.fac6.com/fullchain.pem: permission denied
Dec 06 09:41:37 Allen systemd[1]: xray.service: Main process exited, code=exited, status=1/FAILURE
— Subject: Unit process exited
— Defined-By: systemd
— Support: http://www.ubuntu.com/support
—
— An ExecStart= process belonging to unit xray.service has exited.
—
— The process’ exit code is ‘exited’ and its exit status is 1.
Dec 06 09:41:37 Allen systemd[1]: xray.service: Failed with result ‘exit-code’.
— Subject: Unit failed
— Defined-By: systemd
— Support: http://www.ubuntu.com/support
—
— The unit xray.service has entered the ‘failed’ state with result ‘exit-code’.
Dec 06 09:41:37 Allen systemd[1]: xray.service: Scheduled restart job, restart counter is at 5.
— Subject: Automatic restarting of a unit has been scheduled
— Defined-By: systemd
— Support: http://www.ubuntu.com/support
—
— Automatic restarting of the unit xray.service has been scheduled, as the result for
— the configured Restart= setting for the unit.
Dec 06 09:41:37 Allen systemd[1]: Stopped Xray Service.
— Subject: A stop job for unit xray.service has finished
— Defined-By: systemd
— Support: http://www.ubuntu.com/support
—
— A stop job for unit xray.service has finished.
—
— The job identifier is 1620 and the job result is done.
Dec 06 09:41:37 Allen systemd[1]: xray.service: Start request repeated too quickly.
Dec 06 09:41:37 Allen systemd[1]: xray.service: Failed with result ‘exit-code’.
— Subject: Unit failed
— Defined-By: systemd
— Support: http://www.ubuntu.com/support
—
— The unit xray.service has entered the ‘failed’ state with result ‘exit-code’.
Dec 06 09:41:37 Allen systemd[1]: Failed to start Xray Service.
— Subject: A start job for unit xray.service has failed
— Defined-By: systemd
— Support: http://www.ubuntu.com/support
—
— A start job for unit xray.service has finished with a failure.
—
— The job identifier is 1620 and the job result is failed.
威龙 · 2020年12月6日 10:00
ll /etc/letsencrypt/live/free.fac6.com/fullchain.pem,看看输出什么
威龙 · 2020年12月6日 10:06
chmod 755 /etc/letsencrypt/live,然后在面板里重启一下xray就可以了
Allen · 2020年12月6日 10:46
感谢!刚才那台VPS删了,重开了个VPS,重新运行脚本安装直接就OK了
ChangWeiCat · 2020年12月5日 20:38
tg挂了吗,威龙?
威龙 · 2020年12月5日 20:39
没有啊,在里面正常聊天呢
huajian911 · 2020年12月5日 20:27
没复制全,下面这个是完整的:
— Logs begin at Sat 2020-12-05 07:01:02 EST, end at Sat 2020-12-05 07:24:02 EST. —
Dec 05 07:23:45 cool-boot-5.localdomain systemd[1]: Started Xray Service.
— Subject: Unit xray.service has finished start-up
— Defined-By: systemd
— Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
—
— Unit xray.service has finished starting up.
—
— The start-up result is done.
Dec 05 07:23:45 cool-boot-5.localdomain systemd[1]: xray.service: main process exited, code=exited, status=1/FAILURE
Dec 05 07:23:45 cool-boot-5.localdomain systemd[1]: Unit xray.service entered failed state.
Dec 05 07:23:45 cool-boot-5.localdomain systemd[1]: xray.service failed.
Dec 05 07:23:46 cool-boot-5.localdomain systemd[1]: xray.service holdoff time over, scheduling restart.
Dec 05 07:23:46 cool-boot-5.localdomain systemd[1]: Stopped Xray Service.
— Subject: Unit xray.service has finished shutting down
— Defined-By: systemd
— Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
—
— Unit xray.service has finished shutting down.
Dec 05 07:23:46 cool-boot-5.localdomain systemd[1]: start request repeated too quickly for xray.service
Dec 05 07:23:46 cool-boot-5.localdomain systemd[1]: Failed to start Xray Service.
— Subject: Unit xray.service has failed
— Defined-By: systemd
— Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
—
— Unit xray.service has failed.
—
— The result is failed.
Dec 05 07:23:46 cool-boot-5.localdomain systemd[1]: Unit xray.service entered failed state.
Dec 05 07:23:46 cool-boot-5.localdomain systemd[1]: xray.service failed.
huajian911 · 2020年12月5日 20:28
Centos 7 x86_64 bbr
威龙 · 2020年12月5日 20:36
你在tg上私聊一下我vps信息,我进去看看怎么回事
huajian911 · 2020年12月5日 20:56
tg我登不上,电脑、手机,有梯子也登不上…
威龙 · 2020年12月5日 20:57
tg今晚挂了,你可以到论坛私信我,或者明天
威龙 · 2020年12月5日 21:58
问题找到了,是脚本有一个bug,现在已经修复,你可以再试试最新版的xray
ChangWeiCat · 2020年12月5日 20:17
这会TG崩了?
威龙 · 2020年12月5日 20:20
正常的,肯定是你的问题
ChangWeiCat · 2020年12月5日 20:39
卧槽,外网正常,tg上不去
威龙 · 2020年12月5日 20:40
但是其他群有的说tg挂了,我这里正常
ChangWeiCat · 2020年12月5日 20:52
是崩了,我去mjj论坛看了下
威龙 · 2020年12月5日 20:57
我的美国号一直好好的
along · 2020年12月5日 19:50
大神,显示“运行状态:已安装 未运行”。
威龙 · 2020年12月5日 19:52
在面板里重启一下xray
huajian911 · 2020年12月5日 20:18
重启后还是显示已安装未运行
威龙 · 2020年12月5日 20:21
查看日志,有什么报错?
huajian911 · 2020年12月5日 20:25
— Unit xray.service has finished shutting down.
Dec 05 07:23:46 cool-boot-5.localdomain systemd[1]: start request repeated too quickly for xray.service
Dec 05 07:23:46 cool-boot-5.localdomain systemd[1]: Failed to start Xray Service.
— Subject: Unit xray.service has failed
— Defined-By: systemd
— Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
—
— Unit xray.service has failed.
—
— The result is failed.
Dec 05 07:23:46 cool-boot-5.localdomain systemd[1]: Unit xray.service entered failed state.
Dec 05 07:23:46 cool-boot-5.localdomain systemd[1]: xray.service failed.
威龙 · 2020年12月5日 20:27
系统版本?是否openvz?
along · 2020年12月5日 20:42
重启、重装都没有效果,即使从CentOS、Ubuntu到Debian试了遍,也运行不了。没办法换回了的v2ray。
威龙 · 2020年12月5日 20:43
好吧,我会持续关注脚本的问题
威龙 · 2020年12月5日 21:58
问题找到了,是脚本有一个bug,现在已经修复,你可以再试试最新版的xray
along · 2020年12月6日 10:11
还是出现“已安装 未运行”,按14重启还是不行
威龙 · 2020年12月6日 10:27
已经找到问题并修复,建议两分钟后先卸载,然后再重新安装一下
V2Ray windows客户端下载 - V2ray科技 · 2020年12月27日 22:52
[…] Xray一键脚本 […]
手把手教你搭建自己的图集网站 - V2ray科技 · 2020年12月16日 00:10
[…] 2. 推荐有个域名,这样能通过域名访问搭建的网站。运行过V2ray一键脚本、Xray一键脚本、trojan一键脚本和trojan-go一键脚本的网友,基本上都有域名了。如果没有,请参考 Namesilo购买域名详细教程 购买,并按照教程把某个子域名(例如 xr.imeizi.me)DNS解析到VPS的IP; […]
本站脚本资源汇总 - VPS攻略 · 2020年12月15日 11:56
[…] Xray一键脚本:适用于Xray项目的一键安装脚本。如果用到XTLS功能,推荐使用。 […]
本站脚本的一些近期更新 - V2ray科技 · 2020年12月15日 00:20
[…] 全面支持纯IPV6。本人是非常不推荐使用纯IPV6上外网的,用过就知道基本上不怎么能用。但既然网友有要求,那就加上吧,反正也不难。需要注意NAT VPS不是纯IPV6 VPS,本站前两三个月就通过自定义证书的形式支持NAT VPS机器上部署V2ray一键脚本、trojan一键脚本和Xray一键脚本,前提是需要先自己上传证书。因为要支持纯IPV6,但Github又不支持,因此本人只好自己做了反代。细心的网友应该能看到本站的脚本目前都是通过 s.hijk.art 这个域名安装了,就是为了支持纯IPv6弄的; […]