XCP-ng Center, the Windows management console for XCP-ng and XenServer. /!\ EOL-Notice /!\ Community-maintained only /!\
Go to file
Mihaela Stoica 658284585e Merge pull request #307 from stephen-turner/CA-156963
CA-156963: Fix partner offerings URL
2015-02-04 16:10:10 +00:00
CFUValidator
CommandLib
devtools
dotNetInstaller CP-9406: Make an unattended install of XenCenter 2014-08-22 14:51:14 +01:00
mk Resetting mk/ files (to pre-17-Dec-2014 state) in order to make master to build in non-secure environment. This seems to be feasible for now. 2015-01-19 16:39:21 +00:00
splash
VNCControl
WixInstaller CA-156199: G11n: I18n: after upgrade, XenCenter Console display in English on Localized OS. 2015-01-07 18:47:29 +00:00
xe
XenAdmin CA-153506: Remove unused class Page_Cloud 2015-02-04 14:44:22 +00:00
XenAdminTests CP-10621: Supp Pack installation through XenCenter: Select and upload a supp pack in the hotfix wizard 2015-01-23 12:31:44 +00:00
XenCenterLib Merge pull request #177 from xenserver/xs64bit 2014-08-15 11:23:44 +01:00
XenCenterVNC
XenModel CA-156963: Fix partner offerings URL 2015-02-04 14:30:55 +00:00
XenOvfApi Merge pull request #262 from xenserver/xs64bit 2014-11-18 10:32:57 +00:00
XenOvfTransport Merge branch 'master' into xs64bit 2014-10-01 17:27:38 +01:00
xva_verify
.gitattributes
.gitignore
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