Skip to content

Instantly share code, notes, and snippets.

@kdmukai
Last active June 16, 2024 01:56
Show Gist options
  • Save kdmukai/8255ddb47dcbf544f3167c83afebbaa3 to your computer and use it in GitHub Desktop.
Save kdmukai/8255ddb47dcbf544f3167c83afebbaa3 to your computer and use it in GitHub Desktop.
Create basic Proxmox Debian 12 CT

Create new CT

General

  • CT ID: I keep these sequential and mappable to their LAN ip (e.g.: CT ID 201 -> 19.2.168.1.201)
  • Hostname: what Proxmox will call it (e.g. "bitcoind")
  • Password: VM's root password

Template

Use the standard Debian 12 template. If you haven't already downloaded it:

Go to the "local" drive in the Proxmox UI, "CT Templates" -> "Templates" and add if needed.

Disks

  • Storage: the "system" drive for the VM: local-lvm
  • Disk size: important data will go elsewhere so this just needs enough to run the "system" drive; 2-8 GB. Can resize the volume after the fact.

CPU & Memory

Can be adjusted later

Network

  • Set a static IPv4/CIDR: e.g. 192.168.1.201/24
  • Gateway: router's IP on the LAN (e.g. 192.168.1.254)

DNS

  • server: 8.8.8.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment