how can I enable remote desktop access to RHEL 9 server ?
Ah... Yes, my bad.
For that, tigervnc can be used. It is available in the standard RHEL 9.x repositories.
Turn on cockpit:
1) install, if needed: sudo dnf install cockpit
2) enable and start: sudo systemctl enable --now cockpit.socket
3) access using port 9090, for example:
https://rhel9-ws.lab.example.com:9090/ or
https://192.168.5.155:9090/
Done:
this gives access to terminal web console. but it doesn't give access to the desktop of that terminal. you can't use it for using apps on the terminal or using directories ... etc.
Ah... Yes, my bad.
For that, tigervnc can be used. It is available in the standard RHEL 9.x repositories.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.