Skip to content

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@{}.service](mailto:vncserver@{}.service) vncserver@:{New }.service

Replace :

sed -i 's/olduser/newuser/g' vncserver@:{New }.service

Service

Enable the service :

systemctl enable vncserver@:{New }.service