sudo apt install libguestfs-tools python3-termcolor -y
pip3 install --break-system-packages --user -r requirements.txt
installs the required pip packages vs using os packages
sudo pvesh create /access/users/root@pam/token/kopsrox
sudo pveum acl modify / --roles Administrator --user root@pam --token 'root@pam!kopsrox'
Take a note of the token as you will need this for kopsrox.ini
or check out CONFIG.md
run ./kopsrox.py
and an example kopsrox.ini will be generated - you will need to edit this for your setup
check out CONFIG.md