Last active
March 9, 2025 23:17
-
-
Save wwalker/5331226 to your computer and use it in GitHub Desktop.
vboxheadless vrde not working - SOLVED
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[wwalker@uranium ~] [] $ vboxmanage showvminfo $VBID | egrep -i 'rde|vid' | |
2D Video Acceleration: off | |
Video mode: 720x400x0 | |
VRDE: enabled (Address 0.0.0.0, Ports 3389, MultiConn: off, ReuseSingleConn: off, Authentication type: null) | |
Video redirection: disabled | |
VRDE Connection: not active | |
[wwalker@uranium ~] [] $ ps -ef | grep -i vbox[h] | |
wwalker 20242 19404 6 11:30 pts/9 00:00:35 /usr/lib64/virtualbox/VBoxHeadless -s 70147e5d-3c65-411e-b94e-369be8c7cc77 -v enable | |
[wwalker@uranium ~] [] $ netstat -an | grep 3389 | |
[wwalker@uranium ~] [] $ |
This 2was resolved by uninstalling and re-installing the "Oracle_VM_VirtualBox_Extension_Pack"
Download the pack for your version from http://download.virtualbox.org/virtualbox/ then:
VBoxManage extpack uninstall "Oracle VM VirtualBox Extension Pack"
VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.2.10-84104.vbox-extpack
This 2was resolved by uninstalling and re-installing the "Oracle_VM_VirtualBox_Extension_Pack"
Download the pack for your version from http://download.virtualbox.org/virtualbox/ then:
VBoxManage extpack uninstall "Oracle VM VirtualBox Extension Pack"
VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-4.2.10-84104.vbox-extpack
Thank's It's solve my problem 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[wwalker@uranium ~] [] $ vboxmanage controlvm $VBID vrde off
[wwalker@uranium ~] [] $ vboxmanage controlvm $VBID vrde on
[wwalker@uranium ~] [] $ netstat -an | grep 3389
[wwalker@uranium ~] [] $