This tutorial was written to guide users in installing VNC Server in their Fedora workstation.
Install VNC Server
- First, run
dnf update
- Second, run
dnf install tigervnc-server
Configuring VNC Server
- Third, copy following files
cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@.service
Edit the file replacing `````` with your username. -Fourth, runsystemctl daemon-reload
- Fifth, run
su -
Then runvncpasswd
. Note: use minimum 6 chars.
Starting VNC Server
- Finally, run
systemctl start vncserver@display_number.service
wheredisplay_number
is n=1,2,3....nth number.
reference
:Fedora Docs