#4,783 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Mastering Proxmox - Third Edition: Build virtualized environments using the Proxmox VE hypervisor

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Mastering Proxmox - Third Edition: Build virtualized environments using the Proxmox VE hypervisor. Here are the top ones.

Mastering Proxmox - Third Edition: Build virtualized environments using the Proxmox VE hypervisor
Buying options
View on Amazon.com
or
Specs:
Height9.25 Inches
Length7.5 Inches
Number of items1
Release dateNovember 2017
Weight1.85 Pounds
Width1.12 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Mastering Proxmox - Third Edition: Build virtualized environments using the Proxmox VE hypervisor:

u/itsbentheboy ยท 6 pointsr/Proxmox

If you're asking for a book to get you rolling from complete novice, to mostly an expert, then i highly recommend Mastering Proxmox, 3rd Edition, by Wasim Ahmed

To answer your other specific questions:

> Is it easy to control my Proxmox (create and start new VMs etc.) by remote control

Yes. Proxmox is a Debian based linux distribution. If you're familiar with debian, proxmox should feel nearly identical.

It has no GUI, but does have a web interface. You can easily manage the machine and all your VM's on it remotely by accessing your LAN through a VPN. I run my VPN on a virtual machine hosted on Proxmox.

SSH is also an option, but you should still use a VPN for this as well.

> My day to day driver is a KDE NEON machine with VirtMan installed. Can it control my proxmox machine?

VirtMan is a tool used to control QEMU Virtual machines on your local machine, or on a remote machine.

While you could potentially use this to control your VM's on proxmox with a little hacking, i would recommend sticking to the CLI or Web Interface that proxmox provides instead.