Elektrine lite

← Feed

@atzanteol@sh.itjust.works

Post #2161992

2026-05-07 14:40 UTC

That looks ‘reasonably healthy’ - at least the service is running. I haven’t spent a lot of time debugging cups but the web interface may give a better view of what’s going on. Since you’re on a remote system you can port-forward a local port to the remote host. ssh -L 8311:localhost:631 will forward “local” port 8311 to port 631 on the remote server. You can then point a web browser on your system at http://localhost:8311/ to connect to the CUPS daemon.

Replies (1)