Replies: 5 comments 2 replies
|
Most people will probably be better off connecting directly to WayVNC using a VNC client, rather than using the xrdp + WayVNC solution. |
0 replies
|
Can anyone else confirm this currently works? |
0 replies
|
Currently, I am creating an RDP server dedicated to Hyprland. |
2 replies
|
Any idea how can we connect this through mac ? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
P.S. 2026/06/05
Currently, I am creating an RDP server dedicated to Hyprland.
Instead of this complicated WayVNC + xrdp, please try using this.
https://github.com/MuNeNiCK/hypr-rdp
Background
Omarchy (Hyprland-based) can be accessed remotely via VNC (WayVNC), but Windows users may prefer using the built-in RDP client.
By leveraging xrdp with its VNC backend, RDP can be bridged to Hyprland through WayVNC.
Hyprland lacks native RDP support, so xrdp uses
libvnc.soto forward frames to WayVNC.Setup
Install dependencies
Configure Hyprland headless output
hyprctl output create headless VNC-1 hyprctl keyword monitor "VNC-1,1920x1080@60,auto,1" wayvnc -o VNC-1 127.0.0.1 5900Build and configure xrdp
Edit
/etc/xrdp/xrdp.ini:Then start the service:
sudo systemctl enable --now xrdpConnect via Windows RDP
If successful, you will see the Hyprland session.
Notes
The build above uses a specific commit for RFB 3.7 compatibility with WayVNC.
Dynamic resolution changes may cause instability.
Ongoing discussion for native WayVNC integration:
All reactions