Kamis, 25 Desember 2014

Remot Ubuntu & Sebaliknya


Cara Remote Desktop Ubuntu Dari Windows


Cara Remote Desktop Ubuntu Dari Windows. Biasanya bingung kalau anda ingin melakukan remote desktop ubuntu dari windows, harus install vnc lah atau software remote desktop lainya. Nah yang jadi pertanyaan adalah bagaimana Cara Remote Desktop Ubuntu Dari Windows? karena supaya mempermudah untuk melakukan remote. Nah kali ini saya sedikit berbagi pengalaman mengenai remote desktop ubuntu melalui console remote desktop bawaan windows dengan menggunakan xrdp. Naha langsung aja yuk begini Cara Remote Desktop Ubuntu Dari Windows  :

  1. Install xrdp di ubuntu anda dengan cara :
    sudo su apt-get install xrdp (Lewat Terminal)
    atau
    Buka Ubuntu Software Center dan search dengan keyword "xrdp" lalu klik install.
  2. Setelah installasi selesai, buka applikasi remote desktop bawaan windows lewat run dengan cara tekan Tombol Windows + R lalu ketikan mstsc. Terlihat pada gambar :
  3. Kemudian akan mucul tampilan seperti dibawah ini, masukkan ip address ubuntu anda lalu tekan enter. Terlihat pada gambar :
  4. Setelah itu akan muncul tampilan xrdp, masukkan nama user dan password login ubuntu anda. Terlihat pada gambar :
  5. Nah akhirnya muncul kan desktop ubuntu anda, tanpa menginstall software remote seperti vnc viewier dan lainya.


Cara Remote komputer windows dari ubuntu

Di dalam suatu jaringan komputer, baik di rumah maupun di kantor, kita seringkali menggunakan sistem remote komputer untuk menjalankan komputer di ruangan lain dari komputer di hadapan kita. Ternyata di linux ubuntu 12.10, fasilitas remote ini sangat mudah mudah didapatkan dan sangat mudah dijalankan.
Kami mencoba mencari tahu kira-kira program apa yang bisa dipakai sebagai program remote komputer dari Ubuntu 12.10 dengan mengetik kata “remote” melalui Dash, yang muncul adalah Remmina Remote Desktop Client seperti gambar di bawah ini :

Remmina
Kemudian, kita klik di Remminanya maka akan muncul tampilan sbb :
Remmina Remote Desktop Client_036
Cara meremote komputer lain di dalam jaringan sangatlah, mudah, yaitu dengan klik new remote desktop file, yang perlu kita ingat h No IP ,user name, & password  dari komputer yang kita tuju, dan mengisinya seperti gambar di bawah berikut ini :
Untuk kolom name silahkan dipilih nama komputer yang dituju,demikian juga dengan grupnya, prototocol gunakan RDP
Remote Desktop Preference_037
Setelah tab connect nya di klik maka langsung akan muncul tampilan desktop yang kita tuju, di jaringan studio kami yang muncul seperti gambar berikut ini :
little server_042
Biasanya muncul seperti , tidak full screen, oleh karena itu silahkan klik tonbol full screeen seperti gambar di atas, dan akan muncul tampilan sbb:
Screenshot from 2013-02-23 09:20:05
Dan kita bisa langsung menjelajah komputer yang kita remote seperti gambar di bawah ini
Screenshot from 2013-02-23 09:21:14
Demikian cara mudah remote komputer windows XP dari Linux ubuntu, semoga berkenaan

------------------------------------------------------------------------------------------------------

Installing xRDP and XFCE

Installing xRDP and XFCE is pretty easy, once you know what to do …
Just make sure you have an Internet connection before you start.

Step 1 – Install xRDP

We will use sudo and apt-get to update your system and install xRDP. Keep in mind that sudo will ask for your admin password.
1 2
sudo apt-get update sudo apt-get install xrdp

Step 2 – Install XFCE4

Again we will use sudo and apt-get:
1
sudo apt-get install xfce4

Step 3 – Configure xRDP

In this step we modify 2 files to make sure xRDP uses xfce4.
First we need to create or edit our .xsession  file in our home directory.
We can either use nano or simply redirect an echo statement (easier):
1
echo xfce4-session >~/.xsession
The second file we need to edit is the startup file for xRDP, so it will start xfce4.
1
nano /etc/xrdp/startwm.sh
The content should look like this (pay attention to the last line):
1 2 3 4 5 6 7 8
#!/bin/sh if [ -r /etc/default/locale ]; then   . /etc/default/locale   export LANG LANGUAGE fi startxfce4

Step 4 – Restart xRDP

To make all these changes effective, restart xRDP as such:
1
sudo service xrdp restart

Testing your xRDP connection

On the computer that will remotely control your Ubuntu machine, start you RDP client.
Windows comes standard with a Remote Desktop client (mstsc.exe – you can start it from a command prompt, or find the shortcut to Remote Desktop under Accessories).
For a Mac, Microsoft actually has a Remote Desktop Client which can be found in the Apple App Store, or you can use Cord (free).
Whichever client you use, most work with either the computer network name or IP address of your Ubuntu machine.
To find the IP address on your Ubuntu box, type:
1
hostname -I
(note: this is a capital “i”)
Depending on your RDP client capabilities and settings (for example: Microsoft RDP Client allows automatic login), you might or might not see the login screen.
Here we enter our Ubuntu username and password and click “OK”, after which briefly a window will show with the login process and you’ll have access to your Ubuntu machine, even though the desktop looks different. One downside I’ve discovered so far is that the clipboard is NOT being synchronized … so Copy and Paste between machines does not work properly.

xRDP - Login screen
xRDP – Login screen
xRDP - Your Ubuntu xfce4 desktop
xRDP – Your Ubuntu xfce4 desktop


Tidak ada komentar:

Posting Komentar