ncpa Posted June 19, 2018 Report Share Posted June 19, 2018 So I have a fresh install of Fedora 28 Server Edition and the first thing I tried to do was start cockpit, and I got this massege: Quote Failed to start cockpit.service: Unit cockpit.service not found. Google gives me no results over this error (?) Quote Link to comment Share on other sites More sharing options...
@SeeM Posted June 21, 2018 Report Share Posted June 21, 2018 Is cockpit installed by default? If yes,You want a service and a socket: systemctl enable cockpit.socket systemctl enable cockpit systemctl start cockpit systemctl defaults to service, if "extension" isn't provided. More details are here: https://cockpit-project.org/running#fedora Next You'll have to add rules to your firewall. If You are using iptables, I strongly encourage to specify ip, or ip range of permitted clients. If You prefer firewalld, specify zone when opening ports. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.