User Tools

Site Tools


blog:elegant_solution_for_remotely_accessible_vnc_desktops

This is an old revision of the document!


Elegant solution for remotely accessible vnc desktops

To create a vnc terminal server, which can handle any number of clients:

Add custome services to your /etc/services file:

# Local services                                                                           
custom-vnc 5951/tcp                                                                        
custom-vncc 5952/tcp                                                                       
custom-vnccc 5953/tcp                                                                      

custom-vncccc 5954/tcp

#custom-vnc stream tcp nowait nobody /usr/bin/Xvnc Xvnc :8 -inetd -query localhost -once -geometry 1280x1024 -depth 24 -ac                                                            
custom-vnc stream tcp nowait nobody /usr/bin/Xvnc Xvnc :8 -inetd -query localhost -once -geometry 1024x768 -depth 24 -ac                                                              
custom-vncc stream tcp nowait nobody /usr/bin/Xvnc Xvnc :8 -inetd -query localhost -once -geometry 1280x1024 -depth 24 -ac                                                            
custom-vnccc stream tcp nowait nobody /usr/bin/Xvnc Xvnc :8 -inetd -query localhost -once -geometry 1680x1024 -depth 24 -ac

~~LINKBACK~~

Discussion

Enter your comment. Wiki syntax is allowed:
     __   ____   __ __  ____    ____
 __ / /  / __/  / //_/ / __ \  / __/
/ // /  / _/   / ,<   / /_/ / / _/  
\___/  /_/    /_/|_|  \___\_\/___/
 
blog/elegant_solution_for_remotely_accessible_vnc_desktops.1283097154.txt.gz · Last modified: 2010-08-29 17:52 by brb