Use Raspberry Pi as VDI Thinclient for Proxmox VMs. Easy to setup and work perfectly.
I wanted to to try setting this up after visiting my local library. They have 10 computers with HP Thinclients. So i started to wornder if i can setup something like this for my home use.
- VDI Client script:
https://links.themrp.tech/pvevdiclient
- Chapters
00:00 Intro
00:55 VMs setup explained
04:25 Setting up user
05:56 Setting up RPi and VDI Client
18:48 Setting up Autostart VDI client
23:56 The end chat
- Commands
Update and upgrade
sudo apt update && sudo apt upgrade -y
Install LXDE Desktop GUI and Python
sudo apt install xserver-xorg lxde-core lxappearance python3-pip python3-tk virt-viewer git -y
pip3 install proxmoxer
pip3 install PySimpleGUI
pip3 install requests
Clone VDI-Client repo
sudo git clone https://github.com/joshpatten/PVE-VDIClient.git &&
Make vdiclient.py executable
cd ~/PVE-VDIClient && sudo chmod +x vdiclient.py
PXE-Book RPI https://youtu.be/G5BhQqRLN4A
#proxmox
#homelab
#thinclient
#raspberrypi