QEMU / KVM on remote ubuntu host


Brydezen

Recommended Posts

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!

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.