Answer the question
In order to leave comments, you need to log in
How to install on rented ubuntu 14.04 GNOME and RDP via ssh?
I'm trying to install a shell and remote desktop on Ubuntu 14.04.
SSH access only.
This is how it works:
Установка XRDP и XFCE
apt-get -y update
apt-get -y install xrdp
apt-get -y install xfce4
echo xfce4-session >~/.xsession
nano /etc/xrdp/startwm.sh
#!/bin/sh
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
startxfce4
service xrdp restart
reboot
useradd -m имя_пользователя
passwd имя_пользователя
Answer the question
In order to leave comments, you need to log in
Use instead of rdp x2go - https://debian.pro/1618 , it will show itself much better on a Linux server.
And install gnome - help.ubuntu.ru/wiki/gnome_shell (the second one doesn't exist anymore).
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question