| 
						
						
							
								
							
						
						
					 | 
				
			
			 | 
			 | 
			
				@ -51,16 +51,23 @@ sudo apt-get -f install
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				# /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start. It runs a VNC
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				# server on display :10 and on interface 0.0.0.0. If you're happy with those
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				# defaults you can just use it as is:
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				ln -s /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start ~/bin/
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				sudo ln -s /usr/share/doc/kasmvncserver/examples/kasmvncserver-easy-start /usr/bin/
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				# Add your user to the ssl-cert group
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				sudo addgroup $USER ssl-cert
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				# You will need to re-connect in order to pick up the group change
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				# Create ~/.vnc directory and corresponding files.
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				kasmvncserver-easy-start -d && kasmvncserver-easy-start -kill
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				# Modify vncstartup to launch your environment of choice, in this example LXDE
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				# This may be optional depending on your system configuration
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				echo '/usr/bin/lxsession -s LXDE &' >> ~/.vnc/xstartup
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				# Start KasmVNC with debug logging:
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				kasmvncserver-easy-start -d
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				# Tail the logs
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				tail -f ~/.vnc/`hostname`:10.log
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				```
 | 
			
		
		
	
		
			
				 | 
				 | 
			
			 | 
			 | 
			
				
 | 
			
		
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
			
			 | 
			 | 
			
				
 
 |