X

How To Install Xen Orchestra On Ubuntu 18.04 For Manage XEN Server

In this tutorial how to install xen orchestra on ubuntu 18.04. Xen Orchestra is an open source software for manage xen server from web browser. It have two version free and licenses.

How To Install KVM Server on CentOS 7 – Apache Cloud Stack KVM

How To Install Apache Cloud Stack v4.15 On Centos 8

##############################################
Operating System: Ubuntu 18.04 64 bit
IP address : 10.66.100.12
DISK  : 50 GB
RAM  : 4 GB //Minimum 4GB
vCPU  : 2
##############################################

Step #01: Must server update and upgrade.

lsb_release -a && ip r
apt update && apt upgrade -y
Then reboot your server.
reboot

Install nodejs

curl -sL https://deb.nodesource.com/setup_12.x -o nodesource_setup.sh
bash nodesource_setup.sh
apt install nodejs unzip

Download master file.

wget https://github.com/ronivay/XenOrchestraInstallerUpdater/archive/master.zip
unzip master.zip
cd XenOrchestraInstallerUpdater-master/
cp sample.xo-install.cfg xo-install.cfg

Step #02: Run xo-install.sh file

bash xo-install.sh

Press 1 for

Auto install

or

Press 3 for

Deploy docker container

or

./xo-install.sh

Press 1 for Auto install

Then reboot your server for properly working.

reboot

Access your server ip address and login using default user name and password.

http://10.66.100.12/
Username : admin@admin.net
Password : admin 

If you see any error so please see my YouTube channel for more video.

5 1 vote
Article Rating
Admin: I am system administrator as Windows and Linux platform. I have 4 years skilled from the professional period. I have to configure Linux based system such as an Asterisk VOIP system, Network monitoring tools (ZABBIX), Virtualization (XEN Server), Cloud computing (Apache CloudStack) etc. Now share my professional skill each interested person. Thanks to all.

View Comments (2)

  • Bonjour
    J'ai trouver très intéressant ce tutoriel et je voudrais le coupler avec docker Sur les VMs, il y aura un service web avec docker. Pour automatiser la création de VMs, on utilisera Cloud-init et Terraform. Et on pourra se connecter à distance avec un VPN.  je ne sais si vous pouvez m'assister

    Merci
    Cordialement

Leave a Comment