-
Notifications
You must be signed in to change notification settings - Fork 130
Description
Version
trunk/main
Host OS Type
Linux
Host OS name + version
Ubuntu 24.04 LTS
Host Architecture
x86
Guest OS Type
Windows
Guest Architecture
x86
Guest OS name + version
Windows 11
Component
RDP
What happened?
I am unable to get VRDE to work since upgrading from 7.0.26 directly to 7.2, and my VM running on a headless machine will not enable vrde. As per a comment by @thedisbo1125 in #508 it sounds like this feature was moved to the open source base package. But it seems to be broken as I have not been able to figure out how to make it work. I also don't see anything new in the documentation, suggesting it should still work the same. My VM logs this every time:
00:00:00.037453 VirtualBox VM 7.2.6 r172322 linux.amd64 (Jan 20 2026 17:07:15) release log
...
00:00:00.043343 Installed Extension Packs:
00:00:00.043362 Oracle VirtualBox Extension Pack (Version: 7.2.6 r172322; VRDE Module: ; Crypto Module: )
00:00:00.044972 Console: Machine state changed to 'Starting'
00:00:00.047360 VRDE: VirtualBox Remote Desktop Extension is not available.
Even though it's not part of the extensions anymore, I made sure the version of the extension pack matches:
$ VBoxManage list extpacks
Extension Packs: 1
Pack no. 0: Oracle VirtualBox Extension Pack
Version: 7.2.6
Revision: 172322
Edition:
Description: Oracle Cloud Infrastructure integration, PXE ROM.
VRDE Module:
Crypto Module:
Usable: true
Why unusable:
I cannot connect to it and netstat confirms it's definitely not listening on the port that I configured. VBoxManage showvminfo (while the VM is not running) does show it as enabled and on the port I configured:
VRDE: enabled (Address 0.0.0.0, Ports 3380, MultiConn: on, ReuseSingleConn: off, Authentication type: null)
I tried uninstalling the ext pack, re-installing it, uninstalling virtualbox entirely and re-installing it, to no avail. The logs show the same message on every boot and I am not able to connect to it. Does anyone have any suggestions? I was not able to find any suggestions on google that solved the issue. I need VRDE because the guest still has the old guest additions installed which basically causes it to crash during boot, with VRDE I would be able to boot into safe mode, install the new guest additions and reboot once more and everything would be fine.
How can we reproduce this?
Install VirtualBox 7.2 on Ubuntu 24.04, create a VM, enable VRDE.
Did you upload all of your necessary log files, screenshots, etc.?
- Yes, I've uploaded all pertinent files to this issue.