Questions tagged [remote-desktop]

A remote desktop application allows to access a desktop and GUI applications on a remote machine. Popular remote desktop protocols are Microsoft's RDP as well as RealVNC's VNC protocol. There are also other protocols like NX and its derivatives like X2Go. This tag should be used for general remote desktop questions or if no specific tag for the remote desktop application or protocol in question is available.

263 questions
33
votes
3 answers

What are the differences between rdesktop and xfreerdp?

rdesktop and xfreerdp are both linux clients for RDP. However from their respective websites it is not clear what advantages/drawbacks of using one over other are there. I found one post, which indicated that xfreerdp has more features than…
cbun
  • 333
  • 1
  • 3
  • 6
24
votes
4 answers

Example xfreerdp usage with clipboard plugin

FreeRDP 1.0.2 has an updated their parameter syntax for "better interoperability with Windows." I had a problem using the old syntax where the clipboard plugin only worked the first time I pasted, and subsequently stopped: xfreerdp --plugin cliprdr…
blee
  • 1,322
  • 2
  • 11
  • 14
17
votes
2 answers

Remote desktop over SSH reverse tunnel to replace TeamViewer

I want to open a remote desktop session from my laptop to desktop over my SSH (reverse) tunnel. That should be simple (or at least doable), right? Until now I've been using Team Viewer to log in to the remote desktop. I'd like to achieve similar…
MountainX
  • 17,168
  • 59
  • 155
  • 264
17
votes
3 answers

How to attach to remote machine's local display session over ssh?

Scenario: Linux mint is running on a machine at my home. I have some gui applications open on it. I'm away from home but want to get at the open applications. I have cygwin/x and I know how to ssh -X homecomputer, and I could run gui applications…
Matthew
  • 1,041
  • 2
  • 11
  • 16
17
votes
6 answers

Make FreeRDP prompt user for username and password?

At the moment, I'm using the following command to start an FreeRDP session: $ sudo xfreerdp /v:farm.company.com /d:company.com \ /u:oshiro /p:oshiro_password /g:rds.company.com Works fine. However, I don't want the password to be in the…
oshirowanen
  • 2,571
  • 15
  • 46
  • 66
14
votes
3 answers

clipboard not working when connecting via rdesktop to xrdp-sesman

I have a Debian machine with xrdp-sesman setup following way Xvnc 127.0.0.1:5910 xrdp-sesman 127.0.0.1:3350 xrdp 0.0.0.0:3389 I am connecting to this machine with rdesktop from another Debian machine. Everything works…
Martin Vegter
  • 69
  • 66
  • 195
  • 326
13
votes
3 answers

How to remotely log in with full graphical desktop over X11

I have two machines, both running kubuntu: server & client. I'd like to connect to server from client and start the full graphical interface without fear that some commands would be run as client user. So, ssh -XC works and I can also start…
velis
  • 367
  • 1
  • 4
  • 16
11
votes
4 answers

HTML client for X11 ssh forwarding?

Not totally sure if this is the right place but here goes. I understand that you are able to use X11 to ssh to GUI's and view them, without the server having a full on GUI system running/installed like gnome or something. My end goal is to be able…
Justin L.
  • 1,037
  • 3
  • 10
  • 16
10
votes
4 answers

Enable remote desktop for Gnome from command line?

I am trying to set up some automation scripts to set up a Linux environment. I would like to enable remote desktop sharing without the user having to actually use the GUI to do so. My plan is to write a batch script that maybe edits some file to do…
M S
  • 203
  • 1
  • 2
  • 5
10
votes
2 answers

Enable Gnome Screen Sharing via Commandline?

I set up a automated kickstart-installation for a "digital-signage-client" based on Fedora 30 (soon 32), now I want to add the enabling of the "Gnome Screen Sharing" to the installation to be able to get an actual visual feedback what is on the…
n-tchen
  • 400
  • 3
  • 12
10
votes
3 answers

Why are RDP clients on Linux much slower than on Windows?

I have a Windows 8.1 remote PC, to which I am connecting using RDP from Windows 7 and Linux clients. I noticed that the performance e.g. when scrolling is much better on Windows than on any Linux distribution. I am using rdesktop, Remmina,…
niutech
  • 398
  • 1
  • 3
  • 9
9
votes
1 answer

x2go with multiple remote monitors

I'm trying out x2go on Arch Linux (local and remote) with a Cinnamon desktop environment to get remote access to the local session of my server over SSH. My problem is that the local server has 2 physical monitors, and x2go is giving me a single…
Paul
  • 241
  • 1
  • 8
9
votes
1 answer

How to show the status of all modifier keys in X11?

I have a remote connection through NX client (Remmina) from my local box (Ubuntu 12.04) onto a remote Linux box (CentOS 5.3) with no root privilege, and it only has a strictly restricted internet access. Normally I have the remote desktop shown…
Metaphox
  • 199
  • 5
8
votes
5 answers

Windows Remote Desktop login failed with Ubuntu Server 12.4

So, I have a server that I have RDC (Remote Desktop Connection) set up on, and I am looking at making it globally available on the internet so that I can access it from anywhere. I am currently in the process of changing the password so that it's…
MrMusAddict
  • 181
  • 1
  • 1
  • 3
7
votes
1 answer

Install Desktop on Centos 6.3 remote server

Through our hosting provider, we can create servers running CentOS 6.3. However, these installs are meant to be used as servers that are accessed remotely. They do not come packaged with a GUI "Desktop" environment. What steps do you suggest to take…
Chris Dutrow
  • 201
  • 2
  • 5
1
2 3
17 18