Virtualbox remote management GUI tool?

This is for discussing general topics about how to use VirtualBox.
Post Reply
ArminLinder
Posts: 2
Joined: 20. Sep 2016, 14:54

Virtualbox remote management GUI tool?

Post by ArminLinder »

Hi all,

I am new to VirtualBox, coming from VMWare. Trying to drag together my beloved working environment I failed to find a tool which lets me list all my virtual machines, let me see their current states and let me perform basic maintenance actions like power up/down/suspend, see the user screen ("Shadow session") and such. Especially I need to know wether someone is logged on and if there is, how long this session has been idling.

Host is Windows, Guests are Windows.

Does such a tool exist?

Thx, Armin.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Virtualbox remote management GUI tool?

Post by socratis »

I haven't used VMWare, so I wouldn't know the exact tool(s) that you're referring to, but,
ArminLinder wrote:I failed to find a tool which lets me list all my virtual machines, let me see their current states and let me perform basic maintenance actions like power up/down/suspend, see the user screen ("Shadow session") and such.
Isn't that what the main program (VirtualBox Manager) is doing? Lists all of your VMs along with their status. You can perform similar actions to VMs that are in the same state, i.e. start a bunch of VMs all together, pause them if they're running or shut them down (again if they're running). There is also a real-time preview window of what the machine is doing, regardless of whether the VM window is shown or not.
ArminLinder wrote:Especially I need to know whether someone is logged on and if there is, how long this session has been idling.
That does not exist in VirtualBox. And what exactly do you mean by "someone"? Are the VMs shared among multiple users? Is this simple VMWare we're talking about or some sort of server version?
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: Virtualbox remote management GUI tool?

Post by scottgus1 »

Take a glance here: viewforum.php?f=32 for tools folks have made for Virtualbox. Some I think are for remote management.
ArminLinder
Posts: 2
Joined: 20. Sep 2016, 14:54

Re: Virtualbox remote management GUI tool?

Post by ArminLinder »

Thanks, guys, for your helpful replies.

What I have set up is kind of poor man's terminal server, a RAM packed workstation which runs, right now, 10 virtualboxes. Users connect via VPN, and use some application over Remote Terminal sessions.

The only problem left is to guide users to a free VM, or to the last VM he had so he can resume his session. Right now every user has a hardwired connection to one of the VMs, but I'd like to add some flexibility.

I think it yould take me about a day or two to program a little background service which reports each VMs state to another service running on the host machine, which, in turn, would report the states to a little GUI on the user computers. And I could install VNC for shadowing the sessions if someone needs my attention.

If, however, something like this does already exist, this would save me some time and efforts. I look into the community tools right after finishing this post.

Armin.
Post Reply