How to change VNC password on Linux - Linux Tutorials - Learn ...
linuxconfig.org › how-to-change-vnc-password-on-linuxDec 28, 2021 · To update or change your VNC password you should use the vncpasswd command. vncpasswd will promt you two times to enter your new password: $ vncpasswd Password: Verify: The vncpasswd command also accepts a password input from STDIN which also allows you to store the password file into different location. The following example will change the VNC password to MYVNCPASSWORD and store it to ~/.secret/vncpass given that the .secret directory exists: $ echo MYVNCPASSWORD | vncpasswd -f > ~/.secret ...