• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to Use Remote Desktop (rdesktop)

{{postValue.id}}

Procedures To Use Remote Desktop (rdesktop) in Redhat/Fedora/CentOS

Remote Desktop application connects RDP ( Remote Desktop Protocol ) of OS from Linux machine. In this article, we will learn how to take over remote desktop of Windows Terminal using Hostname and IP Address.

Check for the following points before connecting to remote host

Enable remote desktop under Windows OS.
Enable RDP port no. 3389 in Firewall.
Under MS-Windows desktop > > Right Click My Computer > > Select properties > > Select Remote tab > > Enable Remote desktop > > Save changes.
Require at least one user with password.

To Install rdesktop (Remote Desktop)

Use the following command to verify whether rdesktop application has been already installed in your Linux distribution.

[root@linuxhelp ~]# rpm -qa rdesktop
rdesktop-1.7.1-1.el6.x86_64

Install with YUM command to resolve dependencies.

[root@linuxhelp ~]# yum -y install rdesktop
Loaded plugins: auto-update-debuginfo, fastestmirror, protectbase, refresh-packagekit, security
Setting up Install Process
Loading mirror speeds from cached hostfile
 * base: centos.webwerks.com
 * epel: download.ispsystem.com
 * epel-debuginfo: kartolo.sby.datautama.net.id
 * extras: centos.webwerks.com
 * ispsystem-base: download.ispsystem.com
 * ispsystem-stable5: download.ispsystem.com
 * rpmforge: mirror.nl.leaseweb.net
 * rpmfusion-free-updates: kartolo.sby.datautama.net.id
 * rpmfusion-free-updates-debuginfo: kartolo.sby.datautama.net.id
 * rpmfusion-nonfree-updates: kartolo.sby.datautama.net.id
...
...
...

Now the installation has been completed.

To use rdesktop with hostname

Run the following command to connect Windows host from Linux desktop, using hostname

To resolve host name make entry at /etc/hosts file if you don’ t have DNS Server in your environment.

[root@linuxhelp ~]# rdesktop -u Admin linuxhelp

Explanations:

-u : username (Admin)
linuxhelp : hostname

admin_hostname

To use rdesktop with IP Address

Run the following command to connect Windows host from Linux machine, using IP address.

[root@linuxhelp ~]# rdesktop -u Admin 192.168.7.101

login_ip

Tags:
liam
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

I got the error:
ERROR: CredSSP: Initialize failed, do you have correct kerberos tgt initialized ?
Failed to connect, CredSSP required by server.

A

Follow this link for more assistance https://www.linuxhelp.com/use-remote-desktop-rdesktop/

Q

How to install the "rdesktop" package on CentOS 7?

A

You can use the following command to install "rdekstop" package on CentOS 7. For Syntax: "yum install rdesktop".

Q

How to use "rdesktop" with certain specified IP Address?

A

You can use the following syntax to use the "rdesktop" with certain specified IP Address. For Syntax: "rdesktop -u username 0.0.0.0".

Q

How to know the entire information and option to be available for "rdesktop" command?

A

You can use the option of "--help" with "rdesktop" command (or) "man" page of "rdesktop" command to know the entire information and option to be available for "rdesktop" command. For syntax: "rdesktop --help" (or) "man rdesktop".

Q

How to check the version of "rdesktop" command in Linux?

A

You can use the option of "-v" with "rdesktop" command to check the version of "rdesktop" command in Linux. For Ex: "rdesktop -v".

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help keel johnston ?
Unhide the folders on windows Explorer

Give any solutions to unhide folder using command prompt?

forum3

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.