2

Im using Remotedesktop Client 0.23 on Linux Mint. When im trying to connect to a windows server, I get the following error: Disconnect: No valid license available

I know that I'm supposed to delete a file, but I can't find it.

Anyone who can help me?

user500468
  • 123
  • 1
  • 4
  • Are you sure there isn't actually a licensing issue with your Windows Server or Terminal Services setup? – derobert Jun 02 '14 at 20:30
  • @derobert: Can it be something wrong with the licensing on the windows server? What do you mean with Terminal Service setup? It has worked before. – user500468 Jun 02 '14 at 20:37
  • When I Google for that error message, I get a lot of results saying that its from not having Terminal Services licensing (on the Windows Server) properly configured: accidentally using 120-day temporary licenses, not being in per-connection mode, etc. – derobert Jun 02 '14 at 20:39
  • @derobert: So the problem is on the windows server? What is Terminal Services? – user500468 Jun 02 '14 at 20:41
  • 4
    This question appears to be off-topic because it is about Windows licensing. – jasonwryan Jun 02 '14 at 20:42
  • Yes, it's probably one the Windows side. At least I'd start looking there first (e.g., does the Event Log show anything useful?). Terminal Services has apparently be renamed Remote Desktop Services is the newest Windows Server releases, but its the server side. – derobert Jun 02 '14 at 20:42
  • I would suggest deleting your question here and asking on Super User. Alternatively, flag your question "other - needs mod attention" and ask for it to be migrated to Super User. But I'd search there first to see if there is already an answer there. (The folks over at Super User know a lot more about Windows than we do.) – derobert Jun 02 '14 at 20:44
  • This Q may be on topic since he's using a UNIX client to connect to a a RDP server on Windows. It's along the same lines of using PuTTY to connect from Windows to a Unix system. – slm Jun 02 '14 at 21:04

1 Answers1

1

I would also take a look at using xfreerdp as a client instead, we use it with Window's license server and it work fine. Also I found this thread which discusses the problem, titled: rdesktop 'disconnect: No valid license available.

There was a tip in that thread to try this as a potential workaround with rdesktop.

this is a workaround i've just seen that if you know the hostname's owner of a valid MS license (CAL temp license) you can use it this way:

  $ rdesktop -n 'hostname' serverhostname 
slm
  • 363,520
  • 117
  • 767
  • 871