]> git.proxmox.com Git - pve-docs.git/blame - pve-gui.adoc
add qmeventd manpage
[pve-docs.git] / pve-gui.adoc
CommitLineData
4736f1bc 1[[chapter_gui]]
813e4036
DM
2Graphical User Interface
3========================
4736f1bc
DM
4ifndef::manvolnum[]
5:pve-toplevel:
6endif::manvolnum[]
c5eadcbd 7
813e4036 8{pve} is simple. There is no need to install a separate management
3b02e046
DM
9tool, and everything can be done through your web browser (Latest
10Firefox or Google Chrome is preferred). A built-in HTML5 console is
11used to access the guest console. As an alternative,
12https://www.spice-space.org/[SPICE] can be used.
c5eadcbd 13
3b02e046
DM
14Because we use the Proxmox cluster file system (pmxcfs), you can
15connect to any node to manage the entire cluster. Each node can manage
16the entire cluster. There is no need for a dedicated manager node.
c5eadcbd 17
3b02e046
DM
18You can use the web-based administration interface with any modern
19browser. When {pve} detects that you are connecting from a mobile
20device, you are redirected to a simpler, touch-based user interface.
c5eadcbd
WL
21
22The web interface can be reached via https://youripaddress:8006
3b02e046
DM
23(default login is: 'root', and the password is specified during the
24installation process).
c5eadcbd
WL
25
26
813e4036 27Features
4736f1bc 28--------
c5eadcbd 29
3b02e046
DM
30* Seamless integration and management of {pve} clusters
31
c5eadcbd 32* AJAX technologies for dynamic updates of resources
3b02e046
DM
33
34* Secure access to all Virtual Machines and Containers via SSL
35 encryption (https)
36
37* Fast search-driven interface, capable of handling hundreds and
38 probably thousands of VMs
39
c5eadcbd 40* Secure HTML5 console or SPICE
3b02e046
DM
41
42* Role based permission management for all objects (VMs, storages,
43 nodes, etc.)
44
45* Support for multiple authentication sources (e.g. local, MS ADS,
46 LDAP, ...)
47
48* Two-Factor Authentication (OATH, Yubikey)
49
50* Based on ExtJS 6.x JavaScript framework
c5eadcbd
WL
51
52
5948aa79
DM
53Login
54-----
55
1ff5e4e8 56[thumbnail="screenshot/gui-login-window.png"]
5948aa79 57
470d4313 58When you connect to the server, you will first see the login window.
5948aa79 59{pve} supports various authentication backends ('Realm'), and
470d4313 60you can select the language here. The GUI is translated to more
5948aa79
DM
61than 20 languages.
62
63NOTE: You can save the user name on the client side by selection the
64checkbox at the bottom. This saves some typing when you login next
65time.
66
67
813e4036
DM
68GUI Overview
69------------
c5eadcbd 70
1ff5e4e8 71[thumbnail="screenshot/gui-datacenter-summary.png"]
c5eadcbd 72
5948aa79
DM
73The {pve} user interface consists of four regions.
74
75[horizontal]
76
77Header:: On top. Shows status information and contains buttons for
78most important actions.
79
80Resource Tree:: At the left side. A navigation tree where you can select
81specific objects.
82
83Content Panel:: Center region. Selected objects displays configuration
84options and status here.
85
86Log Panel:: At the bottom. Displays log entries for recent tasks. You
87can double-click on those log entries to get more details, or to abort
88a running task.
89
90NOTE: You can shrink and expand the size of the resource tree and log
91panel, or completely hide the log panel. This can be helpful when you
92work on small displays and want more space to view other content.
93
94
95Header
96~~~~~~
97
98On the top left side, the first thing you see is the Proxmox
99logo. Next to it is the current running version of {pve}. In the
100search bar nearside you can search for specific objects (VMs,
101containers, nodes, ...). This is sometimes faster than selecting an
102object in the resource tree.
98c2ef68 103
5948aa79
DM
104To the right of the search bar we see the identity (login name). The
105gear symbol is a button opening the 'My Settings' dialog. There you
106can customize some client side user interface setting (reset the saved
107login name, reset saved layout).
108
109The rightmost part of the header contains four buttons:
110
111[horizontal]
470d4313 112Help :: Opens a new browser window showing the reference documentation.
5948aa79
DM
113
114Create VM :: Opens the virtual machine creation wizard.
115
116Create CT :: Open the container creation wizard.
117
118Logout :: Logout, and show the login dialog again.
119
120
bf5de2d9
DL
121[[gui_my_settings]]
122My Settings
123~~~~~~~~~~~
124
125[thumbnail="screenshot/gui-my-settings.png"]
126
127The 'My Settings' window allows you to set locally stored settings. These
128include the 'Dashboard Storages' which allow you to enable or disable specific
129storages to be counted towards the total amount visible in the datacenter
130summary. If no storage is checked the total is the sum of all storages, same
131as enabling every single one.
132
133Below the dashboard settings you find the stored user name and a button to
134clear it as well as a button to reset every layout in the GUI to its default.
135
136On the right side there are 'xterm.js Settings'. These contain the following
137options:
138
139[horizontal]
140Font-Family :: The font to be used in xterm.js (e.g. Arial).
141
142Font-Size :: The preferred font size to be used.
143
144Letter Spacing :: Increases or decreases spacing between letters in text.
145
146Line Height :: Specify the absolute height of a line.
147
148
149
5948aa79
DM
150Resource Tree
151~~~~~~~~~~~~~
152
153This is the main navigation tree. On top of the tree you can select
154some predefined views, which changes the structure of the tree
155below. The default view is *Server View*, and it shows the following
156object types:
157
158[horizontal]
159Datacenter:: Contains cluster wide setting (relevant for all nodes).
160
161Node:: Represents the hosts inside a cluster, where the guests runs.
98c2ef68 162
5948aa79 163Guest:: VMs, Containers and Templates.
c5eadcbd 164
5948aa79 165Storage:: Data Storage.
c5eadcbd 166
5948aa79
DM
167Pool:: It is possible to group guests using a pool to simplify
168management.
169
170
171The following view types are available:
172
173[horizontal]
174Server View:: Shows all kind of objects, grouped by nodes.
175
176Folder View:: Shows all kind of objects, grouped by object type.
177
178Storage View:: Only show storage objects, grouped by nodes.
179
180Pool View:: Show VMs and Containers, grouped by pool.
181
182
183Log Panel
184~~~~~~~~~
185
186The main purpose of the log panel is to show you what is currently
187going on in your cluster. Actions like creating an new VM are executed
188in background, and we call such background job a 'task'.
189
190Any output from such task is saved into a separate log file. You can
191view that log by simply double-click a task log entry. It is also
192possible to abort a running task there.
193
194Please note that we display most recent tasks from all cluster nodes
195here. So you can see when somebody else is working on another cluster
196node in real-time.
197
198NOTE: We remove older and finished task from the log panel to keep
199that list short. But you can still find those tasks in the 'Task
200History' within the node panel.
201
202Some short running actions simply sends logs to all cluster
203members. You can see those messages in the 'Cluster log' panel.
204
205
206Content Panels
207--------------
208
bc22b69b 209When you select something in the resource tree, the corresponding
5948aa79 210object displays configuration and status information in the content
bc22b69b 211panel. The following sections give a brief overview of the
5948aa79 212functionality. Please refer to the individual chapters inside the
470d4313 213reference documentation to get more detailed information.
5948aa79
DM
214
215
216Datacenter
217~~~~~~~~~~
1a497fa7 218
1ff5e4e8 219[thumbnail="screenshot/gui-datacenter-search.png"]
f9c4114c 220
6db8976c 221On the datacenter level you can access cluster wide settings and information.
1a497fa7
WL
222
223* *Search:* it is possible to search anything in cluster
224,this can be a node, VM, Container, Storage or a pool.
225
7ec90af3 226* *Summary:* gives a brief overview over the cluster health.
1a497fa7
WL
227
228* *Options:* can show and set defaults, which apply cluster wide.
229
230* *Storage:* is the place where a storage will add/managed/removed.
231
232* *Backup:* has the capability to schedule Backups. This is
233 cluster wide, so you do not care about where the VM/Container are on
234 your cluster at schedule time.
235
236* *Permissions:* will manage user and group permission, LDAP,
237 MS-AD and Two-Factor authentication can be setup here.
238
239* *HA:* will manage the {pve} High-Availability
240
241* *Firewall:* on this level the Proxmox Firewall works cluster wide and
242 makes templates which are cluster wide available.
243
244* *Support:* here you get all information about your support subscription.
245
246If you like to have more information about this see the corresponding chapter.
247
c8a14dea 248
5948aa79
DM
249Nodes
250~~~~~
c8a14dea 251
1ff5e4e8 252[thumbnail="screenshot/gui-node-summary.png"]
c8a14dea
WL
253
254All belongs of a node can be managed at this level.
255
256* *Search:* it is possible to search anything on the node,
257 this can be a VM, Container, Storage or a pool.
258
7ec90af3 259* *Summary:* gives a brief overview over the resource usage.
c8a14dea
WL
260
261* *Shell:* log you in the shell of the node.
262
6db8976c 263* *System:* is for configuring the network, dns and time, and also shows your syslog.
c8a14dea 264
7ec90af3 265* *Updates:* will upgrade the system and informs you about new packets.
c8a14dea
WL
266
267* *Firewall:* on this level is only for this node.
268
269* *Disk:* gives you an brief overview about you physical hard drives and
7ec90af3 270 how they are used.
c8a14dea
WL
271
272* *Ceph:* is only used if you have installed a Ceph sever on you
7ec90af3
DC
273 host. Then you can manage your Ceph cluster and see the status
274 of it here.
c8a14dea
WL
275
276* *Task History:* here all past task are shown.
277
278* *Subscription:* here you can upload you subscription key and get a
279 system overview in case of a support case.
280
5948aa79
DM
281
282Guests
283~~~~~~
34ee078e 284
1ff5e4e8 285[thumbnail="screenshot/gui-qemu-summary.png"]
34ee078e
WL
286
287There are two differed kinds of VM types and both types can be converted to a template.
288One of them are Kernel-based Virtual Machine (KVM) and the other one are Linux Containers (LXC).
289General the navigation are the same only some option are different.
290
291In the main management center the VM navigation begin if a VM is selected in the left tree.
292
927f8feb 293The top header contains important VM operation commands like 'Start', 'Shutdown', 'Reset',
34ee078e 294'Remove', 'Migrate', 'Console' and 'Help'.
03954d73
DC
295Some of them have hidden buttons like 'Shutdown' has 'Stop' and
296'Console' contains the different console types 'SPICE', 'noVNC' and 'xterm.js'.
34ee078e
WL
297
298On the right side the content switch white the focus of the option.
299
300On the left side.
301All available options are listed one below the other.
302
303* *Summary:* gives a brief overview over the VM activity.
304
305* *Console:* an interactive console to your VM.
306
307* *(KVM)Hardware:* shows and set the Hardware of the KVM VM.
308
309* *(LXC)Resources:* defines the LXC Hardware opportunities.
310
311* *(LXC)Network:* the LXC Network settings.
312
313* *(LXC)DNS:* the LXC DNS settings.
314
315* *Options:* all VM options can be set here, this distinguishes between KVM and LXC.
316
317* *Task History:* here all previous task from this VM will be shown.
318
319* *(KVM) Monitor:* is the interactive communication interface to the KVM process.
320
321* *Backup:* shows the available backups from this VM and also create a backupset.
322
f423ae95
DC
323* *Replication:* shows the replication jobs for this VM and allows to create new jobs.
324
34ee078e
WL
325* *Snapshots:* manage VM snapshots.
326
327* *Firewall:* manage the firewall on VM level.
328
329* *Permissions:* manage the user permission for this VM.
330
5948aa79
DM
331
332Storage
333~~~~~~~
b83fcf1e 334
1ff5e4e8 335[thumbnail="screenshot/gui-storage-summary-local.png"]
b83fcf1e
WL
336
337In this view we have a two partition split view.
338On the left side we have the storage options
339and on the right side the content of the selected option will shown.
340
341* *Summary:* show you important information about your storage like
342'Usage', 'Type', 'Content', 'Active' and 'Enabled'.
343
344* *Content:* Here all contend will listed grouped by content.
345
346* *Permissions:* manage the user permission for this storage.
347
5948aa79
DM
348
349Pools
350~~~~~
871feac6 351
1ff5e4e8 352[thumbnail="screenshot/gui-pool-summary-development.png"]
871feac6
WL
353
354In this view we have a two partition split view.
355On the left side we have the logical pool options
356and on the right side the content of the selected option will shown.
357
358* *Summary:* show the description of the pool.
359
360* *Members:* Here all members of this pool will listed and can be managed.
361
362* *Permissions:* manage the user permission for this pool.
363
5948aa79 364
c5eadcbd
WL
365ifdef::wiki[]
366
367See Also
4736f1bc 368--------
c5eadcbd
WL
369
370* link:/wiki/Central_Web-based_Management
371
372endif::wiki[]
813e4036 373
c5eadcbd
WL
374////
375TODO:
376
813e4036 377VM, CT, Storage, Pool section
c5eadcbd
WL
378
379////