All Questions

Tagged with
Filter by
Sorted by
Tagged with
-1 votes
4 answers
419 views

How to remotely access Ubuntu Server via RDP through a web browser

While this isn’t required for what I’m doing. It would be pretty cool to achieve. Right now I can access my computer running Ubuntu Server remotely from any Windows PC via Xrdp. I want to take this a ...
Anston Sorensen's user avatar
0 votes
0 answers
588 views

XRDP sesman Port Not Active

So I originally posted this question about some issues I'm having with RDP sessions over XRDP on Debian 11: Configuration Issues with XRDP and Gnome on Debian 11 server After some further ...
Michael McCauley's user avatar
0 votes
2 answers
565 views

Linux equivalent to "query user /server:my-server-address"

The command from the title displays all connected users for my terminal server. Is there an equivalent linux command to display the same information?
roediGERhard's user avatar
1 vote
1 answer
125 views

Does Microsoft Official RDP Program end to end encrypt data?

For example, me RDP Client --connect to--> a Linux ServerA 1.1.1.1:3388 --iptables_Port_Forwarding--> a Windows ServerB 2.2.2.2:3389 Then, Is the part of me RDP Client >-to-> the Jump ...
rm -rf's user avatar
  • 55
0 votes
1 answer
628 views

How to setup RDP connection to a Linux (Ubuntu Server) VM in Azure using SSH tunnel?

I am reading https://docs.microsoft.com/en-us/azure/virtual-machines/linux/use-remote-desktop and is stuck at the following passage: Specifying a password does not update your SSHD configuration to ...
mark's user avatar
  • 745
0 votes
1 answer
2k views

Guacamole - RDP file transfer error

I would appreciate if somebody point me in a right direction with the following problem. Task: Configure RDP file transfer via Apache Guacamole. Problem: a) Within RDP session (logged in as ...
birdflow's user avatar
0 votes
2 answers
581 views

Check if a remote machine is running

I want to connect to 2 machines remotely. For doing that I should first make sure that both the machines are running. One way to do this is by using ping which might not work sometimes because of the ...
prajna's user avatar
  • 1
0 votes
1 answer
160 views

linux rdp show screen different users

I need a software that can run under linux as server and share the current user screen with a remote viewer. I've tried those software but they start a new session: xtighvncviewer remmina ...
user340971's user avatar
4 votes
3 answers
8k views

RDP from linux to windows

Many users in our office use a Linux VM to connect to the office's RDP server to work remotely. From March 2018 onwards a patch was progressively put out by Microsoft to address CVE-2018-0886, ...
Frans Henskens's user avatar
5 votes
2 answers
11k views

How to test RDP credentials in command line without X server installed?

I've been asked to test from time to time some RDP credentials, and it must be done through a linux server. Is there any way to test some RDP credentials in command line, without a X11 server ?
SBO's user avatar
  • 562
1 vote
0 answers
75 views

IP Tunneling problems with RDP

I have a problem with IP tunneling. Servers : services01 (proxmox host) (internal ips : 10.21.21.0/24) (tunnel ip 172.16.0.1) backup01 (proxmox host) (internal ips : 10.21.23.0/24) (tunnel ip 172....
skydev's user avatar
  • 11
2 votes
0 answers
5k views

xRDP - listening socket is in wrong state we terminate listener, invalid x.509 certificate path defined..., Lubuntu 16.04

I'm using Lubuntu 16.04 and xRDP. My first machine is 192.168.0.10 and is a rdp server, where xRDP is installed, my second machine is 192.168.0.11, where I have Remmina as my RDP client. I have a ...
Katie's user avatar
  • 121
0 votes
1 answer
235 views

RDP-from-a-through-b-to-c in one step

Computer A can Reach Computer B Computer B can reach Computer C Here is an answer from someone that wanted to connect straight to computer C from computer a using ssh: SSH from A through B to C, ...
lonewarrior556's user avatar
1 vote
2 answers
2k views

Forward port from external connection to a computer in LAN (Ubuntu-iptables)

i've a problem, i can't connect from outside my LAN to a windows computer using Remote Desktop. I'm using Ubuntu 14.04, iptables. External Inferface: eth1 LAN Intergace: eth2 Windows IP: 192.168.1....
Gabriel's user avatar
  • 123
1 vote
2 answers
6k views

Redirecting RDP (port 3389) with iptables

I have a Debian server with an IP 10.10.10.5 and a Windows computer with an IP 10.10.10.7. My plan is to make the Debian server forward all RDP traffic to the Windows computer with these iptables ...
Keith Shapiro's user avatar
2 votes
1 answer
1k views

Windows 2012 fonts gone. Only Wingdings

So I did an RDP to my server, using a Jessie distro with Vinagre, characters were weird (see picture) and then, everyone who connects sees the same problem, how did this hapend and how can I fix it? ...
Robert W. Hunter's user avatar
4 votes
1 answer
11k views

RemoteApp / Seamless RDP Linux Server

I was wondering if there is an implementation of Seamless RDP for Linux servers, preferably Debian or similar, giving the result and experience of Microsoft's RemoteApp. Of course with Linux apps, I ...
Alberto's user avatar
  • 141
1 vote
0 answers
1k views

Remmina TLS, NLA works, but high encryption fails

Remmina works fine with TLS and NLA. But if encryption is set to high instead of client compatible, then it stops working. Questions: 1. Why setting high encryption prevents connectivity? 2. What's ...
Sami Lehtinen's user avatar
4 votes
1 answer
730 views

Can I use something like a tunnel for SSH in this Linux/Windows Remote Desktop scenario?

I have a Linux server (call it server-L) which i cannot directly ssh to it. In order to ssh it i should connect to a windows server(call it server-W) and then make ssh connection from it to my Linux ...
VSB's user avatar
  • 165
4 votes
2 answers
10k views

How to preserve xrdp session on ubuntu 14.04?

I installed xrdp on my ubuntu 14.04 machine using the below commands. I can now remote desktop from my windows machine easily into my ubuntu machine. However, what I notice is when I close the ...
user3398326's user avatar
0 votes
1 answer
328 views

Windows 2008 r2 firewall rdp rule and linux rdesktop

I have a production Windows 2008 R2 server, and my workstation is Gentoo linux (kernel 3.12.13). I used to connect to server with rdesktop. Now I want to restrict the windows firewall rule for rdp (...
Gen's user avatar
  • 35
1 vote
0 answers
587 views

Debian / Linux xrdp

I installed xrdp on Debian Wheezy (+vnc4server as a dependency) and I have 3 questions: 1) Is there any way to recconet user to previous xrdp sessman-Xvnc session? If user change his resolution or ...
user210503's user avatar
2 votes
1 answer
3k views

Linux RDesktop Lockups

I have a script I wrote to create RDP connections from Linux workstations to Windows servers. Everything is great when used on a machine plugged into an Ethernet jack but when used on a wireless ...
Neal Bailey's user avatar
2 votes
0 answers
3k views

Linux: serial port forwarding via RDP to Windows machine

I'm trying to redirect serial device on /dev/ttyUSB0 to RDP session with Windows (XP or server 2003) through FreeRDP or rdesktop. Like this for example: xfrerdp /a:serial,COM3,/dev/ttyUSB0 /v:server ...
Dmitry Bastron's user avatar
1 vote
0 answers
3k views

Linux thin client OS supporting RDP 7.1 and PXE?

We are trying to come up with a workable solution for a number of branch offices. Thin clients (based on existing PC hardware) need to connect back to a Windows 2008 R2 RDS server farm with load ...
btongeorge's user avatar
1 vote
1 answer
187 views

Reaching machine from another network (having RDP to another machine in the same network)

Lets say there is Machine A (Ubuntu) in Network A and Machine B in Network B. There is also Machine C (Windows 7) in Network B and I can access it through RDP from Machine A. What I need is to be able ...
Eugene Loy's user avatar
-3 votes
2 answers
1k views

Samba server with domain authentication

I need to configure samba server. My question is - how to configure access to this server by rdp for samba users? Thanks!
user1581508's user avatar
3 votes
2 answers
24k views

How do i open the RDP port in Linux?

Prologue I have a MacBook and i want to connect to a remote Windows machine, which is connected to a Linux Server. When i'm at my locally there in the network, i use the http://www.microsoft.com/mac/...
fragant1996's user avatar
5 votes
3 answers
11k views

RDP Dual Screen Linux [closed]

we have a Windows Terminal Server and like to have Linux Clients which connect through rdp to the terminal server. All works fine except that we cannot find a linux rdp client which supports multiple ...
v k's user avatar
  • 51
29 votes
3 answers
116k views

how to tunnel Windows Remote Desktop through ssh using a linux box?

I have two physical servers in my home network, linux (192.168.8.x) and windows server 2008 (192.168.8.y). The linux server ist accessible from outside by ssh on a non-standard port (say 23008). How ...
elsni's user avatar
  • 445
1 vote
2 answers
2k views

How to configure VMWare Workstation in Linux to accept RDP connections

My virtual machine in VmWare Workstation is refusing RDP connections. On my other VM it was able to accept connections. I had to add some entries into the .VMX file in order to get it to work, but I ...
Phenom's user avatar
  • 123
1 vote
3 answers
718 views

What's the most efficient way to set up an a remote desktop server with Linux?

I need my Windows users to have a remote desktop (via RDP or VNC, I suppose, or maybe there's something better) on a Linux server to run desktop applications (the most important of which is a Win32 ...
Ivan's user avatar
  • 3,398
26 votes
4 answers
39k views

Remote Desktop from Linux to Computer that Requires Network Level Authentication

Is there a way to use rdesktop or another Linux client to connect to a server that requires Network Level Authentication? From Windows Server 2008 R2 -- Control Panel -- System And Security -- System ...
Kyle Brandt's user avatar
0 votes
2 answers
305 views

How do I host a Windows Terminal (to run Windows applications and be accessed by users via a standard MS Remote Desktop client) on a Linux server?

How do I host a Windows Terminal (to run Windows applications and be accessed by users via a standard MS Remote Desktop client) on a Linux server? I've heard there are some alternatives to Microsoft ...
Ivan's user avatar
  • 3,398
1 vote
1 answer
3k views

Use eToken Pro over RDP with eToken plugged into server

I have a Windows Vista machine which has a USB eToken Pro plugged into it. The eToken is used to control access to a development version of our product's web interface. Most of the time I sit ...
Rich's user avatar
  • 1,343
0 votes
1 answer
254 views

Possible to have thin-clients with RDP GUI connected to Leopard Server?

I'd like to ask if there is any solution to run thin client in Linux/Windows with RDP GUI connected to Leopard Server?
Viet's user avatar
  • 143
2 votes
3 answers
2k views

Monitor Windows Terminal Sessions from Linux/Mac

I'm writing some scripts to make remote connections to a Windows 2003 server a bit more user-friendly, and in doing this I want to see who's logged in already. In Windows, I could use qwinsta.exe to ...
mhd's user avatar
  • 143
2 votes
4 answers
4k views

How do I connect to a Red Hat Server using the rdp protocol?

Is it possible and if so how can I connect to a Red Hat server using the rdp protocol? Not interested in using VNC for a variety of reasons.
user avatar
4 votes
3 answers
7k views

Open source thin-client software

I have been looking for a open source alternate to windows thin-client terminals we use for remote desktop into a terminal server which is where users do all their work. I am often in the situation ...
Shard's user avatar
  • 1,432