How to Create Free RDP on Google Colab
Create As Many RDPs (Remote Desktop Protocol) as u want for FREE using Google Collaboratory
1. Go to >>> Google Colab
https://colab.research.google.com/
2. File >> Notebook
3. Enter/copy paste following code and RUN (Button)
! wget https://raw.githubusercontent.com/alok676875/RDP/main/RDP.sh &> /dev/null
! chmod +x RDP.sh
! ./RDP.sh
4. After RDP setup you will see a link at https://remotedesktop.google.com/headless/
Click on it
5. On next page (Chrome Remote Desktop) click 'Begin' button
6. Press 'Next'
7. Press 'Authorize'
8. Copy the 'Debian Linux' code as this RDP won't support GUI
9. Go back to Google Collab page and paste the above code to 'Paste Here:' field
10. Enter a NEW PIN and Re-enter again to confirm
11. After processing your request there will be few lines of codes and finally you will be provided with access url > Check https://remotedesktop.google.com/access/
12. Once you click on the link you will be redirected to your remote devices page
13. Click on the newly created device link
14. The Remote desktop now will be opening
15. Enter your PIN to verify
16. Voila! You will have your powerful Remote Desktop for free
Post a Comment
0 Comments