![]() | 1 | initial version |
Not sure if it's an overkill in your case, but you could install cockpit. There was an introduction in the Fedora Magazine.
sudo dnf install cockpit
sudo systemctl enable cockpit.socket
sudo systemctl start cockpit
sudo firewall-cmd --add-service=cockpit
Then: http://localhost:1001
![]() | 2 | No.2 Revision |
Not sure if it's an overkill in your case, but you could install cockpit. from the official Fedora repository. There was an introduction in the Fedora Magazine.
sudo dnf install cockpit
sudo systemctl enable --now cockpit.socket
sudo systemctl start cockpit
sudo firewall-cmd --add-service=cockpit
(--permanent
makes that change to the firewall permanent)
Then: http://localhost:1001