Install Windows on DigitalOcean Droplet

Remember these worse about cloud VPS Network bandwidth is quite low
Lag, slow, because it is a Guest (virtual) machine on a Host platform that is already "virtual", so resource usage is not optimal.

How install Windows on DigitalOcean

Create an Droplet with CentOS 7
This command updates the entire system – only centos 7.
Following these command step by step.

yum update -y

reboot

yum install -y kernel-devel kernel-headers gcc make perl

yum -y install wget

wget https://www.virtualbox.org/download/oracle_vbox.asc

rpm --import oracle_vbox.asc

wget http://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo -O /etc/yum.repos.d/virtualbox.repo

yum install -y VirtualBox-5.2

systemctl status vboxdrv

wget https://releases.hashicorp.com/vagrant/2.2.0/vagrant_2.2.0_x86_64.rpm

yum localinstall vagrant*.rpm -y

mkdir vm

cd vm

vi Vagrantfile

Paste this line on
Base on RAM x 1024, CPU based on how many cores you have

Press Esc, Type :x and Enter

vagrant up

Start > Windows Accessories > Remote Desktop Connection

IP:33899

user/pass vagrant

aaaa

aaaa

Want to share?