I would like to add a different method to add hostnames so they don't have to be the same as the VMID but atm I'm too stupid for that xD
Version 1.0
#!/bin/bash
for VMID in {126..127}
do
pct clone 118 $VMID --full
pct set $VMID --hostname P2P0$VMID
pct start $VMID
done