Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Proxmox Cookbook
Proxmox Cookbook

Proxmox Cookbook: Over 60 hands-on recipes to perform server virtualization and manage virtualized server solutions with Proxmox

eBook
Mex$631.99 Mex$902.99
Paperback
Mex$1128.99
Subscription
Free Trial

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing
Table of content icon View table of contents Preview book icon Preview Book

Proxmox Cookbook

Chapter 2. Getting to Know the Proxmox GUI

In this chapter, we will cover the following topics:

  • Accessing the Proxmox GUI
  • Viewing styles
  • Accessing datacenter-specific menus
  • Accessing node-specific menus
  • Accessing KVM-specific menus
  • Accessing OpenVZ-specific menus

Introduction

This chapter is about getting to know the robust menu system available in Proxmox VE. We will get to see the Proxmox Graphical User Interface (GUI) where most of the management occurs in a graphical environment. Apart from some advanced configuration through CLI, such as Ceph cluster creation and container UBC configuration, most of the administrative tasks can be performed through the Proxmox GUI.

Accessing the Proxmox GUI

Proxmox GUI is a web-based management control panel, which can be accessed through any major web browser. In this recipe, we are going to see how to access both the desktop and mobile Proxmox GUI through a web browser.

Getting ready

This chapter assumes that you, the reader, have access to a Proxmox cluster to follow along. Refer to Chapter 1, Installing Proxmox, in this book to quickly set up a basic Proxmox node.

How to do it…

The Proxmox VE comes equipped with a web-based management system from where almost all aspects of a cluster or a single node can be controlled. The web GUI is accessible immediately after Proxmox is installed on a hardware platform. Use the following steps to access the Proxmox GUI:

  1. Type this URL into any browser to access the GUI with the format as: https://<any_node_ip/hostname>:8006.

    Note

    As of Proxmox VE 3.3, a mobile interface for the GUI is also available. Most mobile devices, such as tablets and smartphones, will automatically...

Viewing styles

In this recipe, we are going to see different viewing styles available in the Proxmox GUI.

Getting ready

We will start by logging in as a root user.

How to do it…

By default, the GUI is open with Server View. By clicking on the drop-down menu, as shown in the following figure, we can see the other types of views available:

How to do it…

Other view styles available to us are Folder View, Storage View, and Pool View.

How it works…

There are four viewing styles available in the Proxmox GUI:

  • Server View
  • Folder View
  • Storage View
  • Pool View

Displaying Server View

This is the most commonly used view among Proxmox users and is also used as a default in the GUI. The Server View viewing style displays all nodes individually along with their storages and any VMs or containers in them. With this view, it is easy to see which VM belongs to which node. As we can see from the following screenshot, with Server View it is easy to manage node by node:

Displaying Server View

Displaying Folder View

This view takes a categorized folder...

Accessing datacenter-specific menus

These are cluster-wide menus that do not pertain to any specific node or VM, such as users, backup, storage, and so on. Here are datacenter-specific menus:

  • Search
  • Summary
  • Options
  • Storage
  • Backup
  • Users
  • Groups
  • Pools
  • Permissions
  • Roles
  • Authentication
  • HA
  • Firewall
  • Support

Getting ready

Let us view a datacenter-specific menu by clicking on Datacenter from the viewing tree on the left-hand side of the GUI. Here is a screenshot of how the tabbed menu looks when Datacenter is selected:

Getting ready

How to do it…

Click on Datacenter from left navigation window, then click on the appropriate menu from the tabbed menu.

How it works…

Here are the details of each menu and their functions.

Datacenter | Search menu

This menu is for exactly what the name implies: to search for specific resources, such as nodes, VMs, pools, and so on. Type in the keyword in the search box, as shown in the following screenshot:

Datacenter | Search menu

The search box searches both the Type and Description column of the display. In the...

Accessing node-specific menus

These tabbed menus are only available when a node is selected. Here are the menus only accessible when a node is selected:

  • Search
  • Summary
  • Services
  • Network
  • DNS
  • Time
  • Syslog
  • Bootlog
  • Task History
  • UBC
  • Subscription
  • Firewall
  • Updates
  • Ceph

Getting ready

Any changes in a node-specific menu only affect the node itself and not the other nodes or the cluster itself.

How to do it…

Click on a specific node from the left navigation window to make the node-specific tabbed menu visible.

How it works…

Here are the details of each menu and their functions.

Node | Search menu

The function of this menu is same as the Datacenter | Search menu. It allows for the searching of resources, such as a VM or storage within the node.

Node | Summary menu

This menu displays the node status, such as node hardware information and resources, such as CPU, memory, and network bandwidth usage. Here is a screenshot of one of the nodes in our test cluster:

Node | Summary menu

Node | Services menu

This menu displays running services...

Accessing KVM-specific menus

These menus are available when a KVM-based virtual machine is selected on the Proxmox GUI. Any changes made through these tabbed menus affect the VM directly. The available tabbed menu for VMs are shown in the following screenshot:

Accessing KVM-specific menus

Here are the menus only accessible when a KVM-based VM is selected:

  • Summary
  • Hardware
  • Options
  • Task History
  • Monitor
  • Backup
  • Snapshots
  • Firewall
  • Permissions

Getting ready

Any changes in a KVM-specific menu only affect the KVM VM itself and not the other VMs.

How to do it…

Click on a KVM-based virtual machine from the left navigation window to make the node-specific tabbed menu visible.

How it works…

Here are the details of each menu and its functions.

KVM | Summary menu

This menu displays the VM information and resource status. Additionally, there is a Notes box in the VM summary page to enter VM-specific information by a user. Here is a screenshot of the Summary page with some notes added:

KVM | Summary menu

KVM | Hardware menu

This menu displays virtualized...

Introduction


This chapter is about getting to know the robust menu system available in Proxmox VE. We will get to see the Proxmox Graphical User Interface (GUI) where most of the management occurs in a graphical environment. Apart from some advanced configuration through CLI, such as Ceph cluster creation and container UBC configuration, most of the administrative tasks can be performed through the Proxmox GUI.

Left arrow icon Right arrow icon

Key benefits

  • Learn the process of installing, configuring, and managing Proxmox clusters
  • Explore ways of integrating various storage systems with Proxmox
  • Step-by-step and easy-to-learn instructions to build virtual environments of any size using Proxmox

Description

Proxmox VE's intuitive interface, high availability, and unique central management system puts it on par with the world’s best virtualization platforms. Its simplicity and high quality of service is what makes it the foremost choice for most system administrators. Starting with a step-by-step installation of Proxmox nodes along with an illustrated tour of Proxmox graphical user interface where you will spend most of your time managing a cluster, this book will get you up and running with the mechanisms of Proxmox VE. Various entities such as Cluster, Storage, and Firewall are also covered in an easy to understand format. You will then explore various backup solutions and restore mechanisms, thus learning to keep your applications and servers safe. Next, you will see how to upgrade a Proxmox node with a new release and apply update patches through GUI or CLI. Monitoring resources and virtual machines is required on an enterprise level, to maintain performance and uptime; to achieve this, we learn how to monitor host machine resources and troubleshoot common issues in the setup. Finally, we will walk through some advanced configurations for VM followed by a list of commands used for Proxmox and Ceph cluster through CLI. With this focused and detailed guide you will learn to work your way around with Proxmox VE quickly and add to your skillset.

Who is this book for?

This book is perfect for system administrators who want to learn to implement and administer Proxmox VE environments. Since this book will not cover the basics of Proxmox, a basic understanding of virtualization and networking with Proxmox VE is required.

What you will learn

  • Install and configure an enterprise grade, cluster-based virtual environment using Proxmox
  • Manage a cluster with Graphical User Interface using datacenter, node, KVM, and OpenVZ menus among others
  • Learn different ways of configuring your network and clusters to create complex cloud services
  • Configure and manage the built-in Proxmox firewall to protect your virtual environment
  • Integrate storage systems such as Ceph, Sheepdog, and ZFS for virtual machine management to suit your business needs
  • Backup and restore your data via stop suspend, and snapshot modes
  • Upgrade a Proxmox node with new releases and apply update patches through GUI or CLI
  • Monitor the resources and virtual machines to maintain performance and uptime
  • Explore commands used for Proxmox and Ceph cluster through CLI

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Aug 28, 2015
Length: 318 pages
Edition : 1st
Language : English
ISBN-13 : 9781783980901
Vendor :
Proxmox
Tools :

What do you get with a Packt Subscription?

Free for first 7 days. $19.99 p/m after that. Cancel any time!
Product feature icon Unlimited ad-free access to the largest independent learning library in tech. Access this title and thousands more!
Product feature icon 50+ new titles added per month, including many first-to-market concepts and exclusive early access to books as they are being written.
Product feature icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Product feature icon Thousands of reference materials covering every tech concept you need to stay up to date.
Subscribe now
View plans & pricing

Product Details

Publication date : Aug 28, 2015
Length: 318 pages
Edition : 1st
Language : English
ISBN-13 : 9781783980901
Vendor :
Proxmox
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Mex$85 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just Mex$85 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total Mex$ 3,138.97
Learning Proxmox VE
Mex$1004.99
Proxmox High Availability
Mex$1004.99
Proxmox Cookbook
Mex$1128.99
Total Mex$ 3,138.97 Stars icon
Banner background image

Table of Contents

12 Chapters
1. Installing Proxmox Chevron down icon Chevron up icon
2. Getting to Know the Proxmox GUI Chevron down icon Chevron up icon
3. Cluster and VM Management Chevron down icon Chevron up icon
4. Network Configurations Chevron down icon Chevron up icon
5. Firewall Configurations Chevron down icon Chevron up icon
6. Storage Configurations Chevron down icon Chevron up icon
7. Backup and Restore Chevron down icon Chevron up icon
8. Updating and Upgrading Proxmox Chevron down icon Chevron up icon
9. Monitoring Proxmox Chevron down icon Chevron up icon
10. Advanced Configurations for VMs Chevron down icon Chevron up icon
11. The CLI Command Reference Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Top Reviews
Rating distribution
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
(7 Ratings)
5 star 57.1%
4 star 14.3%
3 star 14.3%
2 star 0%
1 star 14.3%
Filter icon Filter
Top Reviews

Filter reviews by




Jeronimo R. Feb 04, 2016
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Thank Uncle Wasim :-)
Amazon Verified review Amazon
donmay Sep 10, 2015
Full star icon Full star icon Full star icon Full star icon Full star icon 5
Before this book came out i had been anticipating it for long,,,And it definately lived up to my expectations...The approach taken towards understanding proxmox especially the newly built in firewall interface for each vm was very much appreciated...Thank you very much
Amazon Verified review Amazon
Woody Aug 05, 2022
Full star icon Full star icon Full star icon Full star icon Full star icon 5
This book came along for me after I had already jumped into the Proxmox scene. This book helped fill in the detail gaps like mortar with bricks.I love the examples and plan to start building more right away!
Amazon Verified review Amazon
Client Amazon Sep 14, 2015
Full star icon Full star icon Full star icon Full star icon Full star icon 5
I bought this book after managing 2 Proxmox host for about 2 years. So far I was able to find out what I needed in the Proxmox forum. But I realized that it was less and less efficient. So I was looking for a good reference where I could find answers quickly. I was attracted by the sub title: Quick answers to common problems.As a summary I warmly recommend the book especially for 2 topics that are really well described: Network and Storage.The first chapters are ok for a reference but I have to admit that they were not very useful for me.Then comes the Network chapter. What is well done there is that the simple cases are addressed first but also more complex cases are well covered, very applicable and were very inspiring for my case. Diagrams are particularly clear and explicit.The storage chapter share the same qualities. For me the storage model of Proxmox, its flexibility and diversity, its management through a rich GUI is a quite unique strength. I had already read a lot on it. Here it is synthesized with the right level of abstraction. It was very useful for me to architect the right solution for my future setup.Finally some very good points in the last chapters like for instance the recommendation for update and upgrade that is one of the most stressful moment for an admin.Now some points that I would personally change:NFS with ZFS: adding a nice drawing (a la networking drawings) would be a real plusAbout FreeNAS, I would not encourage to talk about a VM install even only to learn, this is a real bad setup and could lead to real losses.About Firewall also I would not recommend to use the Proxmox one. With no custom macro, it could lead some people for instance to stay on port 22 for ssh which is not a good thing at all.And a very detail but that would be very helpful for people doing cut and paste of the shell commands from the book to a terminal: remove the starting # so we can select the full line very fast and paste, especially sometime there is no spacing with the first useful symbol.
Amazon Verified review Amazon
bkrateku Jun 21, 2016
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
I need to get back and dive into this further, but it did get me out of some binds early on, which really helped. If you don't know anything about Proxmox, this appears to be a good one to have.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

What is included in a Packt subscription? Chevron down icon Chevron up icon

A subscription provides you with full access to view all Packt and licnesed content online, this includes exclusive access to Early Access titles. Depending on the tier chosen you can also earn credits and discounts to use for owning content

How can I cancel my subscription? Chevron down icon Chevron up icon

To cancel your subscription with us simply go to the account page - found in the top right of the page or at https://subscription.packtpub.com/my-account/subscription - From here you will see the ‘cancel subscription’ button in the grey box with your subscription information in.

What are credits? Chevron down icon Chevron up icon

Credits can be earned from reading 40 section of any title within the payment cycle - a month starting from the day of subscription payment. You also earn a Credit every month if you subscribe to our annual or 18 month plans. Credits can be used to buy books DRM free, the same way that you would pay for a book. Your credits can be found in the subscription homepage - subscription.packtpub.com - clicking on ‘the my’ library dropdown and selecting ‘credits’.

What happens if an Early Access Course is cancelled? Chevron down icon Chevron up icon

Projects are rarely cancelled, but sometimes it's unavoidable. If an Early Access course is cancelled or excessively delayed, you can exchange your purchase for another course. For further details, please contact us here.

Where can I send feedback about an Early Access title? Chevron down icon Chevron up icon

If you have any feedback about the product you're reading, or Early Access in general, then please fill out a contact form here and we'll make sure the feedback gets to the right team. 

Can I download the code files for Early Access titles? Chevron down icon Chevron up icon

We try to ensure that all books in Early Access have code available to use, download, and fork on GitHub. This helps us be more agile in the development of the book, and helps keep the often changing code base of new versions and new technologies as up to date as possible. Unfortunately, however, there will be rare cases when it is not possible for us to have downloadable code samples available until publication.

When we publish the book, the code files will also be available to download from the Packt website.

How accurate is the publication date? Chevron down icon Chevron up icon

The publication date is as accurate as we can be at any point in the project. Unfortunately, delays can happen. Often those delays are out of our control, such as changes to the technology code base or delays in the tech release. We do our best to give you an accurate estimate of the publication date at any given time, and as more chapters are delivered, the more accurate the delivery date will become.

How will I know when new chapters are ready? Chevron down icon Chevron up icon

We'll let you know every time there has been an update to a course that you've bought in Early Access. You'll get an email to let you know there has been a new chapter, or a change to a previous chapter. The new chapters are automatically added to your account, so you can also check back there any time you're ready and download or read them online.

I am a Packt subscriber, do I get Early Access? Chevron down icon Chevron up icon

Yes, all Early Access content is fully available through your subscription. You will need to have a paid for or active trial subscription in order to access all titles.

How is Early Access delivered? Chevron down icon Chevron up icon

Early Access is currently only available as a PDF or through our online reader. As we make changes or add new chapters, the files in your Packt account will be updated so you can download them again or view them online immediately.

How do I buy Early Access content? Chevron down icon Chevron up icon

Early Access is a way of us getting our content to you quicker, but the method of buying the Early Access course is still the same. Just find the course you want to buy, go through the check-out steps, and you’ll get a confirmation email from us with information and a link to the relevant Early Access courses.

What is Early Access? Chevron down icon Chevron up icon

Keeping up to date with the latest technology is difficult; new versions, new frameworks, new techniques. This feature gives you a head-start to our content, as it's being created. With Early Access you'll receive each chapter as it's written, and get regular updates throughout the product's development, as well as the final course as soon as it's ready.We created Early Access as a means of giving you the information you need, as soon as it's available. As we go through the process of developing a course, 99% of it can be ready but we can't publish until that last 1% falls in to place. Early Access helps to unlock the potential of our content early, to help you start your learning when you need it most. You not only get access to every chapter as it's delivered, edited, and updated, but you'll also get the finalized, DRM-free product to download in any format you want when it's published. As a member of Packt, you'll also be eligible for our exclusive offers, including a free course every day, and discounts on new and popular titles.