VNC Tiger
VNC Session
How to create new VNC Session ?
Change the VNCpassword
vncpassword
Directory
Move to the session direcotry :
cd /etc/systemd/system
Session file
Copy old vncserver.service file to a new one :
cp [vncserver@{N°}.service](mailto:vncserver@{N°}.service) vncserver@:{New N°}.service
Replace :
sed -i 's/olduser/newuser/g' vncserver@:{New N°}.service
Service
Enable the service :
systemctl enable vncserver@:{New N°}.service