Enabling remote desktop on a VirtualBox Machine
To enable remote desktop on a VirtualBox machine, you have to follow these steps:
VBoxManage modifyvm MachineName -vrdp This command enables rdp on the virtual machine
VBoxManage startvm MachineName -type vrdp
It starts virtual machine, listening for rdp request on port 3389 (default port)
rdesktop-vrdp localhost
Connects virtual machine with rdp (You can use rdesktop too).
If you want to change rdp port, use this command:
VBoxManage modifyvm MachineName -vrdpport <port>
Also, enabling authentication for rdp is possible:
VBoxManage modifyvm MachineName -vrdpauthtype null | external | guest
VBoxManage is the command line interface of the VirtualBox.
You can make these settings with GUI: Settings -> Remote Display -> Enable VRDP Server
If you want to use your virtual machine with vrdp only, you can use this command simply:
VBoxHeadless -startvm MachineName
Note: RDP server is not included in Open Source Edition of the VirtualBox. If you want to use this feature, you have to use closed-source edition.
- 0 Comment
- Selcuk Miynat
- 29 Aug 2008, 00:24
-
You must be login first or sign-up for an account to post comments.
USERBOX
CATEGORIES
MOST READ TODAY
- Disabling reverse dns lookups in ssh
- Users with /bin/false shell to login on vsftpd
- Disabling ssh password authentication
- Redirecting tcp / udp ports with socat
- Replication in MySQL
- Using lsof utility
- Syntax highlighting in less
- Booting from an ISO image using qemu
- Rewriting destination ip address
- Using iPhone internet sharing over bluetooth under Linux
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
