Oracle Linux 8: How To Setup VNC Server
Applies to:
Oracle Cloud Infrastructure - Version N/A and later
Linux OS - Version Oracle Linux 8.0 and later
Information in this document applies to any platform.
Goal
How to remotely access graphical environment on an Oracle Linux 8
Solution
The access will be used using VNC server.
Setup VNC Server
- Install VNC Server and the graphical environment in the server:
$ sudo dnf install tigervnc-server
$ sudo dnf group install "Server with GUI"
- Configure the users that will user VNC
Edit /etc/tigervnc/vncserver.users and add display number and user
:<display_number>=<user>
ex: :1=opc
- As the <user> create the VNC password and define the default desktop
Tagged:
2