Proxmox: force deletion of a virtual machine

In this tutorial, I will explain how to delete a virtual machine from the command line that cannot be deleted through the GUI. To perform a test I mounted a CIFS storage where I added a virtual machine, once the test was done I deleted the storage in Proxmox without removing the VM. When I …

Read more

Proxmox: migrate a virtual machine into two servers

In this tutorial, we will see how to move / migrate a virtual machine between two Proxmox servers. In order to be able to move a virtual machine between two Proxmox servers, the servers must be members of the same cluster (Datacenter). In this tutorial, we will move VM 103 which is located on server …

Read more

Proxmox: change the storage of a virtual disk

In this tutorial, we will see how to change the location of a virtual disk of a virtual machine or an LXC container. To illustrate this tutorial, we will change the storage location of the virtual disk of VM 103. As we can see, the disk is on local-vm storage. If we look in the …

Read more

Guacamole: delegate authentication to Keycloak with OpenID

Presentation In this tutorial, I’ll walk you through how to configure Guacamole to use Keycloak with OpenID to authenticate users. Using Keycloak with Guacamole will give us additional features such as: With Keycloak and OpenID, there are two ways to manage users in Guacamole: In this tutorial, I’ll cover both. Concerning the environment Guacamole and …

Read more

Proxmox: create an LXC container

In this tutorial, we will see how to create an LXC container on Proxmox. Overview of LXC LXC which allows container management on Linux. Like any containerization system, LXC containers share resources with the host that hosts them here Promox. LXC has the advantage of being much lighter than a virtual machine but having the …

Read more

Proxmox: create a virtual machine

In this tutorial, I will show how to create a virtual computer (VM) from the Proxmox administration web interface. Create a virtual machine on Proxmox From the Web interface, go to the Proxmox server where you want to create the virtual computer and click on the Create VM 1 button. Enter the name 1 of …

Read more

Proxmox: replication of VMs between 2 Proxmox servers

In this tutorial, we will see how to set up the replication of a virtual machine or an LXD container between two Proxmox servers. Overview of Replication Proxmox allows you to set up the replication of virtual machine disks between two Proxmox servers which are members of the same cluster (Datacenter). Replication is carried out …

Read more

Proxmox: use ZFS as a storage system

In this tutorial, we will see how to use ZFS as a storage system on Proxmox. What is ZFS? Before starting this tutorial, we will see what ZFS (Zettabyte File System) is. In reality ZFS is a file system, but as you will see in its presentation, ZFS is much more than that, it is …

Read more

Proxmox: quorum configuration with a cluster of 2 servers

In this tutorial, I will explain how to configure quorum with a Proxmox cluster composed of two servers. Before starting this tutorial, we will talk about Quorum. What is Quorum Here is a brief definition of Quorum: it is the minimum number of voters necessary in an assembly to make a decision. Transposed into computing …

Read more

GLPI 10: automatic actions configuration

Dans ce tutoriel, je vais vous expliquer comment configurer les actions automatiques dans GLPI 10. Overview of automatic actions in GLPI To carry out certain background actions such as email notifications, collection of messages for ticket generation, various maintenance tasks, etc. GLPI 10 uses automatic actions also called cron. Automatic actions are executed with two …

Read more