cups icon indicating copy to clipboard operation
cups copied to clipboard

Where has localhost:631 gone?

Open redmouih opened this issue 1 year ago • 2 comments

The CUPS pages--Intro, Admin, etc.---accessed via localhost:631 are no longer available. Where have they gone? Thanks. IHR

redmouih avatar Aug 05 '23 19:08 redmouih

Found a solution to this one, at least for the nonce. Specifically, edit the cupsd.conf file (as root, via sudo, etc.) to include the lines:

Listen localhost:631 Listen /run/cups/cups.sock

Then stop and restart cups. Thanks to the nice folks at linuxquestions.org. IHR

redmouih avatar Aug 10 '23 16:08 redmouih

You can also run "sudo cupsctl WebInterface=yes" to do so in a single action.

duderin0 avatar Sep 01 '23 20:09 duderin0