Cockpit does not start with server ( NethServer 7.9.2009 )

Hey guys.
I’m having difficulties with the cockpit autostarting.
But I already searched everything in the forum and I didn’t find solution content.

ddd

As the service doesn’t start by itself, then I have to run the command " systemctl enable --now cockpit.socket ".
Only after that it starts the Web interface.

Thank you for your help and forgive my English mistakes.

Hi, Leandro.
Check if the required sockets are enabled and active.

# systemctl is-enabled cockpit-user.socket cockpit.socket cockpit
enabled
enabled
static
# systemctl is-active cockpit-user.socket cockpit.socket cockpit
active
active
active

If it happens again, report its status before starting them manually.

systemctl -l status cockpit-user.socket cockpit.socket cockpit
1 Like