You are here
Turnkey Linux on Proxmox Virtual Environment (aka TKL on PVE)
This page is designed to make the PVE learning curve less "jumpy" and more "exploratory".
If you are new to Proxmox, simply follow the path outlined below, do as much reading as you can, and you should be fine in a short time. If you are also completely new to Turnkey linux then here is a good place to start.
Things to know for a smooth installation
Quick reading before install (an old documentation that will give you some understanding and a of the few concepts and paradigms used by PVE).
More to come ...
First time log-in.
When I was presented with the login page, I wondered which option I should choose. You can understand the matter by reading "Authentication realms". Linux PAM standard authentication realm is the authentication mechanism used by any Debian systems to authenticate users locally (in this case, the PVE host OS).
Understanding the interface.
Read Proxmox VE 2.0 – Introducing the new management interface.
This article covers:
- the panes
- the 3 different views
- the "Datacenter": what you need to select in order to manage the global settings of your PVE Infrastructure
- hosts: the individual virtualized computer systems
- the "Task History" at the bottom of the page
- console connection from the web management interface
- VM creation from the interface
Virtual disk types
- IDE
- SCSI
- VIRTIO is the fastest disk controller on PVE. You can use it by downloading the specially created drivers.
Virtual disk formats
- qcow2's occupies only the space its contents needs, and grows untill it reaches its maximum limit
- raw uses a file of a fixed size and reseves the space allocated regardless of what it content is. This is he fastest
- vmdk is used for VMware compatibility and grows like qcow2.
You can read more on Proxmox from here, and in this library.