All Projects → rdesktop → Rdesktop

rdesktop / Rdesktop

Licence: other
🚨 rdesktop is in need of a new maintainter. Please see the home page for more details. 🚨

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Rdesktop

Rdpgw
Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Stars: ✭ 59 (-93.6%)
Mutual labels:  remote-desktop, rdp
Premotem
Personal Remote Manager
Stars: ✭ 161 (-82.54%)
Mutual labels:  remote-desktop, rdp
Myrtille
A native HTML4 / HTML5 Remote Desktop Protocol and SSH client
Stars: ✭ 1,007 (+9.22%)
Mutual labels:  remote-desktop, rdp
Terminals
Terminals is a secure, multi tab terminal services/remote desktop client. It uses Terminal Services ActiveX Client (mstscax.dll). The project started from the need of controlling multiple connections simultaneously. It is a complete replacement for the mstsc.exe (Terminal Services) client. This is official source moved from Codeplex.
Stars: ✭ 971 (+5.31%)
Mutual labels:  rdp, client
Simpleremote
Remote Administration Tools
Stars: ✭ 504 (-45.34%)
Mutual labels:  remote-desktop, rdp
RabbitRemoteControl
Remote control. Support VNC, RDP, Terminal, SSH, TELNET etc
Stars: ✭ 82 (-91.11%)
Mutual labels:  rdp, remote-desktop
Iap Desktop
IAP Desktop is a Windows application that provides zero-trust Remote Desktop and SSH access to Linux and Windows VMs on Google Cloud.
Stars: ✭ 96 (-89.59%)
Mutual labels:  remote-desktop, rdp
Mremoteng
mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.
Stars: ✭ 5,935 (+543.71%)
Mutual labels:  remote-desktop, rdp
workfromhome-with-docker
HTML5 based remote desktop gateway using Apache Guacamole and Traefik Reverse Proxy including AD authentication and 2-FA
Stars: ✭ 42 (-95.44%)
Mutual labels:  rdp, remote-desktop
linux-remote-desktop
Linux based secure, open source, multi-tenant environment for remote work.
Stars: ✭ 89 (-90.35%)
Mutual labels:  rdp, remote-desktop
Freerdp
FreeRDP is a free remote desktop protocol library and clients
Stars: ✭ 5,858 (+535.36%)
Mutual labels:  remote-desktop, rdp
Ipban
IPBan Monitors failed logins and bad behavior and bans ip addresses on Windows and Linux. Highly configurable, lean and powerful. Learn more at -->
Stars: ✭ 652 (-29.28%)
Mutual labels:  remote-desktop, rdp
Httpotion
(soft-deprecated) HTTP client for Elixir (use Tesla please)
Stars: ✭ 723 (-21.58%)
Mutual labels:  client
Teacup nats
Teacup based NATS client for Erlang
Stars: ✭ 16 (-98.26%)
Mutual labels:  client
Simple tensorflow serving
Generic and easy-to-use serving service for machine learning models
Stars: ✭ 718 (-22.13%)
Mutual labels:  client
Teleport
Teleport是一款简单易用的堡垒机系统。
Stars: ✭ 718 (-22.13%)
Mutual labels:  rdp
Instagram Scraper
Scrape the Instagram frontend. Inspired from twitter-scraper by @kennethreitz.
Stars: ✭ 903 (-2.06%)
Mutual labels:  client
Django Oidc Rp
A server side OpenID Connect Relying Party (RP, Client) implementation for Django.
Stars: ✭ 16 (-98.26%)
Mutual labels:  client
Heliport
Intel Wi-Fi Client for itlwm
Stars: ✭ 701 (-23.97%)
Mutual labels:  client
Generator Ng Fullstack
Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
Stars: ✭ 701 (-23.97%)
Mutual labels:  client

rdesktop - A Remote Desktop Protocol client

rdesktop is an open source client for Microsoft's RDP protocol. It is known to work with Windows versions ranging from NT 4 Terminal Server to Windows 2012 R2 RDS. rdesktop currently has implemented the RDP version 4 and 5 protocols.

Installation

rdesktop uses a GNU-style build procedure. Typically all that is necessary to install rdesktop is the following:

% ./configure
% make
% make install

The default is to install under /usr/local. This can be changed by adding --prefix=<directory> to the configure line.

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.

Note for users building from source

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.

Usage

Connect to an RDP server with:

% rdesktop server

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].