Crates.io | qemu-rdp |
lib.rs | qemu-rdp |
version | 0.1.1 |
created_at | 2025-01-29 10:15:58.470269+00 |
updated_at | 2025-08-11 08:12:08.135206+00 |
description | org.qemu.Display1 RDP server |
homepage | |
repository | https://gitlab.com/marcandre.lureau/qemu-display |
max_upload_size | |
id | 1534572 |
size | 170,146 |
RDP server for
org.qemu.Display1
interface (as exposed by qemu -display dbus
).
The project was originally designed to work with QEMU, but it can be used with other displays/UI that implement the D-Bus interface.
cargo install qemu-rdp
To run the server against qemu, the simplest way is to use qemu -display dbus
and
run the server: (requires certificate and key)
qemu-rdp serve --bind-address YOUR_IP:3389 --cert=CERT.PEM --key=KEY.PEM
Although for a complete setup (with audio devices, clipboard and such), you may want to wait for libvirt to support it.
Some ideas to improve the project:
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
git clone https://gitlab.com/marcandre.lureau/qemu-display
cd qemu-display/qemu-rdp
cargo build
This project is licensed under the MIT License - see the LICENSE file for details.
Built with ❤️ using Rust