Advertisement
efxtv

Free RDP via web browser features (G-Shell)

Dec 30th, 2023 (edited)
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | Cybersecurity | 0 0
  1. Free RDP via web browser features:
  2. ***********************************************
  3. Telegram post : https://t.me/efxtv/3253
  4. ***********************************************
  5. - Nonstop 4-6 hours
  6. - 8GB ram
  7. - Linux Server
  8. - VNC 6080:80
  9.  
  10. Requirements:
  11. - G-Shell (xfce4)
  12. - G-Shell (termux/ubuntu)
  13. - Firefox browser
  14.  
  15. STEP 1 - Start G-Shell, paste command
  16. $ sudo docker run --name ubvnc -p 6080:80 -p 5900:5900 dorowu/ubuntu-desktop-lxde-vnc:bionic &
  17.  
  18. STEP 2 - Access RDP VIA http port 6080 VNC (Firefox)
  19. $ ./ngrok http 127.0.0.1:6080
  20.  
  21. STEP 3 - Start RDP
  22. $ sudo docker start ubvnc
  23.  
  24. STEP 4 - Stop RDP
  25. $ sudo docker stop ubvnc
  26.  
  27. For free RDP Update Visit here (https://github.com/efxtv/RDP)
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement