XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Gabor Apati-Nagy c458d16f7f CP-9365: XenCenter work for HVM linux support
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2014-09-05 16:50:50 +01:00
CFUValidator
CommandLib
devtools
dotNetInstaller CP-9406: Make an unattended install of XenCenter 2014-08-22 14:51:14 +01:00
mk CA-142537 Increase NUnit timeout 2014-08-14 18:12:03 +01:00
splash
VNCControl
WixInstaller Merge branch 'xs64bit' into detailedreports 2014-08-13 15:44:24 +01:00
xe [CA-125535] Fix: Windows xe CLI failing due to .NET error 2014-01-20 13:32:06 +00:00
XenAdmin CP-9365: XenCenter work for HVM linux support 2014-09-05 16:50:50 +01:00
XenAdminTests CP-8868: : Fixed unit tests 2014-08-15 08:32:04 +01:00
XenCenterLib CA-116005: validation of the SN mask doesn't appear to be working correctly on the last two values of the mask. 2014-07-11 11:41:38 +01:00
XenCenterVNC
XenModel CP-9365: XenCenter work for HVM linux support 2014-09-05 16:50:50 +01:00
XenOvfApi
XenOvfTransport CA-141245: Added timeout to Transfer VM expose call 2014-08-15 16:10:42 +01:00
xva_verify
.gitattributes
.gitignore Add new Visual Studio cache files to .gitignore 2014-04-14 15:47:30 +01:00
ChangeLog
CONTRIB
LICENSE
MAINTAINERS
README.md
XenAdmin.sln

XenCenter

This repository contains the source code for XenCenter.

XenCenter is a Windows-based management tool for XenServer environments which enables users to manage and monitor XenServer hosts and resource pools, and to deploy, monitor, manage and migrate virtual machines.

XenCenter is written mostly in C#.

Contributions

The preferable way to contribute patches is to fork the repository on Github and then submit a pull request. If for some reason you can't use Github to submit a pull request, then you may send your patch for review to the xs-devel@lists.xenserver.org mailing list, with a link to a public git repository for review. Please see the CONTRIB.md file for some general guidelines on submitting changes.

License

This code is licensed under the BSD 2-Clause license. Please see the LICENSE file for more information.

How to build XenCenter

To build XenCenter, you not only need

  • the source from xenadmin repository

but also some libraries which we do not store in the source tree:

  • CookComputing.XmlRpcV2.dll
  • DiscUtils.dll
  • ICSharpCode.SharpZipLib.dll
  • Ionic.Zip.dll
  • log4net.dll You can find the source code of these libraries (along with some patches) in dotnet-packages repository.

You also need NUnit libraries