Our company is limited in web browsing(security reason), only a few IP can connect to the internet.

so I need prepare a server, let user using this server for web browsing.

only one person can use it at a time, And I want the users can login this server remotely and concurrently.

Current I use VNC server, only one user can use at a time, What are other solutions? remote login and start a new X client?

link|improve this question
feedback

migrated from stackoverflow.com Feb 2 '10 at 9:23

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 1 down vote accepted

X11 is specifically designed for this, no need to deal with VNC. The easiest would be to use LTSP

link|improve this answer
feedback

You can run as many VNC servers at once as your system has resources to handle.

link|improve this answer
different user need different GUI. – linjunhalida Feb 2 '10 at 5:44
Yes, you can run a separate desktop on each VNC server, and run each one as a different user. – Code Duck Feb 2 '10 at 6:02
I have 10 user and this server is my working PC and I have a virtualbox running... so I need login and logout. – linjunhalida Feb 2 '10 at 6:05
I need evaluate this solution first, and then I can ask a standalone PC for this job. – linjunhalida Feb 2 '10 at 6:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.