VBoxSsh
Developer
Reiner Pröls
About
VBoxSsh is a graphical platform independent front end for managing and administrating VirtualBox instances in your network.
VBoxSsh uses only SSH connections and VBoxManage - no need for a Webserver, additional services and so on.
Yes, I created it due to issues with phpVirtualBox ;-) which requires a webserver, PHP and so on …
You can also manage your lokal VirtualBox instance.
VBoxSsh can only do what VBoxManage can do and display.
For getting the actual status of the virtual machines polling is used.
VBoxSsh is written in Go and uses Fyne as graphical toolkit.

Installation
You can install this directly from the source code using the Fyne command as follows:
go install fyne.io/tools/cmd/fyne@latest
fyne install github.com/bytemystery-com/vboxssh/@latest
Or you can download the code directly from git:
git clone https://github.com/bytemystery-com/vboxssh/