Skip to content
EntityQ284925· pop 15· linked from 11 articles

software

Key facts

Software.name
rdesktop
Software.screenshot
Rdesktop-ON WIN 95.jpg
Software.screenshot size
200px
Software.caption
rdesktop connected to a Windows NT 4.0 Terminal Server Edition host
Software.developer
rdesktop team
Software.latest release version
1.9.0
Software.operating system
Unix-likeMicrosoft Windowswindows build (unofficial)
Software.genre
Microsoft Remote Desktop Services client
Software.license
GPL-3.0-or-later
Software.discontinued
yes

via Wikipedia infobox

Official website

rdesktop: A Remote Desktop Protocol Client

rdesktop.org

Link to the official site · 4,759 chars · not written by Vinony

Source code

Please, beware that this project is no longer maintained and hadn't received a patch in many years. There are reported security vulnerabilities, yet those haven't been reviewed. rdesktop uses a GNU-style build procedure. Typically all that is necessary to install rdesktop is the following: The smart-card support module uses PCSC-lite. You should use PCSC-lite 1.2.9 or later. To enable smart-card support in the rdesktop add --enable-smartcard to the configure line. If you have retrieved a snapshot of the rdesktop source, you will first need to run ./bootstrap in order to generate the build infrastructure. This is not necessary for release versions of rdesktop. where server is the name of the Terminal Services machine. If you receive "Connection refused", this probably means that the server does not have Terminal Services enabled, or there is a firewall blocking access. You can also specify a number of options on the command line. These are listed in the rdesktop manual page (run man rdesktop ).

Excerpt from the source-code README · 1,684 chars · not written by Vinony

Wikidata facts

Instance of
free software
Official website
www.rdesktop.org
Show 7 more facts
software version identifier
1.9.0
source code repository URL
github.com/rdesktop/rdesktop
programmed in
Q15777
software quality assurance
continuous integration
inception
2001-04-04
Sources (5)

via Wikidata · CC0

Article · Français

rdesktop est un logiciel client libre pour le service RDP issu de serveurs Terminal Services. Il permet d'accéder à un environnement applicatif Windows à partir d'un poste de travail Linux par exemple. Il est conçu pour être utilisé sur les plateformes X d'UNIX et de linux. Une interface graphique est donc nécessaire pour l'utilisation de rdesktop. Il fonctionne avec les versions 4 et 5 du protocole RDP, et donc avec les serveurs Windows NT, Windows 2000, Windows 2003 ou Windows 2008. Il gère également le chiffrement et la compression du flux RDP. Le code source est disponible en GNU GPL. Son utilisation est simple :par exemple, dans un terminal, pour établir une liaison avec le serveur 123.123.123.123 en plein ecran, avec "user" en nom d'utilisateur, et "passwd" en mot de passe, il suffit d'entrer : rdesktop -f -u user -p passwd 123.123.123.123 Pour sortir du mode plein écran, il faut appuyer simultanément sur CTRL + ALT + ENTREE. rdesktop a été forké en 2009 par FreeRDP dans le but de modulariser le code, de résoudre différents problèmes, d'ajouter de nouvelles fonctionnalités, et en finalité d'être plus multiplateforme : il est en effet disponible sur Windows.

Abstract from DBpedia / Wikipedia · CC BY-SA