This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This install needed tigervnc | |
sudo pacman -S tigervnc | |
# Password must be 6 char at minimum | |
vncpasswd | |
# Look in the vncserver.userfile on how to add new user, pretty simple. | |
sudo nano /etc/tigervnc/vncserver.users | |
# If 'sudo cat' is not working, just write 'sudo nano' instead and copy/paste the rest into the file. |