By -
Tamer
Install Gnome desktop on Fedora server

Install Gnome desktop
Update your system repositories:
sudo dnf update -y
Install the GNOME Desktop environment:
sudo dnf install @gnome-desktop
Once the packages finish downloading, apply the original configuration settings to activate the interface:
sudo systemctl set-default graphical.target
sudo reboot
Check ssh
sudo sysytemctl status sshd