Hi, in SUSE we made the same change to RDP. I can give you a list of packages you need to install. They might have different names on CentOS/RHEL. This was working for SLE-16.0. Our desktop team needed to fix some packages to make it work. Good luck! On your client, just install Remmia On the server: # Setting up gnome-remote-desktop sudo zypper in -y gdm-systemd gnome-remote-desktop freerdp-server gnome-session-wayland sudo systemctl enable gdm sudo systemctl start gdm
# You probably have to do `su -` here first for this one: sudo -u gnome-remote-desktop winpr-makecert -silent -rdp -path ~gnome-remote-desktop rdp-tls # Set RDP_USER and RDP_PASS to whatever you want sudo grdctl --system rdp set-credentials "$RDP_USER" "$RDP_PASS" sudo grdctl --system rdp set-tls-key /var/lib/gnome-remote-desktop/rdp-tls.keysudo grdctl --system rdp set-tls-cert /var/lib/gnome-remote-desktop/rdp-tls.crt sudo grdctl --system rdp enable sudo systemctl --now enable gnome-remote-desktop.service # MAYBE for debugging: systemctl stop firewall On Mon, Dec 22, 2025 at 2:24 AM Neale Ferguson <[email protected]> wrote: > It appears the VNC option for the very latest release of CentOS stream and > I assume RHEL 10.x no longer exists and it requires the Remote Desktop > Protocol (RDP). I have been unable to make a successful connection. It > appears it’s conversing with the Linux instance (a packet trace shows > things) but it reports an error and disconnects but I cannot find what that > error may be. > > Has anyone performed a successful installation using this method? > > Neale > > ---------------------------------------------------------------------- > For LINUX-390 subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO LINUX-390 or > visit > http://www2.marist.edu/htbin/wlvindex?LINUX-390 > -- Marcela Maslanova Technical Project Manager for s390x ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www2.marist.edu/htbin/wlvindex?LINUX-390
