Scroll to navigation

lprint-server(1) Michael R Sweet lprint-server(1)

NAME

lprint-server - start a label print server.

SYNOPSIS

lprint server [ -o OPTION=VALUE ]

DESCRIPTION

This command starts a label print server. Normally a server is started automatically as needed, however you can run the server manually to listen on a public network address and/or enable different logging options.

OPTIONS

The following options are recognized by lprint server:

Specifies that remote configuration is authenticated against the named group. If not specified or the value "none" is given then any authenticated user may remotely configure lprint.
Specifies the PAM service to use to authenticate for remote configuration requests. If not specified or the value "none" is given then printers can only be added, modified, or deleted locally.
Listens for IPP connections on the specified hostname/address(es). If not specified, uses the wildcard addresses to allow connections from any address.
Specifies that all messages are written to the standard error.
Specifies that all messages are sent to the syslog service.
Specifies that all messages are written to the named file. If the file already exists, messages are appended to it. The default log file is "$TMPDIR/lprintUID.log".
Specifies that only error messages should be logged. This is the default.
Specifies that error and informational messages should be logged.
Specifies that all messages should be logged.
Specifies the hostname to advertise for the server. The default is the system hostname.
Specifies a comma-delimited list of server options. See "SERVER OPTIONS" below.
Listens for IPP connections on the specified port. If not specified, a random port between 9000 and 9999 is chosen.
Specifies a directory that holds pending print files. If not specified, a subdirectory in the system temporary directory is used.

SERVER OPTIONS

By default, lprint server uses the "multi-queue" and "web-interface" options. The -o server-options=OPTIONS option can be used to override the default options, where "OPTIONS" is a comma-delimited list of any of the following:

When resolving conflicts, add the DNS-SD hostname instead of a serial number or UUID.
Do no support multiple print queues.
Provide a raw ("JetDirect") socket for each printer on port 91xx.
Enable a USB printer gadget for the default printer (Linux only for Raspberry Pi and similar embedded SBCs).
Disables the web interface.
Enables the log file web page.
Enables the network settings web page.
Enables remote queue management.
Enables the user/password settings web page.
Enables the TLS settings web page.
Disables TLS support.

SEE ALSO

lprint(1), lprint-shutdown(1).

COPYRIGHT

Copyright © 2019-2021 by Michael R Sweet.

LPrint 2021-12-21