@johnklimeck, I checked with the Linux guys at my company and they said they're using Chicken of the VNC.
Thx @lsmc08, it's not the client, but the VNC install and config on the RH Linux server
@johnklimeck, it's been a few years since I've done it.
But I think it used to SSH in, start a GNOME session then VNC.
Not sure of that helps at all.
I had a RHEL server installed in a remote datacenter for NetSUS POC last year. I used Chicken of the VNC from my Mac. After I got logged in the first time and installed the software I logged out the root user. From there I only had the black screen you mention.
According to my trouble notes, you have to restart the vnc session. You should be able to ssh in to the box.
AT YOUR OWN RISKā¦
kill the vnc session with: ```
vncserver -kill :1
restart the vnc session with ```
vncserver :1
I believe the super helpful @Josh_S guided me on that one.