# Installation ## Download iso Current link as of this writing. Write the iso to a usb stick using rufus and imaged a computer. [https://mirrors.xcp-ng.org/isos/8.2/xcp-ng-8.2.1-20231130.iso?https=1](https://mirrors.xcp-ng.org/isos/8.2/xcp-ng-8.2.1-20231130.iso?https=1) ## Login with ssh Connect to XenServer with ip address and ssh using something like moba. [https://xcp-ng.org/forum/topic/4830/quick-deploy-does-not-list-storage-options/5](https://xcp-ng.org/forum/topic/4830/quick-deploy-does-not-list-storage-options/5)
Helpful commands | What do | Notes |
xe sr-list | basic info about your setup | |
lsblk | list of storage disks | |
xe sr-create name-label="local2tb" type=ext device-config-device=/dev/sdb3 share=false content-type=user | create a usable disk for vms. command results: a9c011d3-d030-4d54-c07a-f8499655cc37 | [](https://bookstack.woodcloud.one/uploads/images/gallery/2024-02/image.png) |
xe vm-list | list all vm's on host | |
yum update | updates xenserver |