Guest User

Untitled

a guest
Jan 4th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. apt-get install xrdp
  2.  
  3. /etc/xrdp/xrdp.ini
  4.  
  5. sudo nano /etc/xrdp/xrdp.ini
  6.  
  7. [xrdp1]
  8. name=sesman-vnc
  9. lib=libvnc.so
  10. username=ask
  11. password=ask
  12. ip=127.0.0.1
  13. port=-1
  14.  
  15. [xrdp1]
  16. name=customsessionname
  17. lib=libvnc.so
  18. username=myusername
  19. password=ask
  20. ip=127.0.0.1
  21. port=5912
  22.  
  23. netstat -tulpn | grep vnc
  24.  
  25. tcp 0 0 127.0.0.1:5911 0.0.0.0:* LISTEN 5365/Xvnc
  26.  
  27. cd /etc/xrdp
  28. cp xrdp.ini xrdp.ini.bak
  29. sudo gedit /etc/xrdp/xrdp.ini
  30.  
  31. [globals]
  32. bitmap_cache=yes
  33. bitmap_compression=yes
  34. port=3389
  35. crypt_level=low
  36. channel_code=1
  37.  
  38. [xrdp1]
  39. name=RDP_To_TightVNC
  40. lib=libvnc.so
  41. username=ask
  42. password=ask
  43. ip=127.0.0.1
  44. port=-1
Add Comment
Please, Sign In to add comment