| Crates.io | ironrdp-server |
| lib.rs | ironrdp-server |
| version | 0.9.0 |
| created_at | 2024-11-19 18:31:53.044738+00 |
| updated_at | 2025-09-24 08:04:00.756399+00 |
| description | Extendable skeleton for implementing custom RDP servers |
| homepage | https://github.com/Devolutions/IronRDP |
| repository | https://github.com/Devolutions/IronRDP |
| max_upload_size | |
| id | 1453693 |
| size | 215,622 |
Extendable skeleton for implementing custom RDP servers.
For now, it requires the Tokio runtime.
The server currently supports:
Security
Input
Codecs
Custom logic for your RDP server can be added by implementing these traits:
RdpServerInputHandler - callbacks used when the server receives input events from a clientRdpServerDisplay - notifies the server of display updatesThis crate is part of the IronRDP project.