N. P. O'Donnell, 2021
There may be other ways to do this, but I use the following alias:
alias xen="sudo xen $@"
Technically it's still running as root though...
List domains:
xen list
Live table of running domains:
xen top
Destroy (stop) domain:
xen destroy <domain ID>