Is cockpit.socket active?
systemctl status cockpit.socket
If it’s inactive, start it with:
sudo systemctl enable --now cockpit.socket
Also, check the following:
Is cockpit.socket active?
systemctl status cockpit.socket
If it’s inactive, start it with:
sudo systemctl enable --now cockpit.socket
Also, check the following:
I’m not quite sure what you mean here. I use Cockpit on my laptop as a standalone system and launch it via a the desktop menu (or Plasma desktop panel)…
Here’s the .desktop file that opens https://localhost:9090:
~> cat ~/.local/share/applications/cockpit.desktop
[Desktop Entry]
Categories=Network;System;
Comment=Open Cockpit web interface
Exec=xdg-open https://localhost:9090
Icon=cockpit
Name=Cockpit
NoDisplay=false
Path=
PrefersNonDefaultGPU=false
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
I have finally managed to get cockpit running. Now to learn how to use it.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.