HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Software Newsgroups > Windows XP > XP Networking

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 11-19-2007, 06:38 PM
Yousuf Khan
 
Posts: n/a
Default free multi-user remote desktop utility

Is there a free remote desktop utility that allows multiple simultaneous
user logins? I've been using Windows RDP as well as TightVNC so far, and
they are both fine. But what I'd really like is something that will
allow users to remain actively logged in without suspending them in the
background when somebody else logs in. I believe Windows Terminal
Services and Citrix does this, but of course neither of them are free.

Yousuf Khan
Reply With Quote
Sponsored Links
  #2  
Old 11-20-2007, 12:59 AM
Lanwench [MVP - Exchange]
 
Posts: n/a
Default Re: free multi-user remote desktop utility

Yousuf Khan <bbbl67@yahoo.com> wrote:
> Is there a free remote desktop utility that allows multiple
> simultaneous user logins? I've been using Windows RDP as well as
> TightVNC so far, and they are both fine. But what I'd really like is
> something that will allow users to remain actively logged in without
> suspending them in the background when somebody else logs in. I
> believe Windows Terminal Services and Citrix does this, but of course
> neither of them are free.
> Yousuf Khan


I don't know of anything that's free - there are allegedly some old hacks
for XP to permit multiple simultaneous RD connections, but they most
certainly aren't supported (and I don't know where to find them, either).
I'd consider them unsuitable for use in a business environment for many
reasons.

Terminal Services is what you need, if you want to stick with Windows, I'm
afraid. You don't need Citrix.


Reply With Quote
  #3  
Old 11-22-2007, 03:34 AM
Yousuf Khan
 
Posts: n/a
Default Re: free multi-user remote desktop utility

Lanwench [MVP - Exchange] wrote:
> I don't know of anything that's free - there are allegedly some old hacks
> for XP to permit multiple simultaneous RD connections, but they most
> certainly aren't supported (and I don't know where to find them, either).
> I'd consider them unsuitable for use in a business environment for many
> reasons.
>
> Terminal Services is what you need, if you want to stick with Windows, I'm
> afraid. You don't need Citrix.


Well, fortunately, it's not for a business environment, it's for my own
home network. Aren't home networks just resembling business networks
from a few years ago? I have 3 machines scattered throughout the house,
and I'd rather manage them all from whichever machine I'm sitting at at
the time rather than trudging around from room to room. VNC and RDP get
me 90% of the way there, but I like to be able to keep control over the
machines even when somebody else is using one of them.

What's the XP hacks called, that you mentioned? All of the machines are
XP, though some of them may be Home, and some may be Pro.

Yousuf Khan
Reply With Quote
  #4  
Old 11-22-2007, 05:38 AM
Robert Redelmeier
 
Posts: n/a
Default Re: free multi-user remote desktop utility

In comp.sys.ibm.pc.hardware.chips Yousuf Khan <bbbl67@yahoo.com> wrote in part:
> Well, fortunately, it's not for a business environment, it's
> for my own home network. Aren't home networks just resembling
> business networks from a few years ago? I have 3 machines
> scattered throughout the house, and I'd rather manage them all
> from whichever machine I'm sitting at at the time rather than
> trudging around from room to room. VNC and RDP get me 90% of
> the way there, but I like to be able to keep control over the
> machines even when somebody else is using one of them.


> What's the XP hacks called, that you mentioned? All of the
> machines are XP, though some of them may be Home, and some may
> be Pro.


Well, if you don't want to use a KVM, then you might try sshd
compiled for MS-Win32 . This should give you command-line
(cmd.exe or other shell) access to the machine

-- Robert

Reply With Quote
  #5  
Old 11-22-2007, 03:13 PM
Yousuf Khan
 
Posts: n/a
Default Re: free multi-user remote desktop utility

Robert Redelmeier wrote:
> Well, if you don't want to use a KVM, then you might try sshd
> compiled for MS-Win32 . This should give you command-line
> (cmd.exe or other shell) access to the machine



As I said, the machines are scattered throughout the house, nowhere in
range of any kvm switch.

SSH? I didn't say Linux here, I said Windows. I got my solutions for
Linux already. Barely anything more than basic stuff that you can do
with Windows on the command-line.

Yousuf Khan
Reply With Quote
  #6  
Old 11-22-2007, 04:52 PM
Robert Redelmeier
 
Posts: n/a
Default Re: free multi-user remote desktop utility

In comp.sys.ibm.pc.hardware.chips Yousuf Khan <bbbl67@yahoo.com> wrote in part:
> SSH? I didn't say Linux here, I said Windows. I got my
> solutions for Linux already. Barely anything more than
> basic stuff that you can do with Windows on the command-line.


Well, I don't claim any MS-Windows expertise nor have you told us
the sorts of activities you wish to do on remote boxen. Highly
interactive stuff like running a browser or office app likely
would require a fairly "heavy" solution like Symantec PC-Anywhere.

However, if you are merely looking for remote administration,
I believe many of these can still be done cmd-line: ipconfig,
arp, attr, etc. Perhaps some of these can still _only_ be done
cmd-line. AFAIK, patching is done by KBxxxxxx.exe which should be
remotely executable. MS doesn't make this easy, but that is the
nature of learning GUIs: easy to start then progressively tougher.
CLI has a much larger initial hurdle, but then gets easier.

Look at it another way: you will be getting your exercise

Personally, I keep all of my data and work all my data on _one_
machine (automagically backed up onto others). Then I don't need
to worry about where a file or email is. I believe you can do
much the same with MS-Windows by seting up network drives.

-- Robert

Reply With Quote
  #7  
Old 11-23-2007, 03:24 PM
smlunatick
 
Posts: n/a
Default Re: free multi-user remote desktop utility

On Nov 19, 1:38 pm, Yousuf Khan <bbb...@yahoo.com> wrote:
> Is there a free remote desktop utility that allows multiple simultaneous
> user logins? I've been using Windows RDP as well as TightVNC so far, and
> they are both fine. But what I'd really like is something that will
> allow users to remain actively logged in without suspending them in the
> background when somebody else logs in. I believe Windows Terminal
> Services and Citrix does this, but of course neither of them are free.
>
> Yousuf Khan


Windows Terminal Services has been renamed as Remote Desktop. With
RDP, you can only do what you want with a Server grade version of
Windows (Windows 2003 or the new Windows 2008.)

As for a KVM solution, you might want to look at the following:
http://www.lantronix.com/data-center...nx-spider.html

These "Spider" units are self-contained and only require their own CAT
5 cable.
Reply With Quote
  #8  
Old 11-24-2007, 02:55 AM
Yousuf Khan
 
Posts: n/a
Default Re: free multi-user remote desktop utility

Robert Redelmeier wrote:
> Well, I don't claim any MS-Windows expertise nor have you told us
> the sorts of activities you wish to do on remote boxen. Highly
> interactive stuff like running a browser or office app likely
> would require a fairly "heavy" solution like Symantec PC-Anywhere.


Yeah, the remote desktop apps that I've mentioned that I'm already using
right now are RDP (bundled with Windows) and TightVNC (open-source)
which are both similar to PC-Anywhere. Basically, you get a full-screen
GUI coming out through the network, appearing on a remote machine, much
like the X Windows system in the Unix world, albeit a little bit cruder.

The only problem with what I'm using now is that it isn't multi-user.
That is, only one person at a time can be logged into a particular
machine. So if somebody is logged into a machine, that I want to use, if
I login to it, it will kick them off. Then they log back in, and kick me
off, etc.

For example, RDP (Remote Desktop Protocol) that I've mentioned
previously is a Microsoft application that they include for free with
all versions of Windows (the Home versions usually only have the client
but not the server portion). Microsoft sells a package called Terminal
Services, for several thousand dollars, which is an upgraded version of
RDP, allowing multiple user logins. Similarly there is a third party
application sold by Citrix systems for thousands of dollars too.
However, I haven't used PC-Anywhere or Carbon Copy in ages, so I don't
know if they are just unitary-user or multi-user. Anybody have an idea?

> However, if you are merely looking for remote administration,
> I believe many of these can still be done cmd-line: ipconfig,
> arp, attr, etc. Perhaps some of these can still _only_ be done
> cmd-line. AFAIK, patching is done by KBxxxxxx.exe which should be
> remotely executable. MS doesn't make this easy, but that is the
> nature of learning GUIs: easy to start then progressively tougher.
> CLI has a much larger initial hurdle, but then gets easier.


Trust me, I know my way around a command-line, DOS or Unix. But in the
Windows world, there is just way too much stuff that can't be managed
through a command-line (Linux is also getting to that level now). When
I'm talking of managing a Windows box remotely, I mean managing it
entirely, including its running applications. If I want to adjust a
configuration in an application, I have no choice but to get to its GUI,
and mouse-click over to the options or preferences menu.

> Personally, I keep all of my data and work all my data on _one_
> machine (automagically backed up onto others). Then I don't need
> to worry about where a file or email is. I believe you can do
> much the same with MS-Windows by seting up network drives.


Network drives were among the first tools I setup, this now goes beyond
that. I'm not just trying to access data from a box, but manage the
whole box.

Yousuf Khan
Reply With Quote
  #9  
Old 11-24-2007, 03:23 AM
Michael W. Ryder
 
Posts: n/a
Default Re: free multi-user remote desktop utility

Yousuf Khan wrote:
> Robert Redelmeier wrote:
>> Well, I don't claim any MS-Windows expertise nor have you told us
>> the sorts of activities you wish to do on remote boxen. Highly
>> interactive stuff like running a browser or office app likely
>> would require a fairly "heavy" solution like Symantec PC-Anywhere.

>
> Yeah, the remote desktop apps that I've mentioned that I'm already using
> right now are RDP (bundled with Windows) and TightVNC (open-source)
> which are both similar to PC-Anywhere. Basically, you get a full-screen
> GUI coming out through the network, appearing on a remote machine, much
> like the X Windows system in the Unix world, albeit a little bit cruder.
>
> The only problem with what I'm using now is that it isn't multi-user.
> That is, only one person at a time can be logged into a particular
> machine. So if somebody is logged into a machine, that I want to use, if
> I login to it, it will kick them off. Then they log back in, and kick me
> off, etc.
>
> For example, RDP (Remote Desktop Protocol) that I've mentioned
> previously is a Microsoft application that they include for free with
> all versions of Windows (the Home versions usually only have the client
> but not the server portion). Microsoft sells a package called Terminal
> Services, for several thousand dollars, which is an upgraded version of
> RDP, allowing multiple user logins. Similarly there is a third party
> application sold by Citrix systems for thousands of dollars too.
> However, I haven't used PC-Anywhere or Carbon Copy in ages, so I don't
> know if they are just unitary-user or multi-user. Anybody have an idea?
>


I know that with PC-Anywhere that the user can use the computer at the
same time as someone logged in through PC-Anywhere. Obviously, the
remote user could not log in as a different user while the first person
is logged in, anymore than two people can use XP on the same desktop at
the same time. PC-Anywhere does allow two people to interact, such as
one person opening a window and the second person editing a file in the
opened window.


>> However, if you are merely looking for remote administration,
>> I believe many of these can still be done cmd-line: ipconfig,
>> arp, attr, etc. Perhaps some of these can still _only_ be done
>> cmd-line. AFAIK, patching is done by KBxxxxxx.exe which should be
>> remotely executable. MS doesn't make this easy, but that is the
>> nature of learning GUIs: easy to start then progressively tougher.
>> CLI has a much larger initial hurdle, but then gets easier.

>
> Trust me, I know my way around a command-line, DOS or Unix. But in the
> Windows world, there is just way too much stuff that can't be managed
> through a command-line (Linux is also getting to that level now). When
> I'm talking of managing a Windows box remotely, I mean managing it
> entirely, including its running applications. If I want to adjust a
> configuration in an application, I have no choice but to get to its GUI,
> and mouse-click over to the options or preferences menu.
>
>> Personally, I keep all of my data and work all my data on _one_
>> machine (automagically backed up onto others). Then I don't need
>> to worry about where a file or email is. I believe you can do
>> much the same with MS-Windows by seting up network drives.

>
> Network drives were among the first tools I setup, this now goes beyond
> that. I'm not just trying to access data from a box, but manage the
> whole box.
>
> Yousuf Khan

Reply With Quote
  #10  
Old 11-24-2007, 03:52 AM
daytripper
 
Posts: n/a
Default Re: free multi-user remote desktop utility

On Fri, 23 Nov 2007 21:55:54 -0500, Yousuf Khan <bbbl67@yahoo.com> wrote:
[...]
>Yeah, the remote desktop apps that I've mentioned that I'm already using
>right now are RDP (bundled with Windows) and TightVNC (open-source)
>which are both similar to PC-Anywhere. Basically, you get a full-screen
>GUI coming out through the network, appearing on a remote machine, much
>like the X Windows system in the Unix world, albeit a little bit cruder.
>
>The only problem with what I'm using now is that it isn't multi-user.
>That is, only one person at a time can be logged into a particular
>machine. So if somebody is logged into a machine, that I want to use, if
>I login to it, it will kick them off. Then they log back in, and kick me
>off, etc.


I haven't tried TightVNC, but the "original" VNC allowed a server-side setting
that allowed a local login to co-exist with a remote connection. I use it this
was to remote-manage all of the systems I've somehow become responsible for
(read: my systems, my wife's, my kids', their spouses, relatives, etc ;-)

Take a real close look around the server-side settings to see if TightVNC hid
such a toggle. I'd be surprised if "tight" actually means "we stripped out a
highly useful feature"....

Cheers

/daytripper
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Customizing user name onto remote desktop fabry Windows XP 0 08-28-2007 03:28 PM
Remote Desktop Users and Least User Rights Thomas M Windows XP 0 07-23-2007 07:11 AM
Problem with remote desktop - IP address being stored in user name ChuckW Windows Vista 0 06-29-2007 06:10 PM
Multi User Desktop Erick B. Windows Vista 2 05-10-2007 04:40 PM
Remote Desktop: User Name Not Saved Chaplain Doug Windows XP 1 04-12-2007 01:07 AM


All times are GMT. The time now is 03:16 PM.


Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger