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 ~] [] $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank's It's solve my problem 👍