VNC Configuration

Issues related to applications and software problems and general support
Post Reply
LinuxLand
Posts: 10
Joined: 2016/08/12 01:19:20

VNC Configuration

Post by LinuxLand » 2022/01/20 18:47:02

I have a clean install of CentOS 8 Stream:

Code: Select all

$ uname -a
Linux hv01 4.18.0-358.el8.x86_64 #1 SMP Mon Jan 10 13:11:20 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
I followed the steps here from RedHat to configure VNC. It just plain doesn't work.
https://access.redhat.com/documentation ... -in-rhel-8

(see 5.3.3. Enabling multi-user VNC access on the server)

What am I missing? I did add a vncpasswd.

Code: Select all

$ sudo systemctl status vncserver@:1
● vncserver@:1.service - Remote desktop service (VNC)
   Loaded: loaded (/etc/systemd/system/vncserver@.service; enabled; vendor preset: disabled)
   Active: inactive (dead) since Thu 2022-01-20 12:50:06 EST; 4s ago
  Process: 67856 ExecStart=/usr/libexec/vncsession-start :1 (code=exited, status=0/SUCCESS)
 Main PID: 67863 (code=exited, status=0/SUCCESS)

thanks!

Post Reply