January 16, 20197 yr Hello guys, I have been trying to install a windows 10 VM on my remote hetzner server, as I just want a desktop in the cloud I can access if I need it for something. But most of the time it will probably just be idle. And that don't bother me much. Has a EX64-NVMe from hetzner with a i7-8700. The one thing that is bothering me big time. Is that i for some weird reason can't get rdp to work! I don't really need rdp access from outside the box, but I host a docker instance of guacamole, and have been trying to add it their. But no matter what I try, I can't seem to connect to it. Using VNC in guacamole works just fine tho. anyways here are the virt-install command I run in order to install windows 10 on my server: virt-install --connect qemu:///system -n TestVMBox -r 4096 --cpu host --vcpus=4 \ --disk path=/home/brydezen/Windows/windows10.qcow2,size=30,bus=virtio \ --disk /home/brydezen/Windows/Win10_LTSB_2016_x64_EN.iso,device=cdrom,bus=ide \ --disk /home/brydezen/Windows/virtio-win.iso,device=cdrom,bus=ide \ --os-type windows --os-variant win2k8 --network network=default,model=virtio \ --graphics vnc,listen=127.0.0.1,port=65560 --noautoconsole Hope someone could help me out. It's driving me insane atm! Best Regards!
Archived
This topic is now archived and is closed to further replies.