-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathfaq.html
More file actions
941 lines (858 loc) · 73.2 KB
/
faq.html
File metadata and controls
941 lines (858 loc) · 73.2 KB
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
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<title>rixCloud | 云加速APP及网络,游戏加速,香港云主机 | ChatSIM中国认证合作伙伴</title>
<meta name="keywords" content="Shadowsocks,Surge,Shadowrocket,Youtube,Twitter,Facebook,Telegram,Instagram等app及网站加速,GTA5,战地,Steam等游戏加速,香港云主机,博客及网站托管">
<meta name="description" content="Youtube,Twitter,Facebook,Telegram,Instagram等app及网站加速,GTA5,战地,Steam等游戏加速,香港云主机,博客及网站托管">
<!-- Fix chrome language detection -->
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<meta http-equiv="Content-Language" content="zh" />
<!-- Styles -->
<link href="css/core.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/panel.css" rel="stylesheet">
<link href="css/global.css" rel="stylesheet">
<style>
@font-face {
font-family: 'icons';
src:url('fonts/icons/icons.eot');
src:url('fonts/icons/icons.eot') format('embedded-opentype'),
url('fonts/icons/icons.ttf') format('truetype'),
url('fonts/icons/icons.woff') format('woff'),
url('fonts/icons/icons.svg') format('svg');
font-weight: normal;
font-style: normal;
}
</style>
<!--[if lt IE 9]>
<script src="/js/selectivizr-min.js"></script>
<script src="/js/html5shiv.min.js"></script>
<script src="/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="page-wrapper">
<div class="page-navbar">
<nav class="navbar">
<div class="container">
<button class="navbar-toggle btn btn-link btn-icon" type="button"><i><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></i></button>
<div class="navbar-header">
<a class="navbar-brand" href="index.html"></a>
<a href="https://my.rixcloud.com" class="navbar-login btn btn-link btn-icon"><i class="zmdi zmdi-account-o"></i></a>
</div>
<div class="navbar-container">
<ul class="nav navbar-nav navbar-main">
<li>
<a href="index.html">首页</a>
</li>
<li class="dropdown">
<a href="pricing.html" data-toggle="dropdown">产品及价格</a>
<ul class="dropdown-menu">
<li><a href="pricing.html">标准加速</a></li>
<li><a href="game_pricing.html">游戏加速</a></li>
<li><a href="host_pricing.html">Linux主机</a></li>
</ul>
</li>
<li class="dropdown">
<a href="features.html" data-toggle="dropdown">产品特性</a>
<ul class="dropdown-menu">
<li><a href="features.html">标准加速</a></li>
<li><a href="game.html">游戏加速</a></li>
<li><a href="host.html">Linux主机</a></li>
<li><a href="datacenter.html">数据中心</a></li>
<li><a href="panel.html">控制面板</a></li>
</ul>
</li>
<li class="dropdown">
<a href="index.html" data-toggle="dropdown">资源及测速</a>
<ul class="dropdown-menu">
<li><a href="https://docs.rixcloud.com">支持文档</a></li>
<li><a href="client.html">客户端</a></li>
<li><a href="speedtest.html">速度测试</a></li>
<li><a href="status.html">服务器状态</a></li>
</ul>
</li>
<li class="dropdown">
<a href="about.html" data-toggle="dropdown">条款及优惠</a>
<ul class="dropdown-menu">
<li><a href="about.html">关于我们</a></li>
<li><a href="sla.html">服务协议</a></li>
<li><a href="contact.html">联系我们</a></li>
<li><a href="coupons.html">优惠码</a></li>
<li><a href="aff.html">推介计划</a></li>
</ul>
</li>
</ul>
<ul class="nav navbar-buttons">
<li><a href="https://my.rixcloud.com/clientarea.php" class="btn btn-outline btn-light">登录</a></li>
<li><a href="https://my.rixcloud.com/register.php" class="btn btn-dark">注册</a></li>
</ul>
</div>
</div>
</nav>
</div>
<!-- /.page-navbar -->
<div class="page-banner page-banner-subpage p-b-0">
<div class="container">
<div class="banner-slogan banner-slogan-hero">
<h1 class="slogan-title text-center">FAQ</h1>
<div class="banner-search">
<form method="get">
<div class="input-icon">
<input name="query" class="form-control input-lg" type="text" placeholder="Search For Question..." value=""/>
<button class="btn btn-link btn-icon btn-lg" type="button"><i class="zmdi zmdi-search"></i></button>
</div>
</form>
</div>
</div>
<div class="banner-tabs tabs-responsive">
<div class="tabs-container">
<ul class="nav nav-tabs text-center">
<li class="active"><a href="https://docs.rixcloud.com">问答</a></li>
<li><a href="client.html">客户端</a></li>
<li><a href="speedtest.html">测速</a></li>
<li><a href="status.html">服务器状态</a></li>
</ul>
<button class="btn btn-icon btn-link btn-prev" type="button" data-click="prev-tab"><i class="zmdi zmdi-chevron-left"></i></button>
<button class="btn btn-icon btn-link btn-next" type="button" data-click="next-tab"><i class="zmdi zmdi-chevron-right"></i></button>
</div>
</div> </div>
</div>
<!-- /.page-banner -->
<div class="page-main">
<div class="container">
<div class="main-sidebar main-sidebar-left main-sidebar-scrollspy">
<div class="nav-responsive">
<a class="btn btn-default btn-outline"> Go to...<i class="zmdi zmdi-caret-down"></i></a>
<ul class="nav nav-sidebar">
<li><a href="index.html#accordion-bill">Billing and Account</a></li>
<li><a href="index.html#accordion-tech">Technical</a></li>
<li><a href="index.html#accordion-comm">Community</a></li>
</ul>
</div>
</div>
<div class="main-content main-content-right">
<div id="accordion-bill" class="content-row">
<h2 class="m-t-0">Billing and Account</h2>
<h3 class="h4" id="stoppedinstancecharges"><a href="index.html#stoppedinstancecharges">Do you charge for stopped instances?</a></h3>
<p>Yes, instances in a stopped state continue to reserve dedicated system resources (RAM, SSD storage, IP aliases, CPU) and therefore incur charges until you destroy the instance. If you wish to no longer accumulate charges for a virtual machine, please use the DESTROY button in the customer portal.</p>
<h3 class="h4" id="billingauthorization"><a href="index.html#billingauthorization">I linked my credit card but I see a small charge on my card! What gives?</a></h3>
<p>We have not charged your card. What you have observed is a temporary authorization in order to validate the card provided. The hold will automatically expire based on your bank's policy, generally within a few days.</p>
<h3 class="h4" id="billingoverview"><a href="index.html#billingoverview">How am I billed for my instances?</a></h3>
<p>All virtual machines on your account are billed hourly up to the monthly rate cap. The hourly rate is determined by dividing the monthly rate by 672 hours (28 days). If your machine is online for more than 672 hours in a calendar month, you will only be billed the monthly rate. Accumulated charges are invoiced to your account on the 1st of every month.</p>
<h3 class="h4" id="vat"><a href="index.html#vat">Does VAT apply for European Union customers?</a></h3>
<p>Vultr.com is required to collect VAT (Value Added Tax) for customers that reside in the EU. VAT is not charged to Business or Charity customers that provide a valid VAT registration. You may enter your VAT registration in your customer portal's settings section. Our prices do not include VAT - VAT will be added to your invoice as a separate line item.</p>
<h3 class="h4" id="vat_id"><a href="index.html#vat_id">What is Vultr's VAT Number?</a></h3>
<p>Our VAT ID is EU372003050 and it will be included on invoices where VAT is applied.</p>
<h3 class="h4" id="vat_rates"><a href="index.html#vat_rates">What are the VAT rates for European Union customers?</a></h3>
<p>The VAT rate charged is the rate of your country of residence.</p>
<table class="table table-bordered vat_table">
<thead>
<tr>
<th>Country</th>
<th>Rate</th>
</tr>
</thead>
<tbody>
<tr>
<td>Belgium</td>
<td>21%</td>
</tr>
<tr>
<td>Bulgaria</td>
<td>20%</td>
</tr>
<tr>
<td>Czech Republic</td>
<td>21%</td>
</tr>
<tr>
<td>Denmark</td>
<td>25%</td>
</tr>
<tr>
<td>Germany</td>
<td>19%</td>
</tr>
<tr>
<td>Estonia</td>
<td>20%</td>
</tr>
<tr>
<td>Greece</td>
<td>23%</td>
</tr>
<tr>
<td>Spain</td>
<td>21%</td>
</tr>
<tr>
<td>France</td>
<td>20%</td>
</tr>
<tr>
<td>Croatia</td>
<td>25%</td>
</tr>
<tr>
<td>Ireland</td>
<td>23%</td>
</tr>
<tr>
<td>Italy</td>
<td>22%</td>
</tr>
<tr>
<td>Cyprus</td>
<td>19%</td>
</tr>
<tr>
<td>Latvia</td>
<td>21%</td>
</tr>
<tr>
<td>Lithuania</td>
<td>21%</td>
</tr>
<tr>
<td>Luxembourg</td>
<td>17%</td>
</tr>
<tr>
<td>Hungary</td>
<td>27%</td>
</tr>
<tr>
<td>Malta</td>
<td>18%</td>
</tr>
<tr>
<td>Netherlands</td>
<td>21%</td>
</tr>
<tr>
<td>Austria</td>
<td>20%</td>
</tr>
<tr>
<td>Poland</td>
<td>23%</td>
</tr>
<tr>
<td>Portugal</td>
<td>23%</td>
</tr>
<tr>
<td>Romania</td>
<td>20%</td>
</tr>
<tr>
<td>Slovenia</td>
<td>22%</td>
</tr>
<tr>
<td>Slovakia</td>
<td>20%</td>
</tr>
<tr>
<td>Finland</td>
<td>24%</td>
</tr>
<tr>
<td>Sweden</td>
<td>25%</td>
</tr>
<tr>
<td>United Kingdom</td>
<td>20%</td>
</tr>
</tbody>
</table>
<h3 class="h4" id="bandwidthcalculation"><a href="index.html#bandwidthcalculation">Is bandwidth usage calculated from outbound, inbound, or inbound+outbound traffic?</a></h3>
<p>Your bandwidth usage is based on the highest of either your inbound traffic or your outbound traffic. For example, if your VPS uses 100 GB of incoming bandwidth and 200 GB outgoing bandwidth, your utilization for billing purposes would be 200 GB.</p>
<h3 class="h4" id="bandwidthoveragerate"><a href="index.html#bandwidthoveragerate">At what rate is overage bandwidth billed?</a></h3>
<p>Bandwidth utilization in excess of instance allocation is charged at $0.02 per GB in North American and Western European locations. Due to higher regional costs, Tokyo (Japan) overage is priced at $0.05 per GB and Sydney (Australia) overage is priced at $0.10 per GB.</p>
<h3 class="h4" id="bandwidthhourly"><a href="index.html#bandwidthhourly">How are monthly bandwidth caps calculated for hourly instances?</a></h3>
<p>If your plan has 1000GB allocated to it, the amount of transfer per hour for overage calculations is 1000 / 672 = 1.48GB/hour. Your pending charges will reflect the overage calculated by this formula. Note: In some cases it may be less expensive to leave your instance running than to destroy it and be assessed overage charges.</p>
<h3 class="h4" id="authy"><a href="index.html#authy">What is "Two Factor Auth"?</a></h3>
<p>Two factor authentication allows you to configure an additional means of authentication on your account. When logging into Vultr, you are prompted with an additional login step after entering your password. This adds extra security to your account. We support Google Authenticator and Yubikey devices. Authy was previously supported, but has since been removed.</p>
</div>
<div id="accordion-tech" class="content-row">
<h2 class="m-t-0">Technical</h2>
<h3 class="h4" id="oschoices"><a href="index.html#oschoices">What operating system templates do you offer?</a></h3>
<p>We currently offer the following options: CentOS 6 x64, CentOS 6 i386, CentOS 5 x64, CentOS 5 i386, CentOS 7 x64, Ubuntu 12.04 x64, Ubuntu 12.04 i386, Ubuntu 14.04 x64, Ubuntu 14.04 i386, Ubuntu 15.10 x64, Ubuntu 15.10 i386, Debian 7 x64 (wheezy), Debian 7 i386 (wheezy), Debian 8 x64 (jessie), Debian 8 i386 (jessie), FreeBSD 10.2 x64, CoreOS Stable, Windows 2012 R2 x64. Windows licensing carries an additional $16 per instance surcharge. Vultr also offers the ability to install your own operating system from any Custom ISO you upload.</p>
<h3 class="h4" id="reversednsediting"><a href="index.html#reversednsediting">Do you allow editing of reverse DNS records?</a></h3>
<p>Yes, we allow custom reverse DNS entries for your virtual machine IPs. You can update reverse dns information directly from your customer portal.</p>
<h3 class="h4" id="outboundsmtp"><a href="index.html#outboundsmtp">Do you allow outbound SMTP?</a></h3>
<p>Outbound SMTP is blocked by default. To lift this restriction, you must contact our support team and fill out an authorization form.</p>
<h3 class="h4" id="consoleaccess"><a href="index.html#consoleaccess">Do you offer console access?</a></h3>
<p>Yes, you can access the console for your virtual machine using the control panel.</p>
<h3 class="h4" id="instancebackups"><a href="index.html#instancebackups">Do you offer instance backups?</a></h3>
<p>Subscribers may create snapshots of any active instance at any time. We understand the importance of creating backups of all critical files/content/configurations and encourage all VULTR.com subscribers to maintain current backups as part of organizational business continuity planning and execution. We also offer daily automated backups - <a href="../docs/vps-automatic-backups">read more details</a> about automatic backups.</p>
<h3 class="h4" id="ipv6support"><a href="index.html#ipv6support">Do you offer IPv6 support?</a></h3>
<p>IPv6 support is available in the following locations: Atlanta, Chicago, Dallas, Los Angeles, Miami, New Jersey, Seattle, Silicon Valley, Amsterdam, Tokyo, London, Paris, Frankfurt, Sydney. Each virtual machine is issued its own /64.</p>
<h3 class="h4" id="managedhosting"><a href="index.html#managedhosting">Do you offer managed hosting?</a></h3>
<p>No, your instances grant you full root access and are 100% self-managed.</p>
<h3 class="h4" id="multipleipv4"><a href="index.html#multipleipv4">Do you support multiple IPv4 addresses per instance?</a></h3>
<p>Every virtual machine comes with one primary IPv4 address. Up to two additional addresses are available for an extra fee.</p>
<h3 class="h4" id="downloadspeedtests"><a href="index.html#downloadspeedtests">How can I test Vultr download speeds?</a></h3>
<p>
Test downloads for:
<select id="speedtest_type" class="form-control" onchange="toggleSpeedTest()">
<option value="v4" selected>IPv4</option>
<option value="v6">IPv6</option>
</select>
</p>
<table id="speedtest_v4" class="table speedtest_table">
<thead>
<tr>
<th>Location</th>
<th>Hostname</th>
<th>Download Test File</th>
</tr>
</thead>
<tbody>
<tr>
<td>
(EU) Frankfurt, DE
</td>
<td>
fra-de-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://fra-de-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://fra-de-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
(EU) Amsterdam, NL
</td>
<td>
ams-nl-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://ams-nl-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://ams-nl-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
(EU) Paris, France
</td>
<td>
par-fr-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://par-fr-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://par-fr-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
(EU) London, UK
</td>
<td>
lon-gb-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://lon-gb-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://lon-gb-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
(Asia) Tokyo, Japan
</td>
<td>
hnd-jp-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://hnd-jp-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://hnd-jp-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
New York (NJ)
</td>
<td>
nj-us-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://nj-us-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://nj-us-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Chicago, Illinois
</td>
<td>
il-us-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://il-us-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://il-us-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Atlanta, Georgia
</td>
<td>
ga-us-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://ga-us-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://ga-us-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Seattle, Washington
</td>
<td>
wa-us-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://wa-us-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://wa-us-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Miami, Florida
</td>
<td>
fl-us-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://fl-us-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://fl-us-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Dallas, Texas
</td>
<td>
tx-us-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://tx-us-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://tx-us-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Silicon Valley, California
</td>
<td>
sjo-ca-us-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://sjo-ca-us-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://sjo-ca-us-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Los Angeles, California
</td>
<td>
lax-ca-us-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://lax-ca-us-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://lax-ca-us-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
(AU) Sydney, Australia
</td>
<td>
syd-au-ping.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://syd-au-ping.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://syd-au-ping.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
</tbody>
</table>
<table id="speedtest_v6" class="table speedtest_table" style="display: none;">
<thead>
<tr>
<th>Location</th>
<th>Hostname</th>
<th>Download Test File</th>
</tr>
</thead>
<tbody>
<tr>
<td>
(EU) Frankfurt, DE
</td>
<td>
fra-de-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://fra-de-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://fra-de-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
(EU) Amsterdam, NL
</td>
<td>
ams-nl-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://ams-nl-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://ams-nl-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
(EU) Paris, France
</td>
<td>
par-fr-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://par-fr-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://par-fr-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
(EU) London, UK
</td>
<td>
lon-gb-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://lon-gb-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://lon-gb-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
(Asia) Tokyo, Japan
</td>
<td>
hnd-jp-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://hnd-jp-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://hnd-jp-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
New York (NJ)
</td>
<td>
nj-us-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://nj-us-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://nj-us-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Chicago, Illinois
</td>
<td>
il-us-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://il-us-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://il-us-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Atlanta, Georgia
</td>
<td>
ga-us-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://ga-us-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://ga-us-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Seattle, Washington
</td>
<td>
wa-us-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://wa-us-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://wa-us-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Miami, Florida
</td>
<td>
fl-us-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://fl-us-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://fl-us-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Dallas, Texas
</td>
<td>
tx-us-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://tx-us-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://tx-us-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Silicon Valley, California
</td>
<td>
sjo-ca-us-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://sjo-ca-us-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://sjo-ca-us-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
Los Angeles, California
</td>
<td>
lax-ca-us-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://lax-ca-us-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://lax-ca-us-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
<tr>
<td>
(AU) Sydney, Australia
</td>
<td>
syd-au-ipv6.vultr.com
</td>
<td>
<div class="actions multi p-t-0 p-b-0">
<a href="http://syd-au-ipv6.vultr.com/vultr.com.100MB.bin" class="btn btn-primary btn-lg">100MB</a>
<a href="http://syd-au-ipv6.vultr.com/vultr.com.1000MB.bin" class="btn btn-primary btn-lg">1GB</a>
</div>
</td>
</tr>
</tbody>
</table>
<h3 class="h4" id="portblockingdefaults"><a href="index.html#portblockingdefaults">Port X seems to be blocked on my VPS, are you blocking it?</a></h3>
<p>The only port we block (aside SMTP as listed above) is 19. Many operating systems come with default firewalls that block traffic. You would need to open any ports you need within your VPS's firewall.</p>
<h3 class="h4" id="hardwarespecs"><a href="index.html#hardwarespecs">What are the hardware specifications of your host machines?</a></h3>
<p>In order to achieve the highest possible virtualized performance, all of our host machines use the latest-gen Intel CPU architecture with 100% SSD storage.</p>
<h3 class="h4" id="virtualization"><a href="index.html#virtualization">What type of virtualization do you use?</a></h3>
<p>We utilize KVM ( Kernel-based Virtual Machine ) on 100% of our infrastructure.</p>
<h3 class="h4" id="dedicated_ssd"><a href="index.html#dedicated_ssd">How many GBs are usable on the 120GB SSDs for VDC?</a></h3>
<p>The 120 GB SSDs on our <a href="../pricing/dedicatedcloud/index.html">Vultr Dedicated Cloud (VDC)</a> product line offer approximately 110 GB of usable space.</p>
<h3 class="h4" id="software"><a href="index.html#software">Do your instances come pre-installed with cPanel/WHM, WordPress, PHP, MySQL, etc?</a></h3>
<p>By default, instances will have a clean OS install without these additional packages but you will have full root/administrator to install any additional software you require. If you prefer that your instances come with some pre-packaged software already setup, we do offer a suite of one-click applications that add some popular packages, including cPanel/WHM, LEMP, OpenVPN, and more. See the full list of <a href="../apps/index.html">one click applications</a>.</p>
<h3 class="h4" id="license"><a href="index.html#license">Do your instances come with a cPanel license?</a></h3>
<p>No, instances do not come with a cPanel license by default. cPanel licenses are available for an additional $15/month.</p>
<h3 class="h4" id="bgp"><a href="index.html#bgp">Do you provide BGP sessions?</a></h3>
<p>If you have your own IP space, we can provide BGP sessions. Contact our support department for more details.</p>
<h3 class="h4" id="fulltable"><a href="index.html#fulltable">Can you provide a full table with your BGP sessions?</a></h3>
<p>Yes, we provide a full table by default (for both IPv4 and IPv6)</p>
<h3 class="h4" id="dedicated_vs_compute"><a href="index.html#dedicated_vs_compute">How do Dedicated Instances differ from Compute Instances?</a></h3>
<p>Dedicated Cloud Instances offer resources allocated to you with no noisy neighbors. You can rent 25%, 50%, 75%, or an entire dedicated server with the advantages of the Vultr Platform including hourly billing and fast provisioning.</p>
</div>
<div id="accordion-comm" class="content-row">
<h2 class="m-t-0">Community</h2>
<h3 class="h4" id="communitywebsite"><a href="index.html#communitywebsite">Do you have a community forum website?</a></h3>
<p>Yes we do! Discuss with the Vultr.com community at <a href="https://discuss.vultr.com">discuss.vultr.com</a>.</p>
</div>
</div>
</div>
</div>
<!-- /.page-section -->
<div class="page-section section-blue section-center">
<div class="container">
<h2 class="section-title">使用rixCloud云服务,开启新生活!</h2>
<form method="post" action="https://my.rixcloud.com/register.php" class="register-form">
<input type="hidden" name="action" value="register"/>
<input style="display: none;" name="email" value="" autocomplete="off">
<div class="register-container">
<div class="form-group">
<input name="email" class="form-control input-lg" type="email" placeholder="Email地址"/>
</div>
<div class="form-group">
<input name="password" class="form-control input-lg" type="password" placeholder="密码"/>
</div>
<button class="btn btn-primary-light btn-lg" type="submit">注册</button>
</div>
</form>
</div>
</div>
<!-- /.page-section -->
<div class="page-footer">
<footer class="footer-nav">
<div class="container">
<div class="row">
<div class="col-xs-3">
<h4>产品及价格</h4>
<ul>
<li><a href="pricing.html">标准加速</a></li>
<li><a href="game_pricing.html">游戏加速</a></li>
<li><a href="host_pricing.html">Linux主机</a></li>
</ul>
</div>
<div class="col-xs-3">
<h4>产品特性</h4>
<ul>
<li><a href="features.html">标准加速</a></li>
<li><a href="game.html">游戏加速</a></li>
<li><a href="host.html">Linux主机</a></li>
<li><a href="datacenter.html">数据中心</a></li>
<li><a href="panel.html">控制面板</a></li>
<li><a href="apps.html">推荐软件</a></li>
</ul>
</div>
<div class="col-xs-3">
<h4>资源及测速</h4>
<ul>
<li><a href="https://docs.rixcloud.com">问答</a></li>
<li><a href="speedtest.html">速度测试</a></li>
<li><a href="status.html">服务器状态</a></li>
<li><a href="tos.html">服务条款</a></li>
</ul>
</div>
<div class="col-xs-3">
<h4>条款及优惠</h4>
<ul>
<li><a href="about.html">关于我们</a></li>
<li><a href="sla.html">服务协议</a></li>
<li><a href="contact.html">联系我们</a></li>
<li><a href="coupons.html">优惠码</a></li>
<li><a href="aff.html">推介计划</a></li>
</ul>
</div>
</div>
</div>
</footer>
<footer class="footer-bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-lg-push-6 col-xs-12">
<ul class="nav">
<li><a href="tos.html">服务条款</a></li>
<li><a href="sla.html">质量保证</a></li>
<li><a href="privacy.html">隐私政策</a></li>
</ul>
<ul class="social">
<li><a href="https://www.twitter.com/rixcloud/" class="btn btn-primary btn-circle btn-icon btn-outline btn-sm"><i class="zmdi zmdi-twitter"></i></a></li>
</ul>
</div>
<div class="col-lg-6 col-lg-pull-6 col-xs-12">
<p class="footer-copyright">
© 2016 rixCloud Group China, 保留所有权利
<small>rixCloud是上海墙信网络科技有限公司旗下网站<br>沪ICP备16010718号-1</small>
</p>
</div>
</div>
</div>
</footer>
</div>
<!-- /.page-footer -->
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/core.min.js"></script>
<script src="js/main.js"></script>
<script src="js/global.js"></script>
<script>
function toggleSpeedTest()
{
var type = $('#speedtest_type').val();
if (type == 'v4' || type == 'v6')
{
$('#speedtest_v4').hide();
$('#speedtest_v6').hide();
$('#speedtest_' + type).show();
}
}
</script>
</body>
</html>