From owner-freebsd-questions@FreeBSD.ORG Sun Nov 18 14:08:04 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED4FD42B for ; Sun, 18 Nov 2012 14:08:04 +0000 (UTC) (envelope-from mail@ozzmosis.com) Received: from icp-osb-irony-out4.external.iinet.net.au (icp-osb-irony-out4.external.iinet.net.au [203.59.1.220]) by mx1.freebsd.org (Postfix) with ESMTP id 5A72F8FC1C for ; Sun, 18 Nov 2012 14:08:04 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnEIAOfqqFDL2Ruq/2dsb2JhbABFhTe9DWuBCIIeAQEEATo/BQsLDTkUGESIBwW/DpBgYQOVe4VZNYo2gwM X-IronPort-AV: E=Sophos;i="4.83,275,1352044800"; d="scan'208";a="58868585" Received: from unknown (HELO smtp.phoenix) ([203.217.27.170]) by icp-osb-irony-out4.iinet.net.au with ESMTP; 18 Nov 2012 22:08:02 +0800 Received: by smtp.phoenix (Postfix, from userid 1001) id 4CB02EF6; Mon, 19 Nov 2012 01:08:01 +1100 (EST) Date: Mon, 19 Nov 2012 01:08:01 +1100 From: andrew clarke Cc: freebsd-questions@freebsd.org Subject: Re: virtualbox with FreeBSD as host Message-ID: <20121118140801.GA51290@ozzmosis.com> References: <50A65471.7050706@a1poweruser.com> <20121116121408.71d86341@papi> <50A65F76.2060009@a1poweruser.com> <20121116130302.37a87580@papi> <50A6AD92.2000904@a1poweruser.com> <50a7547f.pE0dkKlRM7DyQvw3%perryh@pluto.rain.com> <20121117103708.1cb34db4@papi> <50A8E7AA.6090906@a1poweruser.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <50A8E7AA.6090906@a1poweruser.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Nov 2012 14:08:05 -0000 On Sun 2012-11-18 08:50:34 UTC-0500, Fbsd8 (fbsd8@a1poweruser.com) wrote: > By design virtualbox requires a desktop on the host to use the > virtualbox built in config screens and the only way to access a > configured and installed guest VM is from a remote PC with a desktop. No, you can create and configure VirtualBox VMs using the command-line VBoxManage. I do this over SSH. See the VirtualBox manual (PDF). Incidentally it's possible to use RDP (Remote Desktop Protocol) to connect and control any VirtualBox guest - including OSes that don't natively support RDP connections - provided VRDP is enabled for that guest VM. I do this running when VirtualBox on a Linux host, and can't confirm it works for FreeBSD hosts, but assume it does.