-
Notifications
You must be signed in to change notification settings - Fork 13
/
hongkong-server-v2ray.html
770 lines (749 loc) · 65.7 KB
/
hongkong-server-v2ray.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="baidu-site-verification" content="code-bo6HgP9gZL">
<title>一键安装V2Ray脚本(图文教程)</title>
<meta name="description" content="V2Ray是一个于Shadowsocks之后非常好用的代理软件,本文分享一键安装v2ray,v2ray搭建,V2Ray使用教程在科学上网人群之中那么流行。">
<meta name="keywords" content="一键安装v2ray,v2ray搭建,V2Ray使用教程,v2ray机场,安装V2Ray">
<link rel="stylesheet" href="static/shluqu/css/bootstrap.min.css">
<link rel="stylesheet" href="static/shluqu/css/all.min.css">
<link rel="stylesheet" href="static/shluqu/css/animate.css">
<link rel="stylesheet" href="static/shluqu/css/nice-select.css">
<link rel="stylesheet" href="static/shluqu/css/owl.min.css">
<link rel="stylesheet" href="static/shluqu/css/magnific-popup.css">
<link rel="stylesheet" href="static/shluqu/css/flaticon.css">
<link rel="stylesheet" href="static/shluqu/css/main.css">
<link rel="icon" type="image/x-icon" href="https://shluqu.github.io/favicon.png">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5952545362867537" crossorigin="anonymous"></script>
</head>
<body>
<!--============= ScrollToTop Section Starts Here =============-->
<div class="overlay"></div>
<!--============= ScrollToTop Section Ends Here =============-->
<header class="header-section">
<div class="container">
<div class="header-wrapper">
<div class="logo-area">
<div class="logo">
<a href="https://shluqu.github.io/" title="香港vps推荐" alt="香港vps推荐">
<img src="static/shluqu/picture/f75336c2714d6ea.png" title="香港vps推荐" alt="香港vps推荐">
</a>
</div>
<div id="div_1"></div>
</div>
<ul class="menu">
<li><a href="index.html" title="香港vps">首页</a></li>
<li><a href="#0" title="香港vps推荐">香港vps推荐</a>
<ul class="submenu">
<li><a href="domestic-vps.html" class="nav-link nav-toggle " title="香港vps搭建网络加速器!">香港vps搭建网络加速器!</a></li>
<li><a href="large-bandwidth.html" title="香港大带宽vps(15M~50M)推荐">香港大带宽vps(50M左右)推荐</a></li>
<li><a href="hongkong-server-v2ray-2.html" title="适合安装v2Ray的香港vps">适合安装v2Ray的香港vps</a></li>
<li><a href="server-hongkong-gia.html" class="nav-link nav-toggle " title="香港CN2 GIA优质线路vps推荐">香港CN2 GIA优质线路vps推荐</a></li>
<li><a href="hongkong-server.html" title="20元以下香港vps">20元以下香港vps</a></li>
<li><a href="hkvps.html" title="优质香港vps托管商(合集)">优质香港vps托管商(合集)</a></li>
<li><a href="cheap-hong-kong-vps.html" class="nav-link nav-toggle " title="25元左右优质线路香港vps">25元左右优质线路香港vps</a></li>
<li><a href="hongkong-server-50.html" class="nav-link nav-toggle " title="50元左右香港Vps汇总">50元左右香港Vps汇总</a></li>
<li><a href="large-bandwidth-1gb.html" title="1G超大带宽香港vps推荐">1G超大带宽香港vps推荐</a></li>
<li><a href="cheap-vps.html" class="nav-link nav-toggle " title="最便宜的云虚拟机推荐">最便宜的香港vps多少钱一个月?</a></li>
<li><a href="bandwagonhost-why.html" title="为什么大家在推荐搬瓦工?">为什么大家在推荐搬瓦工?</a></li>
<li><a href="cheap-hk-cloud-server-stability.html" class="nav-link nav-toggle " title="追求网络稳定性的香港vps">追求网络稳定性的香港vps</a></li>
<li><a href="hongkong-server-single-price.html" class="nav-link nav-toggle " title="最佳IPLC专线主机商(5家)">最佳IPLC专线主机商</a> </li>
<li><a href="hongkong-server-application-classification.html" class="nav-link nav-toggle " title="香港vps有哪些用途">香港vps有哪些用途</a> </li>
</ul>
</li>
<li><a href="#0" class="nav-link nav-toggle " title="香港服务器推荐">香港服务器推荐</a>
<ul class="submenu" style="min-width: 568px; margin-left: 400px; left: -568px;">
<div class="row justify-content-center mb-30-none">
<div class="col-lg-6 col-md-6">
<li><a href="hongkong-server-rubhs.html" title="14家香港服务器,如何选择?">14家香港服务器,如何选择?</a></li>
<li><a href="cheap-vps-cloud-server.html" title="香港云服务器推荐">香港云服务器推荐</a></li>
<li><a href="server.html" class="nav-link nav-toggle " title="香港cn2线路云服务器">香港cn2线路云服务器</a></li>
<li><a href="china-cloud-server.html" class="nav-link nav-toggle " title="最便宜的云虚拟机推荐">中国云服务器托管商报价</a></li>
<li><a href="International-alibaba-cloud-price.html" class="nav-link nav-toggle " title="国际阿里云报价方案(完整)">国际阿里云报价方案(完整)</a> </li>
<li><a href="reliable-large-hard-disk-in-hong-kong.html" title="10TB香港大硬盘服务器">10TB香港大硬盘服务器</a></li>
<li><a href="bandwagonhost.html" title="搬瓦工优惠码">搬瓦工优惠码</a></li>
<li><a href="Ariyun-International-Substitute.html" class="nav-link nav-toggle " title="阿里云国际版代购">阿里云国际版代购</a> </li>
<li><a href="hongkong-server-iplc.html" class="nav-link nav-toggle " title="iplc专线服务器推荐">iplc专线服务器推荐</a></li>
</div>
<div class="col-lg-6 col-md-6">
<li><a href="cheap-hk-cloud-server-ldmnq.html" class="nav-link nav-toggle " title="适合跑模拟器香港物理机">适合跑模拟器香港物理机</a></li>
<li><a href="hongkong-physical-server.html" class="nav-link nav-toggle " title="500元香港物理服务器汇总">500元香港物理服务器汇总</a></li>
<li><a href="Physical-server.html" class="nav-link nav-toggle " title="香港cn2线路云服务器">便宜香港物理服务器</a></li>
<li><a href="25-port-server.html" class="nav-link nav-toggle " title="2+开通25端口邮件服务器主机商">2+开通25端口邮件服务器主机商</a></li>
</div>
</div>
</ul>
</li>
<li><a href="#0" class="nav-link nav-toggle " title="香港虚拟主机推荐">香港虚拟主机推荐</a>
<ul class="submenu" style="min-width: 568px; margin-left: 320px; left: -568px;">
<div class="row justify-content-center mb-30-none">
<div class="col-lg-6 col-md-6">
<li><a href="hongkong-server-tencent.html" class="nav-link nav-toggle " title="最便宜的云虚拟机推荐">300元部署便宜外贸网站</a> </li>
<li><a href="recommended_airports_for_iplc_lines.html" class="nav-link nav-toggle " title="IPLC专线机场推荐">IPLC专线机场推荐</a> </li>
<li><a href="ssr-accelerated-airport.html" class="nav-link nav-toggle " title="便宜的科学上网机场推荐">便宜的科学上网机场推荐</a> </li>
<li><a href="hongkong-server-v2ray.html" class="nav-link nav-toggle " title="一键安装V2Ray教程">一键安装V2Ray教程</a></li>
<li><a href="hongkong-server-game-agent.html" title="如何使用香港VPS搭建游戏代理">如何使用香港VPS搭建游戏代理</a></li>
<li><a href="hongkong-server-video-site.html" title="如何在香港VPS托管静态资源">如何在香港VPS托管静态资源</a></li>
<li><a href="bandwagonhost-chinese.html" title="搬瓦工管理面板(中文参照界面)">搬瓦工管理面板(中文参照界面)</a></li>
<li><a href="register-national-alibaba-cloud.html" class="nav-link nav-toggle " title="国际阿里云报价方案(完整)">虚拟visa卡注册国际阿里云</a> </li>
<li><a href="best-cloud-storage.html" title="最佳云存储平台(免费和付费)">最佳云存储平台(免费和付费)</a></li>
</div>
<div class="col-lg-6 col-md-6">
<li><a href="virtual.html" class="nav-link nav-toggle " title="最便宜的云虚拟机推荐">最便宜的云虚拟机推荐</a> </li>
<li><a href="wordpress-virtual-host.html" class="nav-link nav-toggle " title="最佳wordpress托管主机">最佳wordpress托管主机</a></li>
<li><a href="cheap-hk-cloud-server-vps.html" class="nav-link nav-toggle " title="适合建站的香港云虚拟机">适合建站的香港云虚拟机</a></li>
</div>
</div>
</ul>
</li>
</ul>
<div class="header-bar d-lg-none">
<span></span>
<span></span>
<span></span>
</div>
<div class="header-right">
<a href="hongkong-server-list.html" class="header-button d-none d-md-inline-block">文章导航</a>
</div>
</div>
</div>
</header>
<!--============= Banner Section Starts Here =============-->
<div class="hero-section style-three" style="background-color: #0052d9;">
<div class="container">
<div class="cate-header cl-white">
<h1 class="cate-title">一键安装V2Ray脚本(图文教程)</h1>
<div class="banner-content cl-white">
<ul class="breadcrumb mb-0">
<li><a href="index.html">首页</a></li>
<li><a href="hongkong-server-v2ray.html">一键安装V2Ray脚本(图文教程)</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--============= Banner Section Ends Here =============-->
<!--============= Category Section Starts Here =============-->
<section class="category-section padding-bottom mt--160 pos-rel">
<div class="container">
<div class="category-single-wrapper">
<p><span style="margin-top: 0px; margin-bottom: 1em;;"><br></span></p>
<p><span style="margin-top: 0px; margin-bottom: 1em;;">V2Ray是近几年十分流行的网络工具,其功能强大,用途不限于突破防火墙,但因其能有效翻墙而广为人知。与另一个知名的翻墙工具Shadowsocks(R)相比,V2ray和SSR区别在于:V2Ray是一个框架/平台,而Shadowsocks(R)是一个代理工具;V2Ray功能强大配置复杂,Shadowsocks(R)简单易用;V2Ray性能更好,协议支持更完善。
</span></p>
<p><span style="margin-top: 0px; margin-bottom: 1em;;">本文分享完整的V2Ray安装教程,不过我想,如果你不太熟悉Linux相关命令,更需要的是一个好用的一键安装脚本……</span></p>
<p><span style="margin-top: 0px; margin-bottom: 1em;;">所以,此脚本是为了方便像我这种小小白萌新更加容易去使用 V2Ray,配置 V2Ray。希望对你有帮助 ^_^</span></p>
<div id="1" style="padding-top: 30px;"></div>
<h2 style="font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 600; line-height: 1.25; color: rgb(36, 41, 47); margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted);">V2Ray安装流程</h2>
<p style="margin-top: 0px; margin-bottom: 1em;;">总结一下此文章的大致流程,此 V2Ray 教程可百分百帮助你搭建 V2Ray 使用。哪怕你只是一个小白。</p>
<table class="table table-bordered">
<tbody>
<tr>
<td>第一步</td>
<td>购买一个 VPS</td>
<td>想要搭建 V2Ray,就必须要拥有一台 VPS。</td>
</tr>
<tr>
<td>第二步</td>
<td>获取 VPS 信息</td>
<td>我们必须要知道 VPS IP 地址,root 用户密码,SSH 端口</td>
</tr>
<tr>
<td>第三步</td>
<td>安装 Xshell</td>
<td>Xshell 是一个 SSH 客户端,要登录 VPS,当然需要 SSH 客户端</td>
</tr>
<tr>
<td>第四步</td>
<td>登录 VPS</td>
<td>使用 Xshell 配置 VPS SSH 信息,然后登录</td>
</tr>
<tr>
<td>第五步</td>
<td>安装 V2Ray</td>
<td>安装过程你可以随意选择你喜欢的传输协议或者配置 Shadowsocks</td>
</tr>
<tr>
<td>第六步</td>
<td>V2Ray 安装完成</td>
<td>此时你可以使用客户端配置 V2Ray 使用了</td>
</tr>
<tr>
<td>第七步</td>
<td>V2Ray 高级玩法</td>
<td>配置 WebSocket + TLS , HTTP/2 , mKCP 等</td>
</tr>
</tbody>
</table>
<div id="2" style="padding-top: 30px;"></div>
<h2 style="font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 600; line-height: 1.25; color: rgb(36, 41, 47); margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted);">V2Ray软件下载</h2>
<p style="margin-top: 0px; margin-bottom: 1em;;">本站提供最新版v2ray Windows客户端、v2ray安卓客户端、v2ray mac客户端、v2ray苹果客户端和v2ray Linux客户端下载,并给出各v2ray客户端配置教程。</p>
<table class="table table-bordered">
<tbody>
<tr>
<td>V2ray Windows客户端</td>
<td><a href="https://itlanyan.com/download.php?filename=/v2/windows/v2rayN-v5.23.zip" target="_blank" rel="noopener nofollow">v2rayN-v5.23.zip</a></td>
<td><a href="https://github.com/2dust/v2rayN/releases" target="_blank" rel="noopener nofollow">官网下载</a></td>
</tr>
<tr>
<td>V2ray安卓客户端</td>
<td><a href="https://itlanyan.com/download.php?filename=/v2/android/v2rayNG-v1.7.3.apk" target="_blank" rel="noopener nofollow">v2rayNG-v1.7.3.apk</a></td>
<td><a href="https://github.com/2dust/v2rayNG/releases" target="_blank" rel="noopener nofollow">官网下载</a></td>
</tr>
<tr>
<td>V2ray Mac客户端</td>
<td><a href="https://itlanyan.com/download.php?filename=/v2/linux/Qv2ray.v2.7.0.AppImage" target="_blank" rel="noopener nofollow">Qv2ray.v2.7.0.AppImage</a></td>
<td><a href="https://github.com/Qv2ray/Qv2ray/releases" target="_blank" rel="noopener nofollow">官网下载</a></td>
</tr>
<tr>
<td>V2ray Linux客户端</td>
<td><a href="https://itlanyan.com/download.php?filename=/v2/linux/Qv2ray.v2.7.0.AppImage" target="_blank" rel="noopener nofollow">Qv2ray.v2.7.0.AppImage</a></td>
<td><a href="https://github.com/Qv2ray/Qv2ray/releases" target="_blank" rel="noopener nofollow">官网下载</a></td>
</tr>
</tbody>
</table>
<div id="3" style="padding-top: 30px;"></div>
<h2 style="font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 600; line-height: 1.25; color: rgb(36, 41, 47); margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted);">购买一台VPS</h2>
<p style="line-height: 1.25; margin-top: 24px; margin-bottom: 16px; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted);"><span style="margin-top: 0px; margin-bottom: 1em;;">国内用户最好的机房三网直连优化加CN2 GIA的香港vps、香港服务器的香港IDC服务商,不仅自营数据中心,IP、带宽资源也很充足,其网络线路、vps稳定性都很好,所提供的香港vps租用价格也是非常有性价比。</span></p>
<h5 style="margin-top: 0px;margin-bottom: 1em;font-size: 18px;"><span style="margin-top: 0px; margin-bottom: 1em;;">DogYun(狗云)-¥27月付大带宽香港云服务器</span></h5>
<table class="table table-bordered">
<tbody>
<tr>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> CPU</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> 内存</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> 硬盘</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> 流量</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> 价钱</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> 购买地址</p>
</td>
</tr>
<tr>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> 1个CPU</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> 1GB</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> 25GB SSD磁盘</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;">500 GB<br>50M带宽</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> ¥39/月</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> <a href="https://www.dogyun.com/?ref=jv98open" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></p>
</td>
</tr>
<tr>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;">1个CPU</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> 2GB</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> 30GB SSD磁盘</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;">800 GB<br>50M带宽<br></p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;">¥49/月</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> <a href="https://www.dogyun.com/?ref=jv98open" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></p>
</td>
</tr>
<tr>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;">1个CPU</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;">2GB</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;">30GB SSD磁盘</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;">300 GB<br>50M带宽<br></p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;">¥59/月</p>
</td>
<td>
<p align="center" style="margin-top: 0px; margin-bottom: 1em;"> <a href="https://www.dogyun.com/?ref=jv98open" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></p>
</td>
</tr>
</tbody>
</table>
<h5 style="margin-top: 0px;margin-bottom: 1em;font-size: 18px;">热网 互联季付七折/28元每月</h5>
<table class="table table-bordered">
<tbody>
<tr>
<td>服务计划</td>
<td>内存</td>
<td>CPU</td>
<td>储存空间</td>
<td>带宽/线路</td>
<td>流量</td>
<td>价格</td>
</tr>
<tr>
<td>香港S1-R10</td>
<td>1GB</td>
<td>1核</td>
<td>20GB</td>
<td>15 Mbps/三网直连网络</td>
<td>500G</td>
<td>¥28元</td>
<td><a href="https://www.hotiis.com/?ref=ZCFHqlag" target="_blank" rel="nofollow noopener">详情</a></td>
</tr>
<tr>
<td>香港S2-R10</td>
<td>2GB</td>
<td>2核</td>
<td>40GB</td>
<td>20 Mbps/三网直连网络</td>
<td>1000G</td>
<td>¥56元</td>
<td><a href="https://www.hotiis.com/?ref=ZCFHqlag" target="_blank" rel="nofollow noopener">详情</a></td>
</tr>
<tr>
<td>香港S4-R10</td>
<td>4GB</td>
<td>4核</td>
<td>80GB</td>
<td>30 Mbps/三网直连网络</td>
<td>2000G</td>
<td>¥112元</td>
<td><a href="https://www.hotiis.com/?ref=ZCFHqlag" target="_blank" rel="nofollow noopener">详情</a></td>
</tr>
</tbody>
</table>
<h5 style="margin-top: 0px;margin-bottom: 1em;font-size: 18px;">野草云</h5>
<table class="table table-bordered">
<tbody>
<tr>
<td>服务器</td>
<td>CPU核心</td>
<td>内存</td>
<td>存储</td>
<td>带宽</td>
<td>月流量</td>
<td>月报价</td>
<td> </td>
</tr>
<tr>
<td>香港 | VM.1H1R</td>
<td>1</td>
<td>1GB</td>
<td>20G</td>
<td>30M</td>
<td>200GB</td>
<td>38元/月</td>
<td><a href="https://my.yecaoyun.com/aff.php?aff=1601" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></td>
</tr>
<tr>
<td>香港 | VM.1H2R</td>
<td>1</td>
<td>2GB</td>
<td>20G</td>
<td>30M</td>
<td>200GB</td>
<td>60元/月</td>
<td><a href="https://my.yecaoyun.com/aff.php?aff=1601" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></td>
</tr>
<tr>
<td>香港 | VM.2H4R</td>
<td>2</td>
<td>4GB</td>
<td>20G</td>
<td>30M</td>
<td>200GB</td>
<td>118元/月</td>
<td><a href="https://my.yecaoyun.com/aff.php?aff=1601" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></td>
</tr>
<tr>
<td>香港 | VM.4H8R</td>
<td>4</td>
<td>8GB</td>
<td>20G</td>
<td>30M</td>
<td>200GB</td>
<td>230元/月</td>
<td><a href="https://my.yecaoyun.com/aff.php?aff=1601" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></td>
</tr>
</tbody>
</table>
<h5 style="margin-top: 0px;margin-bottom: 1em;font-size: 18px;">快云科技</h5>
<table class="table table-bordered">
<tbody>
<tr>
<td>区域</td>
<td>核心数</td>
<td>内存</td>
<td>带宽</td>
<td>流量可升级</td>
<td>固态硬盘</td>
<td>价格</td>
<td></td>
</tr>
<tr>
<td>香港CN2</td>
<td>1核</td>
<td>1G</td>
<td>20M</td>
<td>200G</td>
<td>10G</td>
<td>¥29.00/月</td>
<td><a href="https://www.sukeyun.com/aff/CJKWVOXC" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></td>
</tr>
<tr>
<td>香港CN2</td>
<td>2核</td>
<td>2G</td>
<td>20M</td>
<td>200G</td>
<td>10G</td>
<td>¥49.00/月</td>
<td><a href="https://www.sukeyun.com/aff/CJKWVOXC" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></td>
</tr>
<tr>
<td>香港CN2</td>
<td>2核</td>
<td>4G</td>
<td>20M</td>
<td>200G</td>
<td>10G</td>
<td>¥69.00/月</td>
<td><a href="https://www.sukeyun.com/aff/CJKWVOXC" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></td>
</tr>
<tr>
<td>香港CN2</td>
<td>4核</td>
<td>4G</td>
<td>20M</td>
<td>200G</td>
<td>10G</td>
<td>¥89.00/月</td>
<td><a href="https://www.sukeyun.com/aff/CJKWVOXC" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></td>
</tr>
<tr>
<td>香港CN2</td>
<td>4核</td>
<td>8G</td>
<td>20M</td>
<td>200G</td>
<td>10G</td>
<td>¥129.00/月</td>
<td><a href="https://www.sukeyun.com/aff/CJKWVOXC" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">详情</a></td>
</tr>
</tbody>
</table>
<div id="33" style="padding-top: 30px;"></div>
<h2 id="user-content-快速管理-v2ray" style="margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: 600; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";">
Putty管理vps
</h2>
<p data-first-child="" data-pid="cU-MTL1i" style="margin-top: 0px; margin-bottom: 1.4em;">1:打开<a href="http://putty.cs.utah.edu/download.html" target="_blank" rel="nofollow noopener" style="transition: all 0.5s ease 0s;">putty软件官网</a>,下载后无需安装直接使用。(比较懒)</p>
<p style="margin-top: 1.4em; margin-bottom: 1.4em;"><br></p>
<img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/FireCapture096.png" data-caption="">
<p style="margin-top: 1.4em; margin-bottom: 1.4em;"><br></p>
<p data-pid="oorw82nZ" style="margin-top: 1.4em; margin-bottom: 1.4em;">2:下载完成,解压之后,直接左键双击打开</p>
<p style="margin-top: 1.4em; margin-bottom: 1.4em;"><br></p>
<img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/1524349a897d8ba.jpg">
<p style="margin-top: 1.4em; margin-bottom: 1.4em;"><br><br></p>
<p data-pid="3rBCV2mh" style="margin-top: 1.4em; margin-bottom: 1.4em;">会出现这样的界面</p>
<p class="ztext-empty-paragraph" style="margin-top: -0.8em; margin-bottom: -0.8em;"><br></p>
<img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/eac5ae1594ef8f.jpg">
<p data-pid="OBDa0HUf" style="margin-top: 1.4em; margin-bottom: 1.4em;">3:在Host Name填入你的IP地址,端口号默认:22,在Saved Sessions填入任意一个名称,点击Save即可。</p>
<p class="ztext-empty-paragraph" style="margin-top: -0.8em; margin-bottom: -0.8em;"><br></p>
<p style="margin-top: 1.4em; margin-bottom: 1.4em;"><br></p>
<img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/15f7ccb2b132c84.jpg">
<p data-pid="GENkvVLu" style="margin-top: 1.4em; margin-bottom: 1.4em;">4:填好之后,点击Open,打开putty软件。<br>第一次连接,要点击“是”确认下即可,后面直接连接。</p>
<img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/16dcc2165cc377b.jpg">
<p style="margin-top: 1.4em; margin-bottom: 1.4em;"><br></p>
<p data-pid="a1U8UDJ0" style="margin-top: 1.4em; margin-bottom: 1.4em;">5:输入用户名:root,回车之后,输入密码,当然了,输入密码的时候为了安全性考虑,是不可见的,输入正确了回车就可以连上了,如果密码没有输对,会有提示的。</p>
<img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/51cf1843b0af651.jpg">
<p data-pid="1ds9dEGq" style="margin-top: 1.4em; margin-bottom: 1.4em;">6:进入vim 编辑器之后,开始写命令,vi/vim编辑器是所有Unix及Linux系统下标准的编辑器,相当于windows系统中的记事本,如果不熟悉的话可以看一下教程。</p>
<div id="4" style="padding-top: 30px;"></div>
<h2 style="margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: 600; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";">安装 V2Ray</h2>
<div id="5" style="padding-top: 80px;"></div>
<p style="margin-top: 0px; margin-bottom: 1em;;">输入下面命令回车,你可以复制过去,然后在 Xshell 界面按 Shift + Insert 即可粘贴,不能按 Ctrl + V 的。。</p>
<div class="blog-content token" style="height: auto !important;"><pre><code>
bash <(curl -s -L https://git.io/v2ray.sh)
</code></pre>
</div>
<div style="color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 16px;"></div>
<blockquote style="margin-bottom: 40px; padding: 0px 1em; color: var(--color-fg-muted); border-left: 0.25em solid var(--color-border-default); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; font-size: 20px;">
<p style="margin-top: 0px;">如果提示 curl: command not found ,那是因为你的 VPS 没装 Curl<br>ubuntu/debian 系统安装 Curl 方法: <code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">apt-get update -y && apt-get install curl -y</code><br>centos
系统安装 Curl 方法: <code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">yum update -y && yum install curl -y</code><br>安装好
curl 之后就能安装脚本了</p>
</blockquote>
<p style="margin-top: 0px; margin-bottom: 1em;;">然后选择安装,即是输入 1 回车<br>选择传输协议,如果没有特别的需求,使用默认的 TCP 传输协议即可,直接回车<br>选择端口,如果没有特别的需求,使用默认的端口即可,直接回车<br>是否屏蔽广告,除非你真的需要,一般来说,直接回车即可</p>
<p style="margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: 600; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";"><img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/48456abfd530c53.jpeg" alt="安装 V2Ray" data-canonical-src="https://download.shluqu.cn/wp-content/uploads/2022/202207/cd37187f0851a91.jpg" style="box-sizing: content-box; border-style: none; max-width: 100%; background-color: var(--color-canvas-default); font-size: 16px; font-weight: 400;">
<span style="font-size: 16px; font-weight: 400;"></span>
</p>
<p style="margin-top: 0px; margin-bottom: 1em;;">是否配置 Shadowsocks ,如果不需要就直接回车,否则就输入 Y 回车<br>Shadowsocks 端口,密码,加密方式这些东西自己看情况配置即可,我个人当然是全部直接回车。。<br>OK,按回车继续</p>
<p style="margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: 600; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";"><img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/3f7abc54d9ccab9.jpeg" alt="配置 Shadowsocks" data-canonical-src="https://download.shluqu.cn/wp-content/uploads/2022/202207/54ac171afa4a1b1.jpg" style="box-sizing: content-box; border-style: none; max-width: 100%; background-color: var(--color-canvas-default); font-size: 16px; font-weight: 400;">
<span style="font-size: 16px; font-weight: 400;"></span>
</p>
<p style="margin-top: 0px; margin-bottom: 1em;;">安装信息,如果确保没有什么问题了,按回车继续</p>
<p style="margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: 600; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";"><img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/c686636306d722a.jpeg" alt="安装信息" data-canonical-src="https://download.shluqu.cn/wp-content/uploads/2022/202207/5ea2e911685e89f.jpg" style="box-sizing: content-box; border-style: none; max-width: 100%; background-color: var(--color-canvas-default); font-size: 16px; font-weight: 400;">
<span style="font-size: 16px; font-weight: 400;"></span>
</p>
<p style="margin-top: 0px; margin-bottom: 1em;;">(备注,安装信息会因你的配置而变化..不用在乎这截图)<br>(备注,由于我懒…脚本显示的一些信息可能会跟上面的截图有少许不同,但实际上都是很简单明了的)</p>
<div id="6" style="padding-top: 30px;"></div>
<h2 style="margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: 600; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";">
V2Ray 安装完成
</h2>
<p style="margin-top: 0px; margin-bottom: 1em;;">OK,此时 V2Ray 已经安装完成了。</p>
<p style="margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: 600; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";"><img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/f0f63d1371a9a2c.jpeg" alt="V2Ray 安装完成" data-canonical-src="https://download.shluqu.cn/wp-content/uploads/2022/202207/dc2bf6fca116.jpg" style="box-sizing: content-box; border-style: none; max-width: 100%; background-color: var(--color-canvas-default); font-size: 16px; font-weight: 400;">
<span style="font-size: 16px; font-weight: 400;"></span>
</p>
<p style="margin-top: 0px; margin-bottom: 1em;;">如上图所示,V2Ray 配置信息,Shadowsocks 配置信息都有了<br>如果你使用过 Shadowsocks ,那么现在你可以测试一下 Shadowsocks 配置了,看看是否能正常使用。<br>如果你使用过 V2Ray 某些客户端,那么现在也可以测试一下配置了。<br>(备注,可能某些 V2Ray 客户端的选项或描述略有不同,但事实上,上面的 V2Ray 配置信息已经足够详细,由于客户端的不同,请对号入座。)</p>
<p style="margin-top: 0px; margin-bottom: 1em;;"><br></p>
<div id="7" style="padding-top: 30px;"></div>
<h2 id="user-content-v2ray-管理面板" style="margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: 600; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";">V2Ray 管理面板</h2>
<p style="margin-top: 0px; margin-bottom: 1em;;">现在可以尝试一下输入 <code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray</code> 回车,即可管理
V2Ray
</p>
<p style="margin-top: 0px; margin-bottom: 1em;;"><img src="https://download.shluqu.cn/wp-content/uploads/2022/202207/56e441ff9b0350d.jpeg" alt="V2Ray 管理面板" data-canonical-src="https://download.shluqu.cn/wp-content/uploads/2022/202207/ea83bda0dcabf4e.jpg" style="box-sizing: content-box; border-style: none; max-width: 100%; background-color: var(--color-canvas-default);"></p>
<h2 id="user-content-tcp-阻断" style="margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: 600; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";">
TCP 阻断
</h2>
<p style="margin-top: 0px; margin-bottom: 1em;;">如果你觉得你的小鸡出现了这种情况,那么可以尝试使用 UDP 协议相关的 mKCP<br>当然,用了我的脚本那是很简单的啦,直接输入 <code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray config</code> 然后选择修改
V2Ray 传输协议<br>之后再选择 mKCP 相关的就行咯<br>备注:使用 mKCP 或许还可以提高速度,但由于 UDP 的原因也许会被运营商 Qos,这是无解的。</p>
<div id="8" style="padding-top: 30px;"></div>
<h2 id="user-content-快速管理-v2ray" style="margin-top: 24px; margin-bottom: 16px; font-size: 1.5em; font-weight: 600; line-height: 1.25; padding-bottom: 0.3em; border-bottom: 1px solid var(--color-border-muted); color: rgb(36, 41, 47); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";">
快速管理 V2Ray
</h2>
<p style="margin-top: 0px; margin-bottom: 1em;;"><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray info</code> 查看
V2Ray 配置信息<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray config</code> 修改
V2Ray 配置<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray link</code> 生成
V2Ray 配置文件链接<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray infolink</code> 生成
V2Ray 配置信息链接<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray qr</code> 生成
V2Ray 配置二维码链接<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray ss</code> 修改
Shadowsocks 配置<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray ssinfo</code> 查看
Shadowsocks 配置信息<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray ssqr</code> 生成
Shadowsocks 配置二维码链接<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray status</code> 查看
V2Ray 运行状态<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray start</code> 启动
V2Ray
<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray stop</code> 停止
V2Ray
<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray restart</code> 重启
V2Ray
<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray log</code> 查看
V2Ray 运行日志<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray update</code> 更新
V2Ray
<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray update.sh</code> 更新
V2Ray 管理脚本<br><code style="font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace; font-size: 13.6px; padding: 0.2em 0.4em; margin: 0px; background-color: var(--color-neutral-muted); border-radius: 6px;">v2ray uninstall</code> 卸载
V2Ray
</p>
<p></p>
</div>
</div>
</section>
<!--============= Category Section Ends Here =============-->
<section class="knowledge-section padding-bottom">
<div class="container">
<div class="section-header">
<h2 class="title">相关文章</h2>
</div>
<div class="row justify-content-center mb-30-none">
<div class="col-lg-6 col-md-10">
<div class="knowledge-item">
<div class="knowledge-thumb">
<img src="static/shluqu/images/knowledge/know1.png" alt="knowledge">
</div>
<div class="knowledge-content">
<h4 class="title"><a href="cheap-hong-kong-vps.html">优质线路的香港vps(25元左右)</a></h4>
<p>香港vps优质线路是一种高质量的网络连接,与普通互联网连接相比,它提供更快的速度、低延迟、更少的延迟和更高的稳定性。 </p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-10">
<div class="knowledge-item">
<div class="knowledge-thumb">
<img src="static/shluqu/images/knowledge/know2.png" alt="knowledge">
</div>
<div class="knowledge-content">
<h4 class="title"><a href="hongkong-server.html">20元以下香港Vps</a></h4>
<p>20元以下香港Vps,香港VPS的优点有很多,对于个人站长和中小企业来说,租用香港VPS来搭建网站还是很值得的。</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-10">
<div class="knowledge-item">
<div class="knowledge-thumb">
<img src="static/shluqu/images/knowledge/know3.png" alt="knowledge">
</div>
<div class="knowledge-content">
<h4 class="title"><a href="server.html">香港云服务器推荐(cn2线路)</a></h4>
<p>香港vps的时候都多多少少的听说过香港CN2,香港BGP,香港CN2 GIA线路,但是到底什么是香港CN2几家家比较知名的香港CN2线路主机商!</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-10">
<div class="knowledge-item">
<div class="knowledge-thumb">
<img src="static/shluqu/images/knowledge/know4.png" alt="knowledge">
</div>
<div class="knowledge-content">
<h4 class="title"><a href="server-hongkong-gia.html">香港CN2 GIA优质线路vps推荐</a></h4>
<p>香港CN2 GIA算得上是香港直连大陆线路的顶配线路了,163,一般cn2线路都要快拥有最高弹性丶高冗馀和低延迟的卓越中国直连线路。</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--============= Have Questions Section Starts Here =============-->
<div class="have-questions-section mb--70--145">
<div class="container">
<div class="have-question-wrapper">
<div class="row">
<div class="col-lg-12">
<div class="have-question-content">
<h2 class="title">什么是V2Ray软件?</h2>
<p>V2Ray 是一个网络代理工具,通过使用特定的中转服务器完成数据传输,支持 HTTP(只支持传入)、Socks、Shadowsocks、Trojan、VMess、VLESS等内容传输协议,每个内容传输协议可单独设置传输载体,如 TCP、mKCP、QUIC、gPRC、WebSocket 等。</p>
<div class="col-lg-12 col-md-6">
<span class="popular-item">
<div class="popular-content">
<a href="https://shluqu.github.io/hongkong-server-v2ray.html" class="info">v2ray教學</a>
<a href="https://shluqu.github.io/hongkong-server-v2ray.html" class="info">v2ray一鍵安裝</a>
<a href="https://shluqu.github.io/hongkong-server-v2ray.html" class="info">V2Ray客户端</a>
<a href="https://shluqu.github.io/hongkong-server-v2ray.html" class="info">安装V2Ray</a>
<a href="https://shluqu.github.io/hongkong-server-v2ray.html" class="info">v2ray节点</a>
<a href="https://shluqu.github.io/hongkong-server-v2ray.html" class="info">v2ray节点订阅</a>
<a href="https://shluqu.github.io/hongkong-server-v2ray.html" class="info">V2Ray搭建</a>
<a href="https://shluqu.github.io/hongkong-server-v2ray.html" class="info">V2ray手机端</a>
<a href="https://shluqu.github.io/hongkong-server-v2ray.html" class="info">v2ray安装包</a>
<a href="https://shluqu.github.io/" class="info">香港vps托管</a>
<a href="https://shluqu.github.io/" class="info">香港vps</a>
<a href="https://shluqu.github.io/" class="info">大带宽香港vps</a>
<a href="https://shluqu.github.io/" class="info">便宜香港vps</a>
<a href="https://shluqu.github.io/" class="info">香港vps托管</a>
<a href="https://shluqu.github.io/" class="info">香港vps租用</a>
<a href="https://shluqu.github.io/" class="info">香港vps价格</a>
<a href="https://shluqu.github.io/" class="info">香港vps推荐</a>
<a href="https://shluqu.github.io/" class="info">香港vps服务器</a> </div>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--============= Have Questions Section Ends Here =============-->
<div class="dianshi-global" id="" name="">
<div class="tpm1-anchor-widget--simple is-fixed is-def-hidden is-center" style="top: 0px;">
<div class="tpm1-anchor-widget--simple__inner">
<div class="tpm1-anchor-widget--simple__hd">安装V2Ray教程
</div>
<div class="tpm1-anchor-widget--simple__bd">
<ul class="tpm1-anchor-widget--simple__list">
<li class="tpm1-anchor-widget--simple__item"><a href="javascript:;" onclick="goDiv('1')" class="tpm1-anchor-widget--simple__item-link">V2Ray安装流程</a></li>
<li class="tpm1-anchor-widget--simple__item"><a href="javascript:;" onclick="goDiv('2')" class="tpm1-anchor-widget--simple__item-link">V2Ray软件下载</a></li>
<li class="tpm1-anchor-widget--simple__item"><a href="javascript:;" onclick="goDiv('3')" class="tpm1-anchor-widget--simple__item-link">购买一台VPS</a></li>
<li class="tpm1-anchor-widget--simple__item"><a href="javascript:;" onclick="goDiv('33')" class="tpm1-anchor-widget--simple__item-link">Putty管理vps</a></li>
<li class="tpm1-anchor-widget--simple__item"><a href="javascript:;" onclick="goDiv('4')" class="tpm1-anchor-widget--simple__item-link">安装 V2Ray</a></li>
<li class="tpm1-anchor-widget--simple__item"><a href="javascript:;" onclick="goDiv('5')" class="tpm1-anchor-widget--simple__item-link">一键V2Ray代码</a></li>
<li class="tpm1-anchor-widget--simple__item"><a href="javascript:;" onclick="goDiv('6')" class="tpm1-anchor-widget--simple__item-link">V2Ray 安装完成</a></li>
<li class="tpm1-anchor-widget--simple__item"><a href="javascript:;" onclick="goDiv('7')" class="tpm1-anchor-widget--simple__item-link">V2Ray 管理面板</a></li>
<li class="tpm1-anchor-widget--simple__item"><a href="javascript:;" onclick="goDiv('8')" class="tpm1-anchor-widget--simple__item-link">快速管理 V2Ray</a></li>
</ul>
</div>
<div class="tpm1-anchor-widget--simple__btn"></div>
</div>
</div>
</div>
<!--============= Footer Section Starts Here =============-->
<footer class="footer-section pt-70-145">
<a href="#0" class="scrollToTop active"><i class="fas fa-angle-up"></i></a>
<div class="container">
<div class="footer-top cl-white padding-bottom padding-top">
<div class="row mb--50 justify-content-between">
<div class="col-sm-12 col-lg-4">
<div class="footer-widget widget-about">
<div class="logo-area">
<div class="logo">
<a href="javascript:;"><img src="static/shluqu/picture/f75336c2714d6ea.png" title="香港vps推荐" alt="香港vps推荐"></a>
</div>
</div>
<p style="margin-top: 0px; margin-bottom: 1em;">香港vps推荐博客专注国外VPS、国外服务器、国外虚拟主机推荐,我们从用户使用体验出发,对国外VPS主机价格、速度、可靠性、客服等多个方面进行测评,为你推荐优秀的国外VPS/服务器/虚拟主机。</p>
<ul class="social-icons">
<li>
商务合作:
</li>
<li>
Telegram:@luobode (此站出售)
</li>
</ul>
</div>
</div>
<div class="col-sm-8 col-md-4 col-lg-3 offset-lg-1">
<div class="footer-widget widget-link">
<h5 class="title">用途分类</h5>
<ul>
<li><a href="https://shluqu.github.io/server.html">香港云服务器</a></li>
<li><a href="https://shluqu.github.io/Physical-server.html">香港物理服务器</a></li>
<li><a href="https://shluqu.github.io/large-bandwidth.html">香港大带宽服务器</a></li>
<li><a href="https://shluqu.github.io/us/index.html">美国vps</a></li>
<li><a href="https://shluqu.github.io/jp/index.html">日本vps</a></li>
</ul>
</div>
</div>
<div class="col-sm-8 col-lg-4">
<div class="footer-widget widget-link">
<h5 class="title">地区分类</h5>
<ul>
<li><a href="https://shluqu.github.io/china-cloud-server.html">国内云服务器</a></li>
<li><a href="#">国外云服务器</a></li>
<li><a href="https://shluqu.github.io/server.html">香港云服务器</a></li>
<li><a href="#">美国云服务器</a></li>
</ul>
</div>
</div>
</div>
</div>
<p class="friendly_connection">友情连接:<a href="https://ratenn.com/">地址生成器</a> | <a href="https://ratenn.com/">美国地址生成</a> | <a href="https://imgml.com/">转账截图生成</a> | <a href="https://imgml.com/">聊天截图生成</a></p>
<div class="footer-bottom cl-white">
<p>Copyright © 2020 <a href="https://shluqu.github.io/">香港vps推荐</a> - Designed by 香港vps推荐</p>
</div>
</div>
</footer>
<!--============= Footer Section Ends Here =============-->
<script>
var div_child = '<div class="support"> <ul class="menu" style="margin-right: -8px;"> <li> <a href="#0" style="padding: 7px 5px;font-size: 15px;"><img src="static/shluqu/newimg/hk.svg" style="margin-right: 7px;width: 30px;" class="img-fluid">香港机房</a> <ul class="submenu" style="min-width: 130px;"> <li> <a href="jp/index.html" style="font-size: 13px;"><img src="static/shluqu/newimg/jp.svg" style="margin-right: 7px;width: 30px;" class="img-fluid">日本机房</a> </li> <li> <a href="us/index.html" style="font-size: 13px;"><img src="static/shluqu/newimg/us.svg" style="margin-right: 7px;width: 30px;" class="img-fluid">美国机房</a> </li> </ul> </li> </ul> </div>'
var c = document.getElementById('div_1');
c.innerHTML += div_child;
</script>
<script src="static/shluqu/js/jquery-3.3.1.min.js"></script>
<script src="static/shluqu/js/modernizr-3.6.0.min.js"></script>
<script src="static/shluqu/js/plugins.js"></script>
<script src="static/shluqu/js/bootstrap.min.js"></script>
<script src="static/shluqu/js/wow.min.js"></script>
<script src="static/shluqu/js/waypoints.js"></script>
<script src="static/shluqu/js/nice-select.js"></script>
<script src="static/shluqu/js/owl.min.js"></script>
<script src="static/shluqu/js/magnific-popup.min.js"></script>
<script src="static/shluqu/js/main.js"></script>
</body>
</html>