To do this we will be using a hosting provider called DigitalOcean who offers $100 in free credit, we can use this credit to create our RDP for 2 Months for free.
To get the free credit, you need to go to referral link. Once you sign up using a referral link you will get $100 in credit, we will then use this credit to make VPS server (Digitalocean calls them droplets) and make RDP from that server.
Now, Let’s start creating Free RDP
CREATING VPS SERVER
Sign up to Digital Ocean using VCCs or CC. Here’s a link for 100$ Credit upon successful registration – Digital Ocean 100$ Credit
Go to Create, and create a droplet
Choose Image as “Ubuntu”
Choose plan as $40/month.
Create your root password
Choose hostname and click on “Create Droplet”
SERVER CONFIGURATION
Droplet will be created, click on it.
Now Trun off Droplet
Now go to “Recovery” and select “Boot from Recovery ISO”
Now trun on the droplet.
Now click on “Console”
Choose option 6 and click on Enter
Set new root Password by simply running this command:
sudo passwd root
Connect to the server using SSH (I used command CMD you can use Putty, etc.,)
Now Run This Simple Command line to install the windows
For Windows 10 Pro:
wget -O- http://95.217.208.220/windows10.gz | gunzip | dd of=/dev/vda
For Windows Server 2012 R2:
wget -O- http://95.217.208.220/windows12.gz | gunzip | dd of=/dev/vda
For Windows Server 2016:
wget -O- http://95.217.208.220/windows16.gz | gunzip | dd of=/dev/vda
For Windows Server 2019:
wget -O- http://95.217.208.220/windows19.gz | gunzip | dd of=/dev/vda
Wait for few minutes to download and install the Windows
After Complete this Installation close the SSH client, now turn off the machine and set it back to boot from hard disk in the recovery section in the digital ocean droplet management dashboard as we did before.
I don’t know if they still do this but about a year ago, Digital Ocean asked me for my ID before I used the free credit. Fortunately for me, I have an active free rdp from azure, so no need to create/abuse other services.
it’s working fine i got $ 100 Credit but i’m using my own vcc.
thanks for sharing such awesome stuff.
But i don’t know why you guys are nothing to say about the source of this article ?