Skip to content

Instantly share code, notes, and snippets.

@viktor1190
Forked from miguelmota/config
Created April 29, 2024 04:57
Show Gist options
  • Save viktor1190/e790808ce44a4bdb092bdfb41e5083ba to your computer and use it in GitHub Desktop.
Save viktor1190/e790808ce44a4bdb092bdfb41e5083ba to your computer and use it in GitHub Desktop.
Arch linux VNC server setup
session=lxqt
geometry=1920x1080
localhost # comment this out to allow connections from anywhere
alwaysshared
sudo pacman -S tigervnc
vncpasswd
vim /etc/tigervnc/vncserver.users
vim ~/.vnc/config
sudo systemctl start vncserver@:1
# ufw allow 5901
# vncvierwer
:1=your_username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment