Print documents, transfer files, and trigger actions on any registered workstation — from anywhere, securely and silently.
Each component plays a clear role. Together they deliver a secure, always-on channel between your application and every registered workstation.
A lightweight background service installed on each workstation. It keeps a persistent, secure connection to the Liderit server and executes incoming jobs — printing, file transfers, and more — without any user interaction.
The admin web interface. Register clients, issue certificates, monitor which workstations are online, and review job history — all from a single dashboard accessible from any browser.
The engine behind it all. Your application sends a single API call — with a file, a target workstation, and an action. The API routes the job through the secure channel and confirms delivery.
The system is designed as a general-purpose workstation control channel. Printing and file transfer are the first capabilities — with more on the way.
Send PDF, Word, Excel, and text files to any registered printer on any workstation. Target by printer name or fall back to default.
Deliver files directly to a workstation's local storage via a single API call. The daemon saves non-print jobs under storage.transfer_dir, then can move them into other folders using optional storage rules (filename prefix/suffix/contains, regex, or extension). Rules run in order; the first match wins. On Windows you can manage paths and rules from the tray Edit Config… → Storage tab.
New actions can be added to the daemon without changing the connection layer. The same secure channel will carry future capabilities as they're built.
Every connection uses mutual TLS — both the server and the workstation verify each other's certificates before any data is exchanged.
Workstations initiate outbound connections — no port forwarding, no VPN, no firewall changes needed on the client side.
Runs as a system service on Windows and Linux. Zero end-user interaction required once installed.
Five steps from zero to your first remote job.
Register directly on api.liderit.ro/panel. Once your account is confirmed, you'll have access to your own Panel where you can manage all your workstations.
Log in to the admin panel at your server's address (e.g. api.liderit.ro/panel). This is where all clients and printers are managed.
In Panel → Clients, create a new client entry. The Panel will generate a certificate bundle for that workstation.
On the workstation, run the installer with the certificate bundle. The daemon installs as a system service and connects automatically. Full guide: Client Installation Guide →
Use the Liderit API to post a file with a target client key and an action — print to a specific printer, transfer to a local directory, or more. The job reaches the workstation in seconds.
The installation guide walks you through every step, from credentials to your first job.