You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

474 B

Cups

Server

A server can be setup via docker with the linuxserver image.

Client

For Linux computers follow these instructions:

  • Install the cups-client package (in Arch Linux it is included in cups)
  • Edit /etc/cups/client.conf and insert ServerName <ip to print-server>:631
  • Restart the cups service: systemctl restart cups
  • Test connectivity: lpstat -r
  • Check the detected printers with: lpstat -v