VNC application/terminal server
Posted
by
sebastian nielsen
on Server Fault
See other posts from Server Fault
or by sebastian nielsen
Published on 2010-10-27T07:15:25Z
Indexed on
2010/12/21
10:55 UTC
Read the original article
Hit count: 315
Which software should I use, if I want to set up a linux VNC terminal server that works in this way:
The VNC server should be able to accept up to X simultanous connections on the same port 5900. The VNC server should use 640x480 on 8 or 16bit color.
When the VNC server receives the connection, it should start a new "session" for a user, and auto-launch a specific linux application for that user. If the application is killed, crashes, or is exited in any way, user should be disconnected (kicked) from server. If the user disconnect, the application should be killed in a "graceful way", that allows the application to cleanup.
(There should be no way to "pick up" a old session)
Any ideas?
© Server Fault or respective owner