Results 1 to 6 of 6

Thread: XRDP Remote Desktop connection for Linux Mint

  1. #1
    Join Date
    Oct 2010
    Posts
    237

    XRDP Remote Desktop connection for Linux Mint

    I have been using the Linux Mint and Windows 7 from the past several months in 2 different computers. The problem is the 2 computers are not located in the same place, I means they are not together. The Windows Computer is located in my Home and the Linux Mint system is placed at my office. Now it become very necessitates connecting them together by means of Remote Desktop Connection for the purpose of one big project. Obviously I gazed at VNC foremost, however this attested to be insufficient intended for my requirements. Issues such as an incapability to exhibit filled screen and time-consuming reaction ended VNC an impracticable choice. But I couldn’t find any other choice for it. If you have any further option for this please help with one.

  2. #2
    Join Date
    Feb 2010
    Posts
    796

    Re: XRDP Remote Desktop connection for Linux Mint

    I have examined No Machine's NX client - moreover although this is an extremely professional wrap up to state the slightest it at rest wasn't fairly what I was following. The Linux segment works enormous, however the windows client once more has problems by way of toggling toward full screen and flipside, making it fewer than attractive intended for my requirements. At last I originated XRDP - a server designed for Linux that permits it to agree to links from Windows Remote Desktop. Appeared to be approximating a faultless fit. It was trouble-free to install, Windows establish it instantaneously and delighted it just be fond of whichever additional remote desktop sitting.

  3. #3
    Join Date
    Feb 2010
    Posts
    658

    Re: XRDP Remote Desktop connection for Linux Mint

    The xrdp is a release basis remote desktop protocol (also known as RDP) server. Xrdp make use of Xvnc otherwise X11rdp on the way to administer the X assembly and will exhibit X window desktop toward the client passing through Remote Desktop Protocol. In order to install physically, you may perhaps desire to come across by the side of any website which provides the completer tutorial. I am using the Fedora so I know the steps to configure XRDP in this :
    To install Install xrdp
    Code:
    # yum install xrdp
    Generate soft link toward startup xrdp routinely lest of reboot
    Code:
    # ln -s ../init.d/xrdp s99xrdp
    # service xrdp restart
    Organize the firewall by way of System > Administration > Firewall and permit port 3389 (TCP)
    Utilize Remote Desktop Protocol on the way to bond toward the Linux System.

  4. #4
    Join Date
    Feb 2010
    Posts
    592

    Re: XRDP Remote Desktop connection for Linux Mint

    In reaction toward the preceding post regarding RDC (Remote Desktop Sharing), like it revolves out, whilst openSUSE contians the remote desktop sharing utilities installed as a result of default. But inside Linux Mint 2.1 system they don’t subsist. There you need to install them physically. Using Synaptic I installed each and every one the RDC clients I be acquainted with, as well as only some VPNs. I was capable to check a little an RDC client in addition to it was booming.
    • The mainly wide-ranging (interpret feature-rich) one is: tsclient (terminal server client)
    • The straightforward is: grdesktop (gnome remote client)

    Linux Mint (almost certainly similar to Ubuntu) does permit desktop sharing right of entry to additional computers, despite the fact that I’m not certain whether Ubuntu got a desktop file sharing options as a result of default.

  5. #5
    Join Date
    Feb 2010
    Posts
    669

    Re: XRDP Remote Desktop connection for Linux Mint

    Xrdp is the major server accommodating associations on or after RDP clients. Xrdp encloses the RDP, protection, MCS, ISO, plus TCP layers, a straightforward window manager as well as a small amount of controls. It’s a multi threaded solitary progression server. It is inside this procedure was the innermost organization of the sessions is preserved. Central management comprises shadowing a session plus controlling pop ups headed for clients. Xrdp is managing as a result of the configuration file xrdp.ini. RDP contains 3 protection heights among the RDP server with RDP client. They are Low, average and high.

  6. #6
    Join Date
    Feb 2010
    Posts
    638

    Re: XRDP Remote Desktop connection for Linux Mint

    Supported taking place investigate effort by means of the rdesktop scheme, xrdp make use of the remote desktop protocol in the direction of offer a graphical based login toward a remote client. xrdp is capable connect to a VNC server otherwise a different rdp server. Microsoft windows customers are now capable to connect to a computer using xrdp exclusive of installing further software. Following are the commands to install XRDP in Linux MINT.
    Code:
    # tar -zxvf xrdp-0.4.1.tar.gz
    
    # cd xrdp-0.4.1
    
    # make
    
    # make install
    
    # cd /usr/local/xrdp
    # cp xrdp_control.sh /etc/init.d/xrdp_control
    # chkconfig --add xrdp_control
    # chkconfig xrdp_control on
    # service xrdp_control start
    
    # groupadd rdpusers
    # usermod -G rdpusers kittycool

Similar Threads

  1. Blurry Desktop on Linux Mint
    By Mewad in forum Customize Desktop
    Replies: 5
    Last Post: 13-01-2011, 07:32 AM
  2. How to use remote desktop in Linux mint?
    By Amigot Fuyhen in forum Networking & Security
    Replies: 4
    Last Post: 01-01-2011, 11:15 PM
  3. Replies: 4
    Last Post: 23-12-2010, 10:15 AM
  4. Replies: 2
    Last Post: 27-01-2008, 05:15 AM
  5. MAC and Remote Web Workplace and Remote Desktop Connection
    By Tirana in forum Small Business Server
    Replies: 2
    Last Post: 03-01-2008, 10:53 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,633,593.85452 seconds with 16 queries