Fedora admin console uses tcp/9090

Just a heads up… It looks like there is a well known port conflict.

I found out the hard way that Fedora Admin Console uses tcp port 9090. This keeps one from getting to the OF admin console.

I used these systemctl commands to disable

$ sudo systemctl stop cockpit.socket

$ sudo systemctl disable cockpit.socket

I don’t know what the implications are yet of turning this off.

Source for the commands used.

1 Like