]> git.proxmox.com Git - pve-docs.git/blame - pve-gui.adoc
local-zfs.adoc: s/a/an/
[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
DM
8{pve} is simple. There is no need to install a separate management
9tool, everything can be done via your web browser (Latest Firefox and
10Google Chrome is preferred). To access VM/CT console, a built in HTML5
11console is used. As alternative, SPICE can be used.
c5eadcbd
WL
12
13As we use Proxmox Cluster file system (pmxcfs),you can connect to any
14node to manage the whole cluster.
15
16To use the Central Web-based Management, you need a modern browser,
17this includes:
18
19* Firefox, a release from the current year, or the latest Enterprise
20* Support Release Chrome, a release from the current year
21* Microsoft currently supported versions of Edge Browser
22* Apple currently supported versions of Safari
23
24If {pve} detect you're connecting from a mobile device, you will
25redirected to a light weight touch based UI.
26
27The web interface can be reached via https://youripaddress:8006
28(default login is: root, the password is specified during the
29installation).
30
31
813e4036 32Features
4736f1bc 33--------
c5eadcbd
WL
34
35* Seamless integration and management of Proxmox VE 4.x Cluster
36* AJAX technologies for dynamic updates of resources
37* Secure access to all Virtual Machines and Containers via SSL encryption (https)
38* Fast search-driven interface, capable of handling hundreds and probably thousands of VMs
39* Secure HTML5 console or SPICE
40* Role based permission management for all objects (VMs, storages, nodes, etc.)
41* Support for multiple authentication sources (e.g. local, MS ADS, LDAP, ...)
42* Two-Factor Authentication
43* Proxmox VE Firewall
44* Based on Ext JS 6.x JavaScript framework
45
46
813e4036
DM
47GUI Overview
48------------
c5eadcbd 49
f9c4114c 50[thumbnail="gui-datacenter-summary.png"]
c5eadcbd 51
6db8976c 52The GUI has 3 sections:
c5eadcbd 53
6db8976c
DC
54* On the left side is the navigation bar. On the top, you can select one of 4
55 views. Those views change the structure of the tree below. The default
56 selection is *Server View* and it has the following 4 types of elements.
c5eadcbd
WL
57** Datacenter: contains all the settings belonging to all machines.
58** Nodes: represent the host where the VM/CT runs on. It is named like
59 the hostname. Normally the name was set by the installation.
6db8976c 60** Entity: can be a VM, container, a template or a storage.
c5eadcbd
WL
61** Logical pools: it is possible to group entities to a group for easy management.
62* On the right side is the main management center, where all content
63 of the selected entity form the navigation bar is shown.
64* On the bottom is the task log section, where all tasks are shown.
65
1a497fa7 66
4736f1bc 67Dataceter Level
76bb3600 68---------------
1a497fa7 69
f9c4114c
DM
70[thumbnail="gui-datacenter-search.png"]
71
6db8976c 72On the datacenter level you can access cluster wide settings and information.
1a497fa7
WL
73
74* *Search:* it is possible to search anything in cluster
75,this can be a node, VM, Container, Storage or a pool.
76
7ec90af3 77* *Summary:* gives a brief overview over the cluster health.
1a497fa7
WL
78
79* *Options:* can show and set defaults, which apply cluster wide.
80
81* *Storage:* is the place where a storage will add/managed/removed.
82
83* *Backup:* has the capability to schedule Backups. This is
84 cluster wide, so you do not care about where the VM/Container are on
85 your cluster at schedule time.
86
87* *Permissions:* will manage user and group permission, LDAP,
88 MS-AD and Two-Factor authentication can be setup here.
89
90* *HA:* will manage the {pve} High-Availability
91
92* *Firewall:* on this level the Proxmox Firewall works cluster wide and
93 makes templates which are cluster wide available.
94
95* *Support:* here you get all information about your support subscription.
96
97If you like to have more information about this see the corresponding chapter.
98
c8a14dea 99
4736f1bc 100Node Level
76bb3600 101----------
c8a14dea 102
f9c4114c 103[thumbnail="gui-node-summary.png"]
c8a14dea
WL
104
105All belongs of a node can be managed at this level.
106
107* *Search:* it is possible to search anything on the node,
108 this can be a VM, Container, Storage or a pool.
109
7ec90af3 110* *Summary:* gives a brief overview over the resource usage.
c8a14dea
WL
111
112* *Shell:* log you in the shell of the node.
113
6db8976c 114* *System:* is for configuring the network, dns and time, and also shows your syslog.
c8a14dea 115
7ec90af3 116* *Updates:* will upgrade the system and informs you about new packets.
c8a14dea
WL
117
118* *Firewall:* on this level is only for this node.
119
120* *Disk:* gives you an brief overview about you physical hard drives and
7ec90af3 121 how they are used.
c8a14dea
WL
122
123* *Ceph:* is only used if you have installed a Ceph sever on you
7ec90af3
DC
124 host. Then you can manage your Ceph cluster and see the status
125 of it here.
c8a14dea
WL
126
127* *Task History:* here all past task are shown.
128
129* *Subscription:* here you can upload you subscription key and get a
130 system overview in case of a support case.
131
c5eadcbd
WL
132ifdef::wiki[]
133
134See Also
4736f1bc 135--------
c5eadcbd
WL
136
137* link:/wiki/Central_Web-based_Management
138
139endif::wiki[]
813e4036 140
c5eadcbd
WL
141////
142TODO:
143
813e4036 144VM, CT, Storage, Pool section
c5eadcbd
WL
145
146////