Difference between revisions of "SUNScholar/Prepare Ubuntu/S01/RDP"

From Libopedia
Jump to navigation Jump to search
(Created page with "<center> '''BACK TO STEP 1''' </center> For those of you familiar with connecting to Microsoft Windows servers remotely, this is the option...")
 
m
 
(7 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
</center>
 
</center>
  
 +
==Remote Desktop (aka Windows server mode) Login==
 
For those of you familiar with connecting to Microsoft Windows servers remotely, this is the option to choose.
 
For those of you familiar with connecting to Microsoft Windows servers remotely, this is the option to choose.
====Step 1====
+
===Step 1 - Install a desktop environment on the server===
Login in to the server using one of A or B options above and then type the following:
+
Login in to the server using an [[SUNScholar/Prepare_Ubuntu/S01/Ubuntu|Ubuntu method]] or [[SUNScholar/Prepare_Ubuntu/S01/Microsoft|Windows method]] and then type the following:
 
  sudo apt-get install –no-install-recommends xubuntu-desktop
 
  sudo apt-get install –no-install-recommends xubuntu-desktop
  
 
  sudo apt-get install xrdp
 
  sudo apt-get install xrdp
====Step 2====
+
 
 +
===Step 2 - Login to the server from Windows using RDP===
 
Logout of the server and open up your remote desktop client (available in Windows, Mac and Linux) on your personal computer and enter the IP address of your server.
 
Logout of the server and open up your remote desktop client (available in Windows, Mac and Linux) on your personal computer and enter the IP address of your server.
  
Line 15: Line 17:
  
 
You should be greeted with the xrdp login box, followed by your shiny new Xfce desktop.
 
You should be greeted with the xrdp login box, followed by your shiny new Xfce desktop.
====Step 3====
+
 
 +
===Step 3 - Now open a terminal on the remote server desktop environment===
 
Now you can login to a remote GUI on your server anytime you want. For server configuration, open the xubuntu terminal application on the server and proceed.
 
Now you can login to a remote GUI on your server anytime you want. For server configuration, open the xubuntu terminal application on the server and proceed.
====References====
+
 
 +
===References===
 
*http://www.crucial.com.au/blog/2013/10/02/remote-desktop-on-an-ubuntu-vps
 
*http://www.crucial.com.au/blog/2013/10/02/remote-desktop-on-an-ubuntu-vps
 
*https://en.wikipedia.org/wiki/Remote_Desktop_Protocol
 
*https://en.wikipedia.org/wiki/Remote_Desktop_Protocol
 +
[[Category:Installation]]
 +
__NOTOC__

Latest revision as of 23:51, 9 June 2016

BACK TO STEP 1

Remote Desktop (aka Windows server mode) Login

For those of you familiar with connecting to Microsoft Windows servers remotely, this is the option to choose.

Step 1 - Install a desktop environment on the server

Login in to the server using an Ubuntu method or Windows method and then type the following:

sudo apt-get install –no-install-recommends xubuntu-desktop
sudo apt-get install xrdp

Step 2 - Login to the server from Windows using RDP

Logout of the server and open up your remote desktop client (available in Windows, Mac and Linux) on your personal computer and enter the IP address of your server.

Click Connect.

You should be greeted with the xrdp login box, followed by your shiny new Xfce desktop.

Step 3 - Now open a terminal on the remote server desktop environment

Now you can login to a remote GUI on your server anytime you want. For server configuration, open the xubuntu terminal application on the server and proceed.

References