IAmDaze
Junior Member
- Sep 2, 2017
- 162
- 163
Hey Guys! Do you want to use a graphical version of Linux and use it as a regular computer? If yes, then this guide is for you guys. Some of you might be more comfortable with graphical version of Linux then you might want to do this. Since almost none of the VPS provider install regular GUI linux in your VPS you have to follow these steps.
Step 1: First connect to your VPS through SSH and log in.
Step 2: Update your packages first by entering the following command:
Step 3: Install the standard XRDP package from the Ubuntu repository by entering following command:
Step 4: After installing XRDP, you need to install the alternate desktop environment. We are going to install the xfce4. Since xfce4 is light and fast it will not be much of burden to your VPS.
Step 5: Configure the Ubuntu server for xrdp to know that the xfce desktop environment will be used instead of Gnome or Unity. To configure these settings, you have to type the following command in terminal.
Step 6: Start the xrdp service by typing:
DONE
Now to connect, just open Remote Desktop Connection and enter your server details with username and you can login.
Step 1: First connect to your VPS through SSH and log in.
Step 2: Update your packages first by entering the following command:
Code:
apt-get update
Step 3: Install the standard XRDP package from the Ubuntu repository by entering following command:
Code:
apt-get install xrdp
Step 4: After installing XRDP, you need to install the alternate desktop environment. We are going to install the xfce4. Since xfce4 is light and fast it will not be much of burden to your VPS.
Code:
apt-get install xfce4
Step 5: Configure the Ubuntu server for xrdp to know that the xfce desktop environment will be used instead of Gnome or Unity. To configure these settings, you have to type the following command in terminal.
Code:
echo “xfce4-session” > ~/.xsession
Step 6: Start the xrdp service by typing:
Code:
/etc/init.d/xrdp start
DONE
Now to connect, just open Remote Desktop Connection and enter your server details with username and you can login.