Opensource XenServer Management Interface
Go to file
Daniel Lintott 1cb5c1cb13 Remove RDP and correct artifact definition 2017-12-24 19:26:42 +00:00
desktop_and_icons Add license for desktop icon 2017-12-17 10:55:59 +00:00
plugins Transition 2016-11-01 11:22:08 -06:00
scripts Transition 2016-11-01 11:22:08 -06:00
src Fix tagging errors with Sentry 2017-12-19 14:34:31 +00:00
.codeclimate.yml Transition 2016-11-01 11:22:08 -06:00
.gitattributes Transition 2016-11-01 11:22:08 -06:00
.gitignore Merge pull request #132 from enen92/master 2017-12-17 11:57:19 +00:00
BUGS Transition 2016-11-01 11:22:08 -06:00
ChangeLog Transition 2016-11-01 11:22:08 -06:00
LICENSE Transition 2016-11-01 11:22:08 -06:00
MANIFEST.in Transition 2016-11-01 11:22:08 -06:00
README.md Add sentry info and update my email 2017-12-18 21:44:20 +00:00
TODO Transition 2016-11-01 11:22:08 -06:00
appveyor.yml Remove RDP and correct artifact definition 2017-12-24 19:26:42 +00:00
openxenmanager Update symlink 2014-06-16 11:32:59 +01:00
oxm.pyw PEP8 Cleanup and disable long line check of PEP for CC 2015-12-19 20:36:15 +00:00
setup.py Transition 2016-11-01 11:22:08 -06:00
vncviewer.exe Transition 2016-11-01 11:22:08 -06:00
windows_setup.py Transition 2016-11-01 11:22:08 -06:00

README.md

OpenXenManager introduction

OpenXenManager is a full-featured graphical interface to manage Citrix XenServer / Xen Cloud Platform (XCP) hosts through the network.

OpenXenManager is an open-source multiplatform clone of Citrix XenCenter. It is written in Python, using pyGTK for its interface.

The homepage for OpenXenManager is at: https://sourceforge.net/projects/openxenmanager/

Subscribe to the openxenmanager-announce mailing list for important information and release announcements: https://lists.sourceforge.net/lists/listinfo/openxenmanager-announce

Running OpenXenManager

To launch OpenXenManager simply run the "openxenmanager" script.

Requirements:

  • Python 2.7
  • pyGTK 2.16
  • ConfigObj
  • Raven
  • GTK-VNC (Linux only)

Debian/Ubuntu Linux package dependencies: python2.7 python-gtk2 glade python-gtk-vnc python-glade2 python-configobj python-setuptools python-raven

Gentoo Linux package dependencies: dev-python/pygtk dev-python/configobj net-libs/gtk-vnc dev-lang/python:2.7 dev-python/raven (remember to set "python" USE flag for gtk-vnc!)

macOS dependencies:
brew install pygtk
pip install configobj pip install raven

OpenXenManager runs has been tested to run on Linux or Windows and should work on MacOSX as well.

Help / bug reports

If you have found a bug, please file a detailed report in our bug tracker: https://github.com/OpenXenManager/openxenmanager/issues

Sentry Logo

In addition to submitting bug reports, we will be collecting crash data via Sentry.io No personally identifying data is collected.

For help you can:

Developers