1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="frontends">
|
---|
4 | <title>Alternative Front Ends</title>
|
---|
5 | <body>
|
---|
6 | <p>
|
---|
7 | As briefly mentioned in <xref href="features-overview.dita#features-overview"/>,
|
---|
8 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> has a very flexible internal design that enables
|
---|
9 | you to use multiple interfaces to control the same virtual
|
---|
10 | machines. For example, you can start a virtual machine with the
|
---|
11 | <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> window and then stop it from the command line. With
|
---|
12 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/>'s support for the Remote Desktop Protocol (RDP),
|
---|
13 | you can even run virtual machines remotely on a headless server
|
---|
14 | and have all the graphical output redirected over the network.
|
---|
15 | </p>
|
---|
16 | <p> The following front ends are shipped in the standard <ph
|
---|
17 | conkeyref="vbox-conkeyref-phrases/product-name"/> package:</p>
|
---|
18 | <ul>
|
---|
19 | <li>
|
---|
20 | <p><b outputclass="bold">VirtualBox.</b> This is the <ph
|
---|
21 | conkeyref="vbox-conkeyref-phrases/vbox-mgr"/>, a graphical user interface that uses the
|
---|
22 | Qt toolkit. This interface is described throughout this manual. While this is the simplest
|
---|
23 | and easiest front end to use, some of the more advanced <ph
|
---|
24 | conkeyref="vbox-conkeyref-phrases/product-name"/> features are not included.</p>
|
---|
25 | </li>
|
---|
26 | <li>
|
---|
27 | <p><b outputclass="bold">VBoxManage.</b> A command-line
|
---|
28 | interface for automated and detailed control of every aspect
|
---|
29 | of <ph conkeyref="vbox-conkeyref-phrases/product-name"/>. See
|
---|
30 | <xref href="vboxmanage.dita#vboxmanage"/>.
|
---|
31 | </p>
|
---|
32 | </li>
|
---|
33 | <li>
|
---|
34 | <p><b outputclass="bold">VBoxHeadless.</b> A front end that produces no visible output on
|
---|
35 | the host at all, but can act as a RDP server if the VirtualBox Remote Desktop Extension
|
---|
36 | (VRDE) is installed and enabled for the VM. As opposed to the other graphical interfaces,
|
---|
37 | the headless front end requires no graphics support. This is useful, for example, if you
|
---|
38 | want to host your virtual machines on a headless Linux server that has no X Window system
|
---|
39 | installed. See <xref href="vboxheadless.dita">VBoxHeadless, the Remote Desktop
|
---|
40 | Server</xref>. </p>
|
---|
41 | </li>
|
---|
42 | <li>
|
---|
43 | <!-- Separate mode: check with Klaus whether this needs to be covered in 7.1-->
|
---|
44 | <p><b>Separate mode.</b> A front end that is based on <userinput>VBoxHeadless</userinput>,
|
---|
45 | but does not require VRDE or an RDP viewer. See <xref href="vboxheadless-separate-mode.dita">Separate Mode</xref>.</p>
|
---|
46 | </li>
|
---|
47 | </ul>
|
---|
48 | <p> If the above front ends still do not satisfy your particular needs, it is possible to create
|
---|
49 | yet another front end to the complex virtualization engine that is the core of <ph
|
---|
50 | conkeyref="vbox-conkeyref-phrases/product-name"/>, as the <ph
|
---|
51 | conkeyref="vbox-conkeyref-phrases/product-name"/> core neatly exposes all of its features in
|
---|
52 | a clean API. See <xref href="VirtualBoxAPI.dita"><ph
|
---|
53 | conkeyref="vbox-conkeyref-phrases/product-name"/> Programming Interfaces</xref>. </p>
|
---|
54 | </body>
|
---|
55 |
|
---|
56 | </topic>
|
---|