-
-
Save viktor1190/e790808ce44a4bdb092bdfb41e5083ba to your computer and use it in GitHub Desktop.
Arch linux VNC server setup
This file contains 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
session=lxqt | |
geometry=1920x1080 | |
localhost # comment this out to allow connections from anywhere | |
alwaysshared |
This file contains 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
sudo pacman -S tigervnc | |
vncpasswd | |
vim /etc/tigervnc/vncserver.users | |
vim ~/.vnc/config | |
sudo systemctl start vncserver@:1 | |
# ufw allow 5901 | |
# vncvierwer |
This file contains 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
:1=your_username |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment