]> git.proxmox.com Git - pve-docs.git/blame_incremental - pve-gui.adoc
pve-gui.adoc: minor cleanups
[pve-docs.git] / pve-gui.adoc
... / ...
CommitLineData
1[[chapter_gui]]
2Graphical User Interface
3========================
4ifndef::manvolnum[]
5:pve-toplevel:
6endif::manvolnum[]
7
8{pve} is simple. There is no need to install a separate management
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.
13
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.
17
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.
21
22The web interface can be reached via https://youripaddress:8006
23(default login is: 'root', and the password is specified during the
24installation process).
25
26
27Features
28--------
29
30* Seamless integration and management of {pve} clusters
31
32* AJAX technologies for dynamic updates of resources
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
40* Secure HTML5 console or SPICE
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
51
52
53GUI Overview
54------------
55
56[thumbnail="gui-datacenter-summary.png"]
57
58Lets start with the header.
59We start on the left side, where the first thing you see is the Proxmox Logo.
60Next to it is the current running version of Proxmox VE.
61In the search bar it is possible to search for item which the datacenter contains.
62After the search-bar the identity is shown (login name).
63
64[thumbnail="gui-my-settings.png"]
65
66The 'my settings' button (Gear Symble) contains dashbord customization,
67reset the saved login name or rest the saved layout.
68At least four buttons come, started with 'Help', 'Create VM', 'Create CT' and 'Logout'.
69
70The Body has 3 sections:
71
72* On the left side is the navigation bar. On the top, you can select one of 4
73 views. Those views change the structure of the tree below. The default
74 selection is *Server View* and it has the following 4 types of elements.
75** Datacenter: contains all the settings belonging to all machines.
76** Nodes: represent the host where the VM/CT runs on. It is named like
77 the hostname. Normally the name was set by the installation.
78** Entity: can be a VM, container, a template or a storage.
79** Logical pools: it is possible to group entities to a group for easy management.
80* On the right side is the main management center, where all content
81 of the selected entity form the navigation bar is shown.
82* On the bottom is the task log section, where all tasks are shown.
83
84Dataceter Level
85---------------
86
87[thumbnail="gui-datacenter-search.png"]
88
89On the datacenter level you can access cluster wide settings and information.
90
91* *Search:* it is possible to search anything in cluster
92,this can be a node, VM, Container, Storage or a pool.
93
94* *Summary:* gives a brief overview over the cluster health.
95
96* *Options:* can show and set defaults, which apply cluster wide.
97
98* *Storage:* is the place where a storage will add/managed/removed.
99
100* *Backup:* has the capability to schedule Backups. This is
101 cluster wide, so you do not care about where the VM/Container are on
102 your cluster at schedule time.
103
104* *Permissions:* will manage user and group permission, LDAP,
105 MS-AD and Two-Factor authentication can be setup here.
106
107* *HA:* will manage the {pve} High-Availability
108
109* *Firewall:* on this level the Proxmox Firewall works cluster wide and
110 makes templates which are cluster wide available.
111
112* *Support:* here you get all information about your support subscription.
113
114If you like to have more information about this see the corresponding chapter.
115
116
117Node Level
118----------
119
120[thumbnail="gui-node-summary.png"]
121
122All belongs of a node can be managed at this level.
123
124* *Search:* it is possible to search anything on the node,
125 this can be a VM, Container, Storage or a pool.
126
127* *Summary:* gives a brief overview over the resource usage.
128
129* *Shell:* log you in the shell of the node.
130
131* *System:* is for configuring the network, dns and time, and also shows your syslog.
132
133* *Updates:* will upgrade the system and informs you about new packets.
134
135* *Firewall:* on this level is only for this node.
136
137* *Disk:* gives you an brief overview about you physical hard drives and
138 how they are used.
139
140* *Ceph:* is only used if you have installed a Ceph sever on you
141 host. Then you can manage your Ceph cluster and see the status
142 of it here.
143
144* *Task History:* here all past task are shown.
145
146* *Subscription:* here you can upload you subscription key and get a
147 system overview in case of a support case.
148
149VM Level
150--------
151
152[thumbnail="gui-qemu-summary.png"]
153
154There are two differed kinds of VM types and both types can be converted to a template.
155One of them are Kernel-based Virtual Machine (KVM) and the other one are Linux Containers (LXC).
156General the navigation are the same only some option are different.
157
158In the main management center the VM navigation begin if a VM is selected in the left tree.
159
160The top header contains important VM operation commands like 'Start', 'Shutdown', 'Rest',
161'Remove', 'Migrate', 'Console' and 'Help'.
162Two of them have hidden buttons like 'Shutdown' has 'Stop' and
163'Console' contains the different consolen typs 'SPICE' or 'noVNC'.
164
165On the right side the content switch white the focus of the option.
166
167On the left side.
168All available options are listed one below the other.
169
170* *Summary:* gives a brief overview over the VM activity.
171
172* *Console:* an interactive console to your VM.
173
174* *(KVM)Hardware:* shows and set the Hardware of the KVM VM.
175
176* *(LXC)Resources:* defines the LXC Hardware opportunities.
177
178* *(LXC)Network:* the LXC Network settings.
179
180* *(LXC)DNS:* the LXC DNS settings.
181
182* *Options:* all VM options can be set here, this distinguishes between KVM and LXC.
183
184* *Task History:* here all previous task from this VM will be shown.
185
186* *(KVM) Monitor:* is the interactive communication interface to the KVM process.
187
188* *Backup:* shows the available backups from this VM and also create a backupset.
189
190* *Snapshots:* manage VM snapshots.
191
192* *Firewall:* manage the firewall on VM level.
193
194* *Permissions:* manage the user permission for this VM.
195
196Storage Level
197-------------
198
199[thumbnail="gui-storage-summary-local.png"]
200
201In this view we have a two partition split view.
202On the left side we have the storage options
203and on the right side the content of the selected option will shown.
204
205* *Summary:* show you important information about your storage like
206'Usage', 'Type', 'Content', 'Active' and 'Enabled'.
207
208* *Content:* Here all contend will listed grouped by content.
209
210* *Permissions:* manage the user permission for this storage.
211
212Logical Pool Level
213------------------
214
215[thumbnail="gui-pool-summary-development.png"]
216
217In this view we have a two partition split view.
218On the left side we have the logical pool options
219and on the right side the content of the selected option will shown.
220
221* *Summary:* show the description of the pool.
222
223* *Members:* Here all members of this pool will listed and can be managed.
224
225* *Permissions:* manage the user permission for this pool.
226
227ifdef::wiki[]
228
229See Also
230--------
231
232* link:/wiki/Central_Web-based_Management
233
234endif::wiki[]
235
236////
237TODO:
238
239VM, CT, Storage, Pool section
240
241////