Search code examples
error-handlinghttp-status-code-403cups

Trying to access Cups' web interface gives error 403


I've installed cups and started the service.
Trying to access to the web interface at 192.168.x.x:631 I receive a 403 error.


Solution

  • I need to enable remote access with this command:

    sudo cupsctl --remote-admin
    

    and restart the service

    service cups restart