Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- http://networkstatic.net/xrdp-an-easy-remote-desktop-setup-for-your-ubuntu-servers/
- INSTALLING XRDP FOR REMOTE DESKTOP ON LINUX
- Here are example installs on Fedora from Red Hat and Ubuntu platforms.
- ##############################################################
- REMOTE DESKTOP FOR FEDORA:
- yum install xrdp
- systemctl enable xrdp.service
- systemctl start xrdp.service
- systemctl enable xrdp-sesman.service
- systemctl start xrdp-sesman.service
- ##############################################################
- REMOTE DESKTOP FOR UBUNTU:
- yum install xrdp
- systemctl enable xrdp.service
- systemctl start xrdp.service
- systemctl enable xrdp-sesman.service
- systemctl start xrdp-sesman.service
- ##############################################################
- apt-get update
- sudo apt-get install ubuntu-desktop --no-install-recommends
- sudo apt-get install xrdp
- ##############################################################
- /*
- Check the startup, start if not running
- $ /etc/init.d/xrdp status
- * Checking status of Remote Desktop Protocol server xrdp [ OK ]
- * Checking status of RDP Session Manager sesman
- */
- /etc/init.d/xrdp start
- ##############################################################
- apt-get update
- sudo apt-get install ubuntu-desktop --no-install-recommends
- sudo apt-get install xrdp
- /*
- Check the startup, start if not running
- $ /etc/init.d/xrdp status
- * Checking status of Remote Desktop Protocol server xrdp [ OK ]
- * Checking status of RDP Session Manager sesman
- */
- /etc/init.d/xrdp start
- ##############################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement