Skip to content

XenCenter, the Windows management console for XenServer

License

Notifications You must be signed in to change notification settings

gangsterrapper22/xenadmin

This branch is 2174 commits behind xenserver/xenadmin:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 23, 2018
Jul 20, 2017
Feb 7, 2018
Mar 31, 2017
Mar 23, 2018
Dec 8, 2017
Apr 3, 2018
Apr 3, 2018
Jan 29, 2018
Nov 30, 2017
Apr 3, 2018
Nov 30, 2017
Apr 3, 2018
Feb 21, 2018
Jan 18, 2017
Feb 26, 2018
Mar 27, 2018
Mar 12, 2018
Jan 18, 2017
Jan 16, 2017
Mar 23, 2018
Jul 5, 2016
Feb 17, 2017
Jan 13, 2014
Jun 25, 2013
Mar 12, 2018
Jan 18, 2017
Oct 26, 2017
Dec 8, 2017
Feb 7, 2018
Jun 30, 2015

Repository files navigation

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 [email protected] mailing list, with a link to a public git repository for review. Please see the CONTRIB 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 need

  • the source from xenadmin repository
  • Visual Studio 2013

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

  • CookComputing.XmlRpcV2.dll
  • Newtonsoft.Json.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

  • nunit.framework.dll
  • Moq.dll

which can be obtained from http://www.nunit.org/.

About

XenCenter, the Windows management console for XenServer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 99.4%
  • Shell 0.3%
  • C++ 0.1%
  • Visual Basic .NET 0.1%
  • CSS 0.1%
  • Batchfile 0.0%