Cloud Print Admin Login

{{ authError }}

🖨️ Cloud Print Management

Manage print nodes and dispatch tasks globally

Hello, Admin

Registered Devices

Device ID Name Status Actions
{{ dev.DeviceID }} {{ dev.Name }} {{ dev.Status }}
No devices found.

Recent Print Jobs

Job ID Device / Printer Status
{{ job.JobID.split('_')[1] || job.JobID }}
{{ job.DeviceID }}
{{ job.PrinterName }} ({{ job.Type }})
{{ job.Status }}
{{ job.ErrorMessage }}
No recent jobs.

Device: {{ selectedDevice.Name }}

Device ID: {{ selectedDevice.DeviceID }}

Token: {{ selectedDevice.Token }}

Version: {{ selectedDevice.Version || 'Unknown' }}

Last Seen: {{ selectedDevice.LastSeen ? new Date(selectedDevice.LastSeen).toLocaleString() : 'Never' }}

Add the Device ID and Token to the Agent's `config.json` to link it.

Send Print Task

This device is currently offline. You cannot send tasks until it connects.