VirtualBox

source: vbox/trunk/doc/manual/en_US/man_VBoxManage-setproperty.xml@ 106061

Last change on this file since 106061 was 106061, checked in by vboxsync, 3 months ago

Copyright year updates by scm.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 9.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 manpage, user manual, usage: VBoxManage setproperty
4-->
5<!--
6 Copyright (C) 2006-2024 Oracle and/or its affiliates.
7
8 This file is part of VirtualBox base platform packages, as
9 available from https://www.virtualbox.org.
10
11 This program is free software; you can redistribute it and/or
12 modify it under the terms of the GNU General Public License
13 as published by the Free Software Foundation, in version 3 of the
14 License.
15
16 This program is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 General Public License for more details.
20
21 You should have received a copy of the GNU General Public License
22 along with this program; if not, see <https://www.gnu.org/licenses>.
23
24 SPDX-License-Identifier: GPL-3.0-only
25-->
26<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
27 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"[
28<!ENTITY % all.entities SYSTEM "all-entities.ent">
29%all.entities;
30]>
31<refentry id="vboxmanage-setproperty" lang="en">
32 <refentryinfo>
33 <pubdate>$Date: 2024-09-16 14:03:52 +0000 (Mon, 16 Sep 2024) $</pubdate>
34 <title>VBoxManage setproperty</title>
35 </refentryinfo>
36
37 <refmeta>
38 <refentrytitle>VBoxManage-setproperty</refentrytitle>
39 <manvolnum>1</manvolnum>
40 </refmeta>
41
42 <refnamediv>
43 <refname>VBoxManage-setproperty</refname>
44 <refpurpose>change global settings</refpurpose>
45 <refclass>&product-name;</refclass>
46 </refnamediv>
47
48 <refsynopsisdiv>
49<!-- The 'id' is mandatory and must start with 'synopsis-'. -->
50 <cmdsynopsis id="synopsis-vboxmanage-setproperty">
51 <command>VBoxManage setproperty</command>
52 <arg choice="req"><replaceable>property-name</replaceable></arg>
53 <arg choice="req"><replaceable>property-value</replaceable></arg>
54 </cmdsynopsis>
55 </refsynopsisdiv>
56
57 <refsect1 id="vboxmanage-setproperty-description">
58 <title>Description</title>
59 <para>
60 The <command>VBoxManage setproperty</command> command enables you
61 to change global settings that affect the entire &product-name;
62 installation. Some of these settings correspond to the settings in
63 the <emphasis role="bold">Preferences</emphasis> dialog in the
64 VirtualBox Manager.
65 </para>
66 <para>
67 The following properties are available:
68 </para>
69 <variablelist>
70 <varlistentry>
71 <term><literal>autostartdbpath</literal></term>
72 <listitem><para>
73 Specifies the path to the autostart database. Valid values
74 are <literal>null</literal>, which disables the autostart
75 database, or the name of the folder that contains the
76 database. See <xref linkend="autostart" />.
77 </para></listitem>
78 </varlistentry>
79 <varlistentry>
80 <term><literal>defaultfrontend</literal></term>
81 <listitem><para>
82 Specifies the global default VM frontend. Valid values are
83 <literal>default</literal>, which specifies the default
84 frontend, or the name of the frontend to use.
85 </para></listitem>
86 </varlistentry>
87 <varlistentry>
88 <term><literal>hwvirtexclusive</literal></term>
89 <listitem><para>
90 Specifies whether &product-name; makes exclusive use of the
91 Intel VT-x or AMD-V hardware virtualization extensions of
92 the host system's processor. See <xref linkend="hwvirt" />.
93 </para><para>
94 Valid values are as follows:
95 </para><itemizedlist>
96 <listitem><para>
97 <literal>on</literal> enables &product-name; to make
98 exclusive use of these extensions. This is the default
99 value.
100 </para></listitem>
101 <listitem><para>
102 <literal>off</literal> shares these extensions with
103 other hypervisors that run simultaneously. Note that
104 sharing these extensions has negative performance
105 implications.
106 </para></listitem>
107 </itemizedlist></listitem>
108 </varlistentry>
109 <varlistentry>
110 <term><literal>language</literal></term>
111 <listitem><para>
112 Specifies the user language used to translate API messages.
113 Valid values are <literal>C</literal>, which means no
114 translation or a language code in the form of either
115 <literal>ll</literal> or <literal>ll_CC</literal>, where
116 <literal>ll</literal> is an ISO 639 two-letter language code and
117 <literal>CC</literal> an ISO 3166 two-letter country code. For
118 example, for Greek in Greece, <literal>ll</literal> is <literal>el</literal>,
119 and <literal>CC</literal> is <literal>GR</literal>.
120 </para></listitem>
121 </varlistentry>
122 <varlistentry>
123 <term><literal>logginglevel</literal></term>
124 <listitem><para>
125 Specifies the VBoxSVC release logging details. See
126 <ulink url="http://www.virtualbox.org/wiki/VBoxLogging" />.
127 </para></listitem>
128 </varlistentry>
129 <varlistentry>
130 <term><literal>loghistorycount</literal></term>
131 <listitem><para>
132 Specifies the number of rotated VM logs to retain.
133 </para></listitem>
134 </varlistentry>
135 <varlistentry>
136 <term><literal>machinefolder</literal></term>
137 <listitem><para>
138 Specifies the default folder in which virtual machine (VM)
139 definitions are stored. Valid values are
140 <literal>default</literal>, which specifies the default
141 storage folder, or the name of the folder to use. See
142 <xref linkend="vboxconfigdata" />.
143 </para></listitem>
144 </varlistentry>
145 <varlistentry>
146 <term><literal>proxymode</literal></term>
147 <listitem><para>
148 Configures the mode for an HTTP proxy server. Valid values
149 are as follows:
150 </para><variablelist>
151 <varlistentry>
152 <term><literal>manual</literal></term>
153 <listitem><para>
154 Configure the URL of a HTTP proxy server manually,
155 using the <literal>proxyurl</literal> property value.
156 </para></listitem>
157 </varlistentry>
158 <varlistentry>
159 <term><literal>noproxy</literal></term>
160 <listitem><para>
161 Do not use an HTTP proxy server. A direct connection
162 to the Internet is used.
163 </para></listitem>
164 </varlistentry>
165 <varlistentry>
166 <term><literal>system</literal></term>
167 <listitem><para>
168 Detect the proxy settings automatically for the host
169 network. This is the default value.
170 </para></listitem>
171 </varlistentry>
172 </variablelist></listitem>
173 </varlistentry>
174 <varlistentry>
175 <term><literal>proxyurl</literal></term>
176 <listitem><para>
177 Specifies the URL for an HTTP proxy server when you specify
178 a manual proxy by setting the <literal>proxymode</literal>
179 property to <literal>manual</literal>.
180 </para></listitem>
181 </varlistentry>
182 <varlistentry>
183 <term><literal>vrdeauthlibrary</literal></term>
184 <listitem><para>
185 Specifies which library to use when external authentication
186 has been configured for a particular VM. Valid values are
187 <literal>default</literal>, which specifies the default
188 library, or the name of the library to use. See
189 <xref linkend="vbox-auth" />.
190 </para></listitem>
191 </varlistentry>
192 <varlistentry>
193 <term><literal>vrdeextpack</literal></term>
194 <listitem><para>
195 Specifies the library that implements the VirtualBox Remote
196 Desktop Extension (RDE). Valid values are
197 <literal>null</literal>, which disables the RDE, or the name
198 of the library to use.
199 </para></listitem>
200 </varlistentry>
201 <varlistentry>
202 <term><literal>websrvauthlibrary</literal></term>
203 <listitem><para>
204 Specifies which library the web service uses to authenticate
205 users. Valid values are <literal>default</literal>, which
206 specifies the default library, <literal>null</literal>,
207 which disables authentication, or the name of the library to
208 use. For information about the &product-name; web service,
209 see <xref linkend="VirtualBoxAPI" />.
210 </para></listitem>
211 </varlistentry>
212 </variablelist>
213 </refsect1>
214
215 <refsect1 id="vboxmanage-setproperty-examples">
216 <title>Examples</title>
217 <remark role="help-scope" condition="GLOBAL" />
218 <para>
219 The following command configures &product-name; to use the
220 specified HTTP proxy server.
221 </para>
222<screen>$ VBoxManage setproperty proxymode manual
223$ VBoxManage setproperty proxyurl "http://myproxy.com:8080"</screen>
224 </refsect1>
225
226 <refsect1 id="vboxmanage-setproperty-see-also">
227 <title>See Also</title>
228 <para>
229 <xref linkend="vboxmanage-startvm" />
230 </para>
231 </refsect1>
232</refentry>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette