Skip to content

Instantly share code, notes, and snippets.

@shizonic
Forked from miguelmota/config
Created November 14, 2022 20:31
Show Gist options
  • Save shizonic/be3cbdb608a0683727f17fa9580408d4 to your computer and use it in GitHub Desktop.
Save shizonic/be3cbdb608a0683727f17fa9580408d4 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