forked from xcp-ng/xcp-ng-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
586 lines (544 loc) · 31.5 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap xcp-ng Theme CSS -->
<link rel='stylesheet' href='assets/css/xcp-ng.css'/>
<link href='https://cdn.vates.tech/fonts/poppins/poppins.css?family=Poppins:light&v1' rel="stylesheet" type="text/css">
<link href="https://cdn.vates.tech/fonts/fontawesome/css/all.min.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.0.0/magnific-popup.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/favicon.png">
<meta name="theme-color" content="#ffffff">
<title>XCP-ng - XenServer Based, Community Powered</title>
</head>
<body>
<div id="announcement" class="announcement fixed-top text-center">
xcp-ng is part of the <a href="https://vates.tech">vates virtualization stack</a>
</div>
<div class="xcp-ng-content">
<!-- Matomo -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['addDownloadExtensions', "iso"]);
_paq.push(['trackPageView']);
(function() {
var u="//piwik.vates.fr/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '11']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<nav id="xcp-ng-navbar" class="navbar navbar-expand-sm fixed-top bg-light">
<div id="xcp-ng-menu" class="container-fluid">
<a class="navbar-brand mx-0 my-auto" href="/">
<img id="logo" src="assets/img/smalllogo.png">
</a>
<button class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="fa-bars"></span>
</button>
<div class="collapse navbar-collapse"
id="navbarSupportedContent">
<ul class="navbar-nav ml-auto p-0">
<li class="nav-item">
<a class="nav-link ml-1 ml-md-3" href="https://xcp-ng.org/blog" role="button">
News
</a>
</li>
<li class="nav-item">
<a class="nav-link ml-1 ml-md-3" href="https://docs.xcp-ng.org" role="button">
Documentation
</a>
</li>
<li class="nav-item">
<a class="nav-link ml-1 ml-md-3" href="#community" role="button">
Community
</a>
</li>
<li class="nav-item">
<a class="nav-link ml-1 ml-md-3" href="https://vates.tech/xcp-ng" role="button">
Pro Support
</a>
</li>
<li class="nav-item">
<a class="nav-link ml-1 ml-md-3" href="https://xcp-ng.com/cloud" role="button">
Hosting
</a>
</li>
<li class="nav-item">
<a class="nav-link ml-1 md-3" href="https://github.com/xcp-ng" role="button">
<img src="https://d33wubrfki0l68.cloudfront.net/ff54a1d3670b843178ea6d5f782efb02a13fa481/694f9/assets/img/[email protected]" class="p-0 my-0"/>
</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="xcp-ng-header container-fluid">
<div class="row d-flex d-block d-sm-none justify-content-center text-center">
<div class="col col-4">
<img src="assets/img/mainlogo.png" class="img-fluid" />
</div>
</div>
<div class="row">
<div class="col-4 d-none d-sm-block pt-5">
<img src="assets/img/mainlogo.png" class="img-fluid" />
</div>
<div class="col-12 col-sm-8 text-sm-left text-center">
<h1>Your seamless Hypervisor</h1>
<p>XCP-ng: the user-friendly, high-performance virtualization solution, developed collaboratively for unrestricted features and open-source accessibility.</p>
<a class="btn btn-primary" href="#easy-to-install" role="button">Download</a>
<a class="btn btn-secondary" href="https://docs.xcp-ng.org" role="button">Get Started</a>
</div>
</div>
</section>
<section class="xcp-ng-numbers container-fluid">
<div class="row d-flex justify-content-center justify-content-md-between">
<div class="number-box p-1">
<div class="row number align-middle">
<div class="col p-0">
<i class="fa-solid fa-cloud-arrow-down"></i>
</div>
<div class="col">
<span id="xcp-ng-download-count" class="count">1</span>
</div>
</div>
<div class="row number-legend">
<div class="col">
Downloads
</div>
</div>
</div>
<div class="number-box p-1">
<div class="row number align-middle">
<div class="col p-0">
<i class="fa-regular fa-comments"></i>
</div>
<div class="col">
<span id="xcp-ng-stars-on-github" class="count">70</span>
</div>
</div>
<div class="row number-legend">
<div class="col">
Forum posts
</div>
</div>
</div>
<div class="number-box p-1">
<div class="row number">
<div class="col p-0">
<i class="fa-solid fa-users"></i>
</div>
<div class="col">
<span id="xcp-ng-contributors-on-github" class="count">10</span>
</div>
</div>
<div class="row number-legend">
<div class="col">
Forum contributors
</div>
</div>
</div>
</div>
</section>
<section class="xcp-ng-features container-fluid">
<div class="row text-center justify-content-center">
<h2><a name="features"></a>Turnkey Server Virtualization</h2>
</div>
<div class="row text-center">
<div class="col my-auto">
<i class="fa-solid fa-window-restore fa-3x"></i>
</div>
<div class="col my-auto">
<i class="fa-solid fa-share-from-square fa-3x"></i>
</div>
<div class="col my-auto">
<i class="fa-solid fa-chart-line fa-3x"></i>
</div>
<div class="col my-auto">
<i class="fa-solid fa-shield-halved fa-3x"></i>
</div>
</div>
<div class="row text-center">
<div class="col">
<h3>Modern Web UI</h3>
</div>
<div class="col">
<h3>Live migration</h3>
</div>
<div class="col">
<h3>Scale</h3>
</div>
<div class="col">
<h3>Secure</h3>
</div>
</div>
<div class="row text-center">
<div class="col legend d-none d-sm-block">
<p>Use the powerful, web based, <a href="https://xen-orchestra.com">Xen Orchestra</a> to manage your hosts</p>
</div>
<div class="col legend d-none d-sm-block">
<p>Live migrate your VMs all around the world, without interruption</p>
</div>
<div class="col legend d-none d-sm-block">
<p>Grow your own Cloud with more hosts when needed</p>
</div>
<div class="col legend d-none d-sm-block">
<p>Control your VMs on your own baremetal, no neighbors</p>
</div>
</div>
</section>
<section class="xcp-ng-screenshots">
<div class="row justify-content-center">
<div class="col-10">
<div id="carouselxcp-ngScreenshots" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselxcp-ngScreenshots" data-slide-to="0" class="active"></li>
<li data-target="#carouselxcp-ngScreenshots" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/img/xodashboard.png" alt="" class="img-fluid">
<div class="carousel-caption d-none d-md-block">
<h5>With Xen Orchestra Web UI</h5>
<p>A glance on your whole XCP-ng infrastructure on a dashboard page!</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/img/xolist.png" alt="" class="img-fluid">
<div class="carousel-caption d-none d-md-block">
<h5>With Xen Orchestra Web UI</h5>
<p>List your VMs with statistics, IP addresses, CPU/RAM count…</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselxcp-ngScreenshots" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselxcp-ngScreenshots" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<section class="xcp-ng-community">
<div class="row justify-content-center">
<h2><a name="community"></a>Join our fast growing community</h2>
</div>
<div class="row text-center justify-content-center">
<div class="col-5 col-sm-3 p-3 p-sm-1">
<a href="https://xcp-ng.org/forum"><i class="fa-solid fa-comments fa-3x"></i><br/>Forum</a>
</div>
<div class="col-5 col-sm-3 p-3 p-sm-1">
<a href="https://twitter.com/xcpng"><i class="fab fa-twitter fa-3x"></i><br/>@xcpng</a>
</div>
<div class="col-5 col-sm-3 p-3 p-sm-1">
<a href="https://discord.gg/Hr98F6wRvx"><i class="fab fa-discord fa-3x"></i><br/>Discord</a>
</div>
<div class="col-5 col-sm-3 p-3 p-sm-1">
<a href="https://www.redbubble.com/shop/ap/35309732"><i class="fas fa-mug-hot fa-3x"></i><br/>Goodies</a>
</div>
</div>
<div class="row text-center">
<div class="col d-none d-md-block">
<p>Where the community is the most active! Tons of good advice, use cases and people to help you.</p>
</div>
<div class="col d-none d-md-block">
<p>Don't miss anything and follow XCP-ng on X/Twitter!</a></p>
</div>
<div class="col d-none d-md-block">
<p>Join our Discord server to chat with both our team and our great community!</p>
</div>
<div class="col d-none d-md-block">
<p>Spread the word by checking our store for XCP-ng swag: shirts, stickers, mugs and so on.</p>
</div>
</div>
</section>
<section class="xcp-ng-easy-install container-fluid">
<div class="row justify-content-center">
<h2><a name="easy-to-install"></a>Easy To Install</h2>
</div>
<div class="row justify-content-center">
<div class="col col-sm-3 nav flex-column nav-pills" id="v-pills-tab" role="tablist" aria-orientation="vertical" style="padding-top:5em;">
<a class="nav-link active" id="v-pills-download-tab" data-toggle="pill" href="#v-pills-download-lts"
role="tab" aria-controls="v-pills-download-lts" aria-selected="true">Download 8.2 LTS</a>
<a class="nav-link" id="v-pills-download-latest-tab" data-toggle="pill" href="#v-pills-download-latest"
role="tab" aria-controls="v-pills-download-latest" aria-selected="false">Download 8.3 Latest</a>
<a class="nav-link" id="v-pills-from-xo-tab" data-toggle="pill" href="#v-pills-from-xo"
role="tab" aria-controls="v-pills-from-xo" aria-selected="false">Web UI</a>
<a class="nav-link" id="v-pills-upgrade-tab" data-toggle="pill" href="#v-pills-upgrade"
role="tab" aria-controls="v-pills-upgrade" aria-selected="false">Upgrade from XenServer</a>
<a class="nav-link" id="v-pills-vmware-tab" data-toggle="pill" href="#v-pills-vmware"
role="tab" aria-controls="v-pills-vmware" aria-selected="false">Migrate from VMware</a>
<a class="nav-link" id="v-pills-security-tab" data-toggle="pill" href="#v-pills-security"
role="tab" aria-controls="v-pills-security" aria-selected="false">Security and mirrors</a>
<a class="nav-link" id="v-pills-old-tab" data-toggle="pill" href="#v-pills-old"
role="tab" aria-controls="v-pills-old" aria-selected="false">Old releases</a>
</div>
<div class="col-8 tab-content" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-download-lts" role="tabpanel"
aria-labelledby="v-pills-download-lts-tab">
<h4 style="text-align: center; font-weight: bold;">XCP-ng 8.2 LTS</h4>
<p style="text-align: center; font-style: italic; font-size: 0.9em;">Long Term Support with security updates & bugfixes only</p>
<p>
Grab the latest <a href="https://mirrors.xcp-ng.org/isos/8.2/xcp-ng-8.2.1-20231130.iso?https=1" onclick="_paq.push(['trackEvent', 'Download', 'full']);">8.2 LTS full ISO</a> (590MiB), then create your bootable USB key with:
</p>
<div class="code p-1 m-1 p-sm-3 m-sm-3">
dd if=xcp-ng-8.2.1-20231130.iso of=/dev/sdX bs=8M oflag=direct
</div>
<p>Then just boot on it. Don't forget to always read <a href="https://docs.xcp-ng.org/releases/release-8-2">the release notes!</a></p>
<p>On Windows, you can use <a href="https://rufus.akeo.ie/">Rufus</a> to create the bootable USB stick. SHA256 full ISO: </p>
<pre>108aa7144d1f5dd169a1b99ca70b510527136c549f2e3c3c1707b619e17ee1b6</pre>
<p>
You can also download the <a href="https://mirrors.xcp-ng.org/isos/8.2/xcp-ng-8.2.1-20231130-netinstall.iso?https=1" onclick="_paq.push(['trackEvent', 'Download', 'netinstall']);">Net install ISO</a> (160MiB), then create your bootable USB key in the same fashion. SHA256 netinstall ISO:
</p>
<pre>6d5e221ac56d318436105e20513197cecfc8fa29eee4d9bf72b5fd52db345a02</pre>
</div>
<div class="tab-pane fade" id="v-pills-download-latest" role="tabpanel"
aria-labelledby="v-pills-download-latest-tab">
<h4 style="text-align: center; font-weight: bold;">XCP-ng 8.3 Latest</h4>
<p style="text-align: center; font-style: italic; font-size: 0.9em;">Most recent platform used as a base for our new features</p>
<p>
Grab the latest <a href="https://mirrors.xcp-ng.org/isos/8.3/xcp-ng-8.3.0.iso?https=1" onclick="_paq.push(['trackEvent', 'Download', 'full']);">8.3 Latest full ISO</a> (618MiB), then create your bootable USB key with:
</p>
<div class="code p-1 m-1 p-sm-3 m-sm-3">
dd if=xcp-ng-8.3.0.iso of=/dev/sdX bs=8M oflag=direct
</div>
<p>Then just boot on it. Don't forget to always read <a href="https://docs.xcp-ng.org/releases/release-8-3">the release notes!</a></p>
<p>On Windows, you can use <a href="https://rufus.akeo.ie/">Rufus</a> to create the bootable USB stick. SHA256 full ISO: </p>
<pre>49b6143d1bbb1fd0bb1f7ce873817190c1f2ca394c258ce7b1f8e13a75c72674</pre>
<p>
You can also download the <a href="https://mirrors.xcp-ng.org/isos/8.3/xcp-ng-8.3.0-netinstall.iso?https=1" onclick="_paq.push(['trackEvent', 'Download', 'netinstall']);">Net install ISO</a> (163MiB), then create your bootable USB key in the same fashion. SHA256 netinstall ISO:
</p>
<pre>de6c6c9d699fd9185ca295e0c30cee705efaad4df05ae3910584bb880e51fab2</pre>
</div>
<div class="tab-pane fade" id="v-pills-upgrade" role="tabpanel"
aria-labelledby="v-pills-upgrade-tab">
<h4 style="text-align: center; font-weight: bold;">Upgrade from XenServer</h4>
<p style="text-align: center; font-style: italic; font-size: 0.9em;">Migrate out XenServer to enjoy a true open platform</p>
<p>Just insert the ISO and follow instructions. You'll have an <b>upgrade panel</b>, just select it and that's it!</p>
<p>After a reboot, you'll be on XCP-ng while keeping all your previous settings (Storage, VMs…)</p>
<img src="assets/img/upgradexs.png"><br/><br/>
<h4>No physical access to the XenServer host?</h4>
<p>Please <a href="https://docs.xcp-ng.org/installation/upgrade/#-upgrade-from-xenserver">check our documentation</a> for advanced upgrade cases.</p>
</div>
<div class="tab-pane fade" id="v-pills-vmware" role="tabpanel"
aria-labelledby="v-pills-vmware-tab">
<h4 style="text-align: center; font-weight: bold;">Easy migration out of Broadcom VMware</h4>
<p style="text-align: center; font-style: italic; font-size: 0.9em;">Join the exodus with simple tools to assist on your VMware migration</p>
<p>Leverage Xen Orchestra to seamlessly migrate your VMware VMs to XCP-ng. This tool supports migration from any accessible ESXi host, including those at remote locations, by directly streaming the VMs to XCP-ng.</p>
<p>Learn more about the process by exploring our step-by-step guide on <a href="https://xcp-ng.org/blog/2022/10/19/migrate-from-vmware-to-xcp-ng?utm_campaign=migrate">how to migrate from VMware to XCP-ng with just a few clicks.</a></p>
<h4>Need further assistance?</h4>
<p><a href="https://vates.tech/contact">Contact us</a> for a personalized and dedicated migration plan tailored to your existing VMware infrastructure's transition to XCP-ng.</p>
</div>
<div class="tab-pane fade" id="v-pills-security" role="tabpanel"
aria-labelledby="v-pills-security-tab">
<h4 style="text-align: center; font-weight: bold;">Security</h4>
<p style="text-align: center; font-style: italic; font-size: 0.9em;">XCP-ng is focused on security, and it starts here</p>
<p>Security matters: all our repositories, ISOs and packages are signed with a GPG key. This key is available here:</p>
<div>
<a href="https://xcp-ng.org/RPM-GPG-KEY-xcpng">https://xcp-ng.org/RPM-GPG-KEY-xcpng</a>
</div><br/>
<p>Then, you can <a href="https://docs.xcp-ng.org/project/mirrors/#check-an-iso-image">follow our guide on how to check authenticity</a> of our ISO, and even any XCP-ng RPM repository or mirror.</p>
<p>Found a security problem in XCP-ng? Please email us on security at xcp-ng dot org</p>
</div>
<div class="tab-pane fade" id="v-pills-old" role="tabpanel"
aria-labelledby="v-pills-old-tab">
<h4 style="text-align: center; font-weight: bold;">Old releases</h4>
<p style="text-align: center; font-style: italic; font-size: 0.9em;">In case you want to track regressions or for the fun of it</p>
<p>We strongly suggest to download only the current releases (8.2 LTS or 8.3 Latest).</p>
<p>This is kept only for historical purpose.</p>
<div>
<p>You can find all previous XCP-ng releases here:</p>
<a href="https://mirrors.xcp-ng.org/isos?https=1">https://mirrors.xcp-ng.org</a>
</div><br/>
</div>
<div class="tab-pane fade" id="v-pills-from-xo" role="tabpanel"
aria-labelledby="v-pills-from-xo-tab">
<h4 style="text-align: center; font-weight: bold;">Manage XCP-ng at scale</h4>
<p style="text-align: center; font-style: italic; font-size: 0.9em;">Web UI, API or CLI, Xen Orchestra provides even native backup features.</p>
<p>Just go on this web page and follow instructions:</p>
<p><a href="https://vates.tech/deploy">https://vates.tech/deploy</a></p>
<p>This will deploy a small Xen Orchestra VM doing all the management and backup for your XCP-ng. Follow instructions given on the screen, and you're up and running!</p>
<p>XCP-ng can be managed via both a centralized UI, API or a CLI. The choice is yours. There's also Terraform & Packer providers available.</p>
<p>If you want to learn more about managing XCP-ng, please <a href="https://docs.xcp-ng.org/management">read all the possibilities on our official documentation.</a></p>
</p>
</div>
</div>
</div>
</section>
<section class="xcp-ng-commercial-support">
<div class="row justify-content-center">
<div class="col-10 text-center">
<h2>XCP-ng is officially part of the Xen Project</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4 d-none d-md-block text-center">
<a href="https://xenproject.org/" target="_blank">
<img src="assets/img/xenp-web.png" class="img-fluid" width="100%"/>
</a>
</div>
<div class="col-12 col-md-8 text-md-left text-center">
<p>XCP-ng, a virtualization platform incubated within the Xen Project and hosted by the Linux Foundation, aims to bridge the gap between users and developers. It stands as the preferred entry point for anyone seeking a reliable virtualization solution.</p>
<a class="btn btn-primary" href="https://xenproject.org/", target="_blank" role="button">Learn about the Xen Project</a>
</div>
</div>
</section>
<section class="xcp-ng-easy-install container-fluid">
<div class="row justify-content-center">
<div class="col-10 text-center">
<h2>Success Story: From Kickstarter to Datacenter</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-10 col-md-6 text-md-left text-center">
<p>XCP-ng, which began as a XenServer fork, achieved what many thought to be impossible: building a large community around a new virtualization platform in today's rapidly evolving landscape.</p>
<p>
<a class="btn btn-primary" href="#headerPopup" id="headerVideoLink" target="_blank" class="button">See the video</a>
</p>
<div id="headerPopup" class="mfp-hide embed-responsive embed-responsive-21by9">
<iframe width="854" height="480" src="https://www.youtube.com/embed/VpGC5zuLjSs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-4 d-none d-md-block text-center">
<a href="https://www.youtube.com/watch?v=VpGC5zuLjSs" target="_blank">
<img src="assets/img/logoyt.png" class="img-fluid" width="80%"/>
</a>
</div>
</div>
</section>
<section class="xcp-ng-commercial-support">
<div class="row justify-content-center">
<div class="col-10 text-center">
<h2>Commercial Support</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4 d-none d-md-block text-center">
<a href="https://vates.tech/">
<img src="assets/img/vateslogo.png" class="img-fluid" width="60%"/>
</a>
</div>
<div class="col-10 col-md-6 text-md-left text-center">
<p><i>Vates</i>, supporting XCP-ng development, ensures businesses harness its full potential. Integrated within <a href="https://vates.tech">Vates' virtualization stack</a>, XCP-ng & Xen Orchestra offer seamless infrastructure orchestration and backup solutions.</p>
<a class="btn btn-primary" href="https://vates.tech" role="button">Learn More</a>
</div>
</div>
</section>
<section class="they-trust-containous container-fluid text-center bg-light">
<div class="row">
<div class="col wow fadeInDown" data-wow-delay="1s">
<h2>Our initial KickStarter Backers</h2>
<p>They helped us when we started XCP-ng, and for that we are grateful</p>
</div>
</div>
<div class="row d-flex justify-content-center justify-content-sm-between">
<div class="col-6 col-sm-3 my-auto px-4 py-2">
<a href="https://www.axians.de/">
<img class="img-fluid" src="assets/img/sponsors/axians-logo.png" alt="Axians" />
</a>
</div>
<div class="col-6 col-sm-3 my-auto px-4 py-2">
<a href="https://www.one-in.com.pe/">
<img class="img-fluid" src="assets/img/sponsors/one-in-com.png" alt="One In Com" />
</a>
</div>
<div class="col-6 col-sm-3 my-auto py-2">
<a href="https://www.hostnet.de/start.html">
<img class="img-fluid" src="assets/img/sponsors/hostnet.png" alt="Hostnet" />
</a>
</div>
<div class="col-6 col-sm-3 my-auto py-2">
<a href="https://www.oxeva.fr/">
<img class="img-fluid" src="assets/img/sponsors/Logo-Oxeva.png" alt="Oxeva" />
</a>
</div>
</div>
<div class="row">
<div class="col wow fadeInDown text-center" data-wow-delay="1s">
<a class="btn btn-primary" href="sponsors.html" role="button">Discover all our backers</a>
</div>
</div>
</section>
<section class="xcp-ng-footer container-fluid">
<div class="d-flex row">
<div class="mr-auto order-10 order-sm-0">
<p>XCP-ng is a Xen Project incubation project hosted by the Linux Foundation<br/>
Copyright© The Linux Foundation®. All rights reserved.<br/>
The Linux Foundation has registered trademarks and uses trademarks.</p>
<p>For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage</a> page.<br/>
Linux is a registered trademark of Linus Torvalds.<br/>
<a href="http://www.linuxfoundation.org/privacy">Privacy Policy</a> and <a href="http://www.linuxfoundation.org/terms">Terms of Use</a></p>
</div>
<div id="menu-footer" class="order-1">
<a href="https://github.com/xcp-ng">Github</a>
</div>
<div id="menu-footer" class="order-2">
<a href="https://docs.xcp-ng.org">Docs</a>
</div>
<div id="menu-footer" class="order-3">
<a href="#community">Community</a>
</div>
<div id="menu-footer" class="order-3">
<a href="https://www.redbubble.com/shop/ap/35309732" target="_blank" style="color:#ef9325">
<i class="fa-solid fa-star"></i>
Goodies
<i class="fa-solid fa-star"></i>
</a>
</div>
<div class="order-5">
<br>
<img src="assets/img/logolfban.png" width="50%"/>
<img src="assets/img/xenp-web.png" width="15%"/>
</div>
</div>
</section>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.0.0/jquery.magnific-popup.min.js"></script>
<script src='js/xcp-ng.min.js'></script>
<script type='text/javascript' src='js/popper.min.js'></script>
<script src="//campaign.vates.tech/focus/1.js" type="text/javascript" charset="utf-8" async="async"></script>
<script>
$(document).ready(function() {
$('#headerVideoLink').magnificPopup({
type:'inline',
midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href.
});
});
</script>
<script>
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://campaign.vates.tech/mtc.js','mt');
mt('send', 'pageview');
</script>
</body>
</html>