Cockpit fails to start socket

OS: Ubuntu 20.04 LTS Server
I installed cockpit using "sudo apt install cockpit" and had no errors.
I run "sudo systemctl status cockpit.socket" and recieve following error message:
1
I reboot and try "sudo systemctl enable –now cockpit.socket" and recieve following error message:
"Job failed. See "journalctl -xe" for details."
So I run "journalctl -xe" and get following error messages:
2
3

It made 7 sessions ID’s if that is of any relevance.

Please help! I have no idea what I’m doing.

>Solution :

You configure this software to listen to port 9090. And the error (image2) say this port is already in use. So check what is the software which listen on this port and stop it. Or change the port in cockpit config.

Leave a Reply