I’m trying to get xrdp to work with Bitvise, however it is saying it can’t start the remote session. From Ubuntu 12.04 x32 as root
apt-get install tightvncserver apt-get install xrdp Then from Bitvise that already has a SSH tunnel, attempt “New Remote Desktop” which is using a windows XRDP - connects but then comes back with can’t start session as .Xsession not present. From http://c-nergy.be/blog/?p=3518 I have created .Xsession & restarted, with the following gnome-session --session=ubuntu-2d
but still no luck. Anybody else managed to find a reasonable way of going from Win (in my case XP) to Ubuntu on a droplet
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I was able to get the xrdp to load properly in linuxmint 17/Ubuntu 14.04 LTS.
Bellow steps I followed to get xrdp running.
Process to install XRDP using XFCE The following is an installation in Linuxmint 17 / Ubuntu 14.04 LTS
#update you packages 2) sudo apt-get upgrade
For Ubuntu 12 you might want to read the instructions in the link below: http://webdevnetwork.co.uk/ubuntu-xrdp-login-blank-or-empty-screen/#comment-66
SSH is remote desktop, files can transferred through SFTP, There are really not much difference from using graphical approach like remote desktop in windows. Command line interface can seem scary at first, but after playing with it for a while, you will become familiar with it just like what happen to us with graphical user interface. <br> <br>I also installed a VNC server in to make things easier as I was new to linux vps and SSH. But graphical VNC reduced the droplet’s performance so bad I reverted back to the CLI. After reading tutorials for a while, I actually find CLI may actually be quicker. The amount of technical details may be discouraging, but I have actually learnt quite a lot from it and helped me appreciated the value of open source lol. It is amazing to discover the incredible amounts of useful resources that are available for free out there, it really made me appreciated the individual efforts and hard works to enable us to utilise those resources much more resourcefully and economically. <br> <br>Prices of GUI servers still give me nightmare.
SSH is remote desktop, files can transferred through SFTP, There are really not much difference from using graphical approach like remote desktop in windows. Command line interface can seem scary at first, but after playing with it for a while, you will become familiar with it just like what happen to us with graphical user interface. <br> <br>I also installed a VNC server in to make things easier as I was new to linux vps and SSH. But graphical VNC reduced the droplet’s performance so bad I reverted back to the CLI. After reading tutorials for a while, I actually find CLI may actually be quicker. The amount of technical details may be discouraging, but I have actually learnt quite a lot from it and helped me appreciated the value of open source lol. It is amazing to discover the incredible amounts of useful resources that are available for free out there, it really made me appreciated the individual efforts and hard works to enable us to utilise those resources much more resourcefully and economically. <br> <br>Prices of GUI servers still give me nightmare.
This worked for me: <br>https://www.digitalocean.com/community/articles/how-to-setup-vnc-for-ubuntu-12
We are mapping the VNC to a websocket and then exporting that out for the webconsole which is most likely why the standard remote desktop isn’t working for you.
Used x2go. It took under 4 min to get LXDE up and running, and established remote connection from Win8.