VNC application/terminal server
- by sebastian nielsen
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?