Add new comment

Do you like HowtoForge? Please consider supporting us by becoming a subscriber.
Submitted by 2iR0n (not registered) on Wed, 2009-06-17 00:09.

# For vms installed by a normal user (not root) this works on a Ubuntu 9.04 host machine.

for vm in `ls /home/USER/.VirtualBox/Machines`

do

/bin/su -l USER -c "nohup /usr/bin/VBoxManage startvm $vm --type vrdp"

done

# If more than one vm is to be started you will need to set different ports for vrdp to work. Eg...

VBoxManage modifyvm VMNAME --vrdpport 3390

rdesktop xxx.xxx.xxx.xxx:3390

# for Windows TS client you have to edit the freakin' registry... LOL

 

Please do not use the comment function to ask for help! If you need help, please use our forum.
Comments will be published after administrator approval.

Reply

*
*
The content of this field is kept private and will not be shown publicly.


*

  • Images can be added to this post.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <div>
  • Lines and paragraphs break automatically.