3

what is the name of the program that allows you to switch between servers (using Remote Desktop Connection) with a mouse click?

The program had a list of servers on the left pane and the main pane was the actual server connection.

Thanks in advanced

Jonas Stawski
  • 479
  • 1
  • 8
  • 17
  • 1
    Have a look at my question on this: http://serverfault.com/questions/5959/alternative-remote-desktop-software – squillman Nov 02 '09 at 18:10

7 Answers7

7

Late to the party, but so is this option: Microsoft's own RDCMan (Remote Desktop Connection Manager) is a huge upgrade to their old MMC snap-in.
http://www.microsoft.com/download/en/details.aspx?id=21101

Highly recommended.

Sample RDCMan

Image from Introducing Remote Desktop Connection Manager (RDCMan).

Pang
  • 273
  • 3
  • 8
Chris_K
  • 3,434
  • 6
  • 41
  • 45
6

You're talking about the Remote Desktops MMC snapin

Remote Desktops
(source: qainsight.net)

Glorfindel
  • 1,213
  • 3
  • 15
  • 22
Izzy
  • 8,214
  • 2
  • 30
  • 35
  • I think the OP was looking for the built-in remote desktop manager and not a 3rd party product like I had originally thought. =) – Wesley Nov 02 '09 at 18:23
  • This is exactly what I was looking for. How do I start it? – Jonas Stawski Nov 02 '09 at 18:45
  • What OS are you running? Have installed the admin tools? – Chris_K Nov 02 '09 at 18:52
  • Windows Vista SP1. I installed this: http://www.microsoft.com/downloads/details.aspx?FamilyId=D647A60B-63FD-4AC5-9243-BD3C497D2BC5&displaylang=en&displaylang=en Now what? – Jonas Stawski Nov 02 '09 at 18:59
  • I think you can get them by installing the Remote Server Administration Tools for your OS (Vista, 7, etc) – Izzy Nov 02 '09 at 18:59
  • Start | Run | MMC.exe | File | Add Snap In | Scroll down to Remote Desktops | Add | Ok | Add a bunch of servers | Save the console somewhere – Izzy Nov 02 '09 at 19:05
  • I had to turn windows features on or off. Found it. Thanks... – Jonas Stawski Nov 02 '09 at 19:15
1

I, personally, use mRemote for that. Supports RDP, VNC, telnet, http/s and a bunch more.
Royal TS is another worth looking at.

Chris_K
  • 3,434
  • 6
  • 41
  • 45
  • Beat me by two seconds!!! =) – Wesley Nov 02 '09 at 17:59
  • 1
    Why install 3rd party apps when MS provides a snapin to to the job? – Izzy Nov 02 '09 at 18:00
  • 1
    For me? Because I like an "all-in-one" that does more than just RDP. I have one tool (mRemote in my case) managing all my RDP, VNC, web (iLO2 and such) and SSH connections. It makes me happy :-) – Chris_K Nov 02 '09 at 18:05
  • i have trouble getting mRemote to work with some Server 2008 systems. im so annoyed. – djangofan Apr 16 '10 at 21:11
  • @djangofan - as mentioned in the answer to your question about this, the trouble with alternative RDP clients and 2k8 servers is likely that they're requiring NLA. Turn that off or make it optional and I'm fairly certain that it'll start working. – EEAA Apr 17 '10 at 01:55
1

For Windows machines:

  • mRemote (Abandoned Open-Source project -- still solid. Codebase was merged with the following closed source product)
  • VisionApp Remote Desktop
  • MuRD
  • Terminals (Open source project that doesn't have a whole lot of activity... could use some TLC, but it still works)
Wesley
  • 32,320
  • 9
  • 80
  • 116
  • Why install 3rd party apps when MS provides a snapin to to the job? – Izzy Nov 02 '09 at 18:00
  • As per Chris_K's comment to your comment I like the all-in-one approach. However, from just an RDP standpoint, Microsoft's MMC snap-in is bad at managing large numbers of connections. You can't have inheritance to aid in the creation and management of multiple connections, there is no centralized connection store (SQL backend, for instance) and you can't save different sets of credentials to use for one connection. To name a few things. – Wesley Nov 02 '09 at 18:16
1

I've been using Terminals for a while now, use it for RDP, putty and web management pages.

I have all my "native" work in the left screen most of the time and save the right screen for terminals and server / management work.

Works a treat.

Ethos
  • 456
  • 3
  • 9
1

Terminals. It recently had an update released.

Mike Chess
  • 289
  • 3
  • 12
1

The item you need is in the Windows Server 2003 Administration Tools Pack

If you install it I think you'll find what you need.

pplrppl
  • 1,242
  • 2
  • 14
  • 22