This repository was archived by the owner on Dec 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpurchase.html
682 lines (633 loc) · 37.8 KB
/
purchase.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
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="JumpServer 是全球首款完全开源的堡垒机,使用GNU GPL v2.0开源协议,是符合 4A 的专业运维安全审计系统。">
<meta name="keywords" content="JumpServer, 开源堡垒机, 堡垒机, 跳板机, 运维审计系统, 运维安全审计, 运维安全审计系统">
<meta name="author" content="杭州飞致云信息科技有限公司">
<title>JumpServer - 开源堡垒机 - 官网</title>
<!-- Mobile Specific Meta
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Animation CSS -->
<link href="css/animate.min.css" rel="stylesheet">
<link href="font-awesome/css/all.min.css" rel="stylesheet">
<link href="css/fit2cloud/nav.css" rel="stylesheet">
<!-- Main Stylesheet -->
<link href="css/style.css?version=20181128" rel="stylesheet">
<!-- Colors -->
<link href="css/fit2cloud/blue.css?version=20181128" rel="stylesheet">
</head>
<body id="body">
<!--
End Preloader
==================================== -->
<!--
Fixed Navigation
==================================== -->
<div class="navbar-wrapper">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"
aria-expanded="false" aria-controls="navbar">
<span class="sr-only">JumpServer</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="img/Jumpserverlogonew.png"></a>
</div>
<div id="navbar" class="navbar-collapse navigation collapse">
<ul class="nav navbar-nav navbar-right">
<li class="github-star"><iframe src="/github-btn.html?user=jumpserver&repo=jumpserver&type=star&count=true" frameborder="0" scrolling="0" width="170px" height="20px"></iframe>
</li>
<li><a class="page-scroll" href="https://github.com/jumpserver/jumpserver.git">Github</a></li>
<li><a class="page-scroll" target="_blank" href="http://jumpserver.readthedocs.io">文档</a></li>
<li><a class="page-scroll" target="_blank" href="https://github.com/jumpserver/jumpserver/releases">下载</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button"
aria-haspopup="true" aria-expanded="false">商业产品<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a class="page-scroll" href="./purchase.html" style="text-transform: none"> JumpServer 软件订阅服务</a></li>
<li><a class="page-scroll" href="./hardware.html" style="text-transform: none"> JumpServer 一体机</a></li>
<li><a target="_blank" class="page-scroll" href=" https://www.fit2cloud.com/product/index.html" style="text-transform: none"> FIT2CLOUD 多云管理平台</a></li>
<li><a target="_blank" class="page-scroll" href=" https://kubeoperator.io/" style="text-transform: none"> KubeOperator 容器平台</a></li>
</ul>
</li>
<li><a class="page-scroll" href="customers.html">客户案例</a></li>
<li><a class="page-scroll" target="_blank" href="https://jinshuju.net/f/sQ91MK">技术咨询</a></li>
<li><a class="page-scroll" target="_blank" href="https://jinshuju.net/f/kyOYpi">企业试用版申请</a></li>
<li><a class="page-scroll" href="index.html#contact">联系我们</a></li>
</ul>
</div>
</div>
</nav>
</div>
<!--
End Fixed Navigation
==================================== -->
<!-- 购买 JumpServer 软件订阅服务-->
<section class="hero-area purchase">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<div id="title" class="wow fadeInUp text-center"
style="font-size: 35px; font-weight: 800;letter-spacing:2px;" data-wow-duration=".5s"
data-wow-delay=".3s">购买 JumpServer 软件订阅服务
</div>
</div>
</div>
</div>
</div>
</section>
<!--关于 JumpServer 软件订阅服务-->
<span class="anchor"></span>
<section class="features block-space" >
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="navy-line-new"></div>
<h1 class="block-space">关于 JumpServer 软件订阅服务</h1>
<p class="">
大量的企业选择使用 JumpServer 管理自身的 IT 资产,为了解决企业用户的管理场景并帮助用户使用 JumpServer, FIT2CLOUD
专门推出了 JumpServer 软件订阅服务,提供 X-PACK 增强包和企业级支持服务,持续为企业用户交付价值。
</p>
</div>
</div><!-- End row -->
</div> <!-- End container -->
<!--</div> -->
</section>
<!--软件订阅服务目录-->
<span class="anchor"></span>
<section class="gray-section features block-space">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="navy-line-new"></div>
<h1 class="block-space">软件订阅服务目录</h1>
<div class="col-md-12 col-sm-12 col-xs-12 subscription-div">
<table class="subscription-table">
<tr>
<th style="width:12%;">SKU</th>
<th style="width:25%;">名称</th>
<th style="width:30%;">规格描述</th>
<th style="width:9%;">价格</th>
<th style="width:14%;">购买方式</th>
</tr>
<tr>
<td>F2C-JMS-ENT-SNS</td>
<td>JumpServer 堡垒机软件订阅服务(企业版)</td>
<td>资产数量小于 5000,附赠 X-Pack 增强包</td>
<td>联系我们</td>
<td colspan="1"><i class="fa fa-phone"></i> 400-052-0755</td>
</tr>
<tr>
<td>F2C-JMS-ULT-SNS</td>
<td>JumpServer 堡垒机软件订阅服务(旗舰版)</td>
<td>资产数量大于 5000,附赠 X-Pack 增强包</td>
<td>联系我们</td>
<td colspan="1"><i class="fa fa-phone"></i> 400-052-0755</td>
</tr>
</table>
</div>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section>
<!--X-Pack增强包 -->
<span class="anchor"></span>
<section class="features block-space">
<div class="container">
<!--Xpack-->
<div class="row">
<div class="col-lg-12 text-center">
<div class="navy-line-new"></div>
<h1 class="block-space">X-Pack增强包</h1>
</div>
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12 text-center ">
<div class=" kill-border a-quarter-border">
<i class="quarter-icon fa fa-sitemap fa-4x jms-color"></i>
<div class="title-item">组织管理</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center ">
<div class=" kill-border a-quarter-border">
<i class="quarter-icon fas fa-cloud fa-4x jms-color"></i>
<div class="title-item">多云管理</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center ">
<div class=" kill-border a-quarter-border">
<i class="quarter-icon fa fa-desktop fa-4x jms-color"></i>
<div class="title-item">界面自定义</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center ">
<div class="kill-border a-quarter-border">
<i class="quarter-icon fa fa-key fa-4x jms-color"></i>
<div class="title-item">改密计划</div>
</div>
</div>
</div>
<div class="row" style="margin-top: 50px">
<div class="col-md-3 col-sm-6 col-xs-12 text-center ">
<div class=" kill-border a-quarter-border">
<i class="quarter-icon fa fa-exchange-alt fa-4x jms-color"></i>
<div class="title-item">RemoteApp功能</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center ">
<div class="kill-border a-quarter-border">
<i class="quarter-icon fa fa-asterisk fa-4x jms-color"></i>
<div class="title-item">性能优化</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center ">
<div class=" kill-border a-quarter-border">
<i class="quarter-icon fa fa-file-alt fa-4x jms-color"></i>
<div class="title-item">工单管理</div>
</div>
</div>
<div class="col-md-3 col-sm-6 col-xs-12 text-center ">
<div class="kill-border a-quarter-border">
<i class="quarter-icon fa fa-lock fa-4x jms-color"></i>
<div class="title-item">密码匣子</div>
</div>
</div>
</div>
</div>
</div> <!-- end container -->
</section> <!-- end section -->
<!--JumpServer 功能列表-->
<span class="anchor"></span>
<section class="gray-section features block-space">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<div class="navy-line-new"></div>
<h1 class="block-space">JumpServer 功能列表</h1>
<div class="col-md-12 col-sm-12 col-xs-12" >
<table class="subscription-level-table">
<tr class="subscription-level-tr-border">
<th style="background-color: #1ab394;color: #ffffff;" colspan="3">JumpServer提供的堡垒机必备功能
</th>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-first-td-background-style" rowspan="4">身份验证 Authentication</td>
<td class="features-second-td-background-style" rowspan="3">登录认证
</td>
<td class="features-third-td-background-style">资源统一登录和认证
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">LDAP认证
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">支持OpenID,实现单点登录
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-second-td-background-style">多因子认证
</td>
<td class="features-third-td-background-style">MFA(Google Authenticator)
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-first-td-background-style" rowspan="10">账号管理 Account</td>
<td class="features-second-td-background-style" rowspan="2">集中账号管理
</td>
<td class="features-third-td-background-style">管理用户管理
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">系统用户管理
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-second-td-background-style">用户角色
</td>
<td class="features-third-td-background-style">支持管理员、审计员、普通用户多种角色
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-second-td-background-style" rowspan="4">统一密码管理
</td>
<td class="features-third-td-background-style">资产密码托管
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">自动生成密码
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">密码自动推送
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">密码过期设置
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-outline-td-background-style" rowspan="2">批量密码变更(X-Pack)
</td>
<td class="features-outline-td-background-style">Linux/windows 定期批量修改密码
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-outline-td-background-style">生成随机密码
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-outline-td-background-style">多云环境的资产纳管(X-Pack)
</td>
<td class="features-outline-td-background-style">对私有云、公有云资产统一纳管
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-first-td-background-style" rowspan="10">授权控制 Authorization</td>
<td class="features-second-td-background-style" rowspan="4">资产授权管理
</td>
<td class="features-third-td-background-style">资产树
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">资产或资产组灵活授权
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">节点内资产自动继承授权
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">资产相关信息批量导入、导出
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-outline-td-background-style">RemoteApp(X-Pack)
</td>
<td class="features-outline-td-background-style">针对Windows系统实现更细粒度的应用级授权
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-outline-td-background-style">组织管理(X-Pack)
</td>
<td class="features-outline-td-background-style">实现多租户管理,权限隔离
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-second-td-background-style">多维度授权
</td>
<td class="features-third-td-background-style">可对用户、用户组或系统角色授权
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-second-td-background-style">指令限制
</td>
<td class="features-third-td-background-style">限制特权指令使用,支持黑白名单
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-second-td-background-style">统一文件传输
</td>
<td class="features-third-td-background-style">SFTP 文件上传/下载
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-second-td-background-style">文件管理
</td>
<td class="features-third-td-background-style">Web SFTP 文件管理
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-first-td-background-style" rowspan="6">安全审计 Audit</td>
<td class="features-second-td-background-style" rowspan="2">会话管理
</td>
<td class="features-third-td-background-style">在线会话管理
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">历史会话管理
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-second-td-background-style" rowspan="2">录像管理
</td>
<td class="features-third-td-background-style">Linux 录像支持
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style">Windows 录像支持
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-second-td-background-style">指令审计
</td>
<td class="features-third-td-background-style">指令记录
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-second-td-background-style">文件传输审计
</td>
<td class="features-third-td-background-style">上传/下载记录审计
</td>
</tr>
<tr class="subscription-level-tr-border">
<th style="width:42%;background-color: #1ab394;color: #ffffff;" colspan="3">
JumpServer提供的特色功能</th>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-first-td-background-style" rowspan="8">
特色
</td>
<td class="features-third-td-background-style" colspan="2">完全开源
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style" colspan="2">无并发及资产数量限制
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style" colspan="2">分布式架构、灵活扩展
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style" colspan="2">支持多云环境中物理隔离资产的管理
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style" colspan="2">容器化部署
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style" colspan="2">体验极佳的Web Terminal
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-third-td-background-style" colspan="2">网域功能适用于多云环境
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="features-outline-td-background-style" colspan="2">界面自定义(X-Pack)
</td>
</tr>
</table>
</div>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section>
<!--软件订阅服务等级-->
<span class="anchor" id="security_scan"></span>
<section class="features block-space">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center block-space">
<div class="navy-line-new"></div>
<h1 class="block-space">软件订阅服务等级</h1>
<div class="col-md-12 col-sm-12 col-xs-12">
<table class="subscription-level-table">
<tr class="subscription-level-tr-border">
<th style="width:16%;background-color: #FFF;">服务项目</th>
<th style="width:42%;background-color: #1ab394;">服务内容</th>
</tr>
<tr class="subscription-level-tr-border">
<td class="first-td-background-style">支持服务</td>
<td class="third-td-background-style"><span
style="color: #1ab394;font-weight:bold;font-size: 24px;">7x24</span>
工单及电话支持服务,<span style="color: #1ab394;font-weight:bold;font-size: 24px;">1</span>
个小时内响应客户工单;
接到故障申报后,工程师通过电话支持、远程接入等方式协助客户及时排除软件故障。
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="first-td-background-style-special">现场安装及培训服务</td>
<td class="third-td-background-style" rowspan="3">
合计5人天的原厂专业服务,可提供现场安装、现场培训、现场紧急救助、软件故障现场排査等专业支持服务;并且可以根据企业 IT 规划提供 JumpServer
建设及容量规划等专家顾问咨询服务。
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="first-td-background-style-special">现场紧急救助服务</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="first-td-background-style-special">专家顾问咨询服务</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="first-td-background-style">软件升级服务</td>
<td class="third-td-background-style">提供软件补丁、增强功能包等软件升级服务,无缝升级软件版本。
</td>
</tr>
<tr class="subscription-level-tr-border">
<td class="first-td-background-style">在线自助服务</td>
</td>
<td class="third-td-background-style">提供客户支持门户,支持客户在线访问网站并下载相关资料,
及时掌握最新的软件特性、维护经验、使用技巧等相关知识。
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</section>
<!--公司简介-->
<section class="features ">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6 col-sm-6 text-left">
<a href="http://www.fit2cloud.com">
<img src="img/purchase/logo-default.svg" height="24px" width="222px" class="inline-block"
alt="">
</a>
</div>
<div class="col-md-12">
<div class="row text-center">
<div class="col-md-12 text-left">
<div class="title">
<br>
<p style="width: 100%;font-size: 16px;color: #333333;letter-spacing: 0;text-align: justify;">
FIT2CLOUD 飞致云创立于 2014 年,是中国领先的多云管理平台软件及服务提供商,致力于解决企业在多云环境下的服务化和管理、安全及数据库服务交付难题,帮助企业“管好云、控好云、用好云”,实现数字化转型和“Fit to Cloud”的愿景。
</p>
<br>
<p style="width: 100%;font-size: 16px;color: #333333;letter-spacing: 0;text-align: justify;">
2018 年 5 月,FIT2CLOUD 入选 2018 Gartner Cool Vendor,成为首家荣膺 Gartner Cool Vendor 称号的中国多云管理厂商。2019 年 5 月,FIT2CLOUD 进入 IDC 首次发布的中国云管理软件市场追踪报告,成为唯一被独立统计的中立型多云管理厂商。FIT2CLOUD 是亚马逊 AWS 合作伙伴网络 APN 的进阶级合作伙伴(Advanced Consulting Partner),是中国大陆首家获得 50 项 AWS 认证的企业。 FIT2CLOUD 同时是也是中国大陆首家拥有 20 位以上“红帽 OpenShift 认证管理员”的企业。
</p>
<br>
<p style="width: 100%;font-size: 16px;color: #333333;letter-spacing: 0;text-align: justify;">
FIT2CLOUD 云管平台(Cloud Management Platform)旨在以统一的方式帮助企业用户在多云环境下实现自动化、自助式的服务交付(例如虚机服务、容器服务、物理机服务、对象存储服务等),同时持续提升企业的运营效率及安全合规水平,支持企业从传统 IT 渐进、无缝地过渡到多云战略。
</p>
<br>
<p style="width: 100%;font-size: 16px;color: #333333;letter-spacing: 0;text-align: justify;">
JumpServer 开源堡垒机为“FIT2CLOUD 飞致云”旗下子品牌。作为全球首款完全开源、符合 4A 规范的运维安全审计系统,JumpServer 通过软件订阅服务或者软硬件一体机的方式,向企业级用户交付多云环境下更好用的堡垒机。
</p>
<br>
<p style="width: 100%;font-size: 16px;color: #333333;letter-spacing: 0;text-align: justify;">
KubeOperator 开源项目由 FIT2CLOUD 飞致云于 2018 年 10 月创立。作为一款容器集群管理平台,KubeOperator 在离线网络环境下,通过可视化 Web UI 在 VMware、OpenStack 或者物理机上规划、部署和运营生产级别的 Kubernetes 集群。
</p>
<br>
<p style="width: 100%;font-size: 16px;color: #333333;letter-spacing: 0;text-align: justify;">
FIT2CLOUD DBaaS 平台基于容器技术在多云环境下交付全托管(Fully-Managed)的 MySQL、Redis等数据库服务,助力企业快速开展业务创新。
</p>
<br>
<p style="width: 100%;font-size: 16px;color: #333333;letter-spacing: 0;text-align: justify;">
FIT2CLOUD的研发与服务团队分布在北京、上海、深圳、广州、南京、杭州和成都等地,其团队在企业 IT 云化转型、管理和运营大规模异构基础设施方面拥有丰富经验,客户覆盖金融、制造、能源、交通运输、电信、传媒、地产、互联网等行业。
</p>
<br>
<a class="btn btn-primary" href="http://www.fit2cloud.com">了解更多信息</a>
</div>
</div>
</div>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</section>
<!--联系我们-->
<section id="contact" class="gray-section contact features">
<div class="container">
<div class="row m-b-lg">
<div class="col-lg-12 text-center">
<div class="navy-line"></div>
<h1>联系我们</h1>
<!-- <p>.</p> -->
</div>
</div>
<div class="row m-b-lg">
<div class="col-lg-2 col-lg-offset-2">
<p class="text-center">
<strong><span class="navy">官方QQ群(552054376)</span></strong><br />
<strong><span class="navy"></span></strong><br />
<img src="img/jumpserverqq-qr.jpg" alt="官方QQ群" class="img-thumbnail" width="120">
</p>
</div>
<div class="col-lg-2">
<p class="text-center">
<strong><span class="navy">微信公众号</span></strong><br />
<strong><span class="navy"></span></strong><br />
<img src="img/jumpserver-qr.png" alt="微信公众号" class="img-thumbnail" width="120">
</p>
</div>
<div class="col-lg-2">
<p class="text-center">
<strong><span class="navy">销售许可信息查询</span></strong><br />
<strong><span class="navy"></span></strong><br />
<img src="img/xiaoshouxukeerweima.jpg" alt="销售许可" class="img-thumbnail" width="120">
</p>
</div>
<div class="col-lg-2">
<p >
<strong><span class="navy">咨询热线</span></strong><br />
<strong><span class="navy"></span></strong><br />
</p>
<h4 class="text-color">
<i class="fa fa-phone fa-sm"></i>
400-052-0755
</h4>
<p style="color: #676a6c">
<span>客户支持门户:</span> <a href="https://support.fit2cloud.com/" style="color: #676a6c" >https://[email protected]</a>
</p>
<p style="color: #676a6c">
<span>Github项目地址:</span> <a href="https://github.com/jumpserver/jumpserver" style="color: #676a6c" >https://github.com/jumpserver/jumpserver</a>
</p>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2 text-center m-t-lg m-b-lg">
<p><strong>© 2014-2020 杭州飞致云信息科技有限公司, All Rights Reserved. <a href="http://www.beian.miit.gov.cn" style="color: #676a6c">京ICP备15023818号</a></strong><br /></p>
</div>
</div>
</div>
</section>
<!--footer-github-start-banner Start-->
<section id="footer_start">
<a href="https://github.com/jumpserver/jumpserver/" target="_blank">
<div class="footer-start-box" >
<div class="footer-start-title">
<p role="img" aria-label="celibrate">⭐️⭐️⭐️</p>
如果您喜欢 JumpServer
</div>
<p class="footer-start-text">请给我们一个 GitHub Star,给我们一份鼓励。</p>
<div class="footer-github-text" > Github Star</div>
<div class="footer-start-close" id="close" onclick="close_section()" >x</div>
</div>
</a>
</section>
<!--footer-github-start-banner End-->
<!-- end Footer Area
========================================== -->
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="js/jquery-2.1.1.js"></script>
<script src="js/pace.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/inspinia.js"></script>
<script>
function close_section(e) {
event.stopPropagation();
event.preventDefault();
$("#footer_start").addClass("hidden");
}
</script>
</body>
</html>