Admin

Connect

https://10.10.12.238:8006/ Login: 1Pass ludus1 - root

ssh sysadmin@10.10.12.238

Login: 1Pass ludus1 - sysadmin

ludus CLI

 export LUDUS_API_KEY='ludusadmin.<token>'

Login: 1Pass ludus1 - apikey

Setup

  1. Install Debian 13 Trixie
  2. Install Proxmox
    1. https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_13_Trixie
vim /etc/hosts
 
10.10.12.238     ludus1
10.10.12.237     ludus2
 
 
cat > /etc/apt/sources.list.d/pve-install-repo.sources << EOL
Types: deb
URIs: http://download.proxmox.com/debian/pve
Suites: trixie
Components: pve-no-subscription
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
EOL
 
wget https://enterprise.proxmox.com/debian/proxmox-archive-keyring-trixie.gpg -O /usr/share/keyrings/proxmox-archive-keyring.gpg
 
apt modernize-sources
apt update && apt full-upgrade
apt install proxmox-default-kernel
systemctl reboot
 
 
apt install proxmox-ve postfix open-iscsi chrony
apt remove linux-image-amd64 'linux-image-6.12*'
update-grub
 
apt remove os-prober
  1. Setup clustering
    1. https://pve.proxmox.com/wiki/Cluster_Manager
  2. Setup SDN VXLAN
    1. SDN > Create
    2. https://pve.proxmox.com/pve-docs/chapter-pvesdn.html
  3. Setup Ceph
    1. https://pve.proxmox.com/wiki/Deploy_Hyper-Converged_Ceph_Cluster
parted /dev/nvme0n1
(parted) unit s print free                                                
Model: Samsung SSD 970 EVO Plus 1TB (nvme)
Disk /dev/nvme0n1: 1953525168s
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags: 
 
Number  Start       End          Size         File system     Name  Flags
        34s         2047s        2014s        Free Space
 1      2048s       2000895s     1998848s     fat32                 boot, esp
 2      2000896s    252000895s   250000000s   ext4
        252000896s  252002303s   1408s        Free Space
 3      252002304s  261767167s   9764864s     linux-swap(v1)        swap
        261767168s  1953525134s  1691757967s  Free Space
 
(parted) mkpart primary ext4 261767168s
End?                                                                      
End? 1953525134s
(parted) quit
 
lsblk
 
pveceph osd create /dev/nvme0n1p4