← Back to Blog
[OS] How to enable CUPS Printer Web Interface on Mac

[OS] How to enable CUPS Printer Web Interface on Mac

First, try to go to the link as below. [code] http://localhost:631/printers/ [/code] If the link does not work, open terminal and type the command as below. [code] $sudo cupsctl WebInterface=yes [/code] Then, you will be able to see printers on your machine.