Help with storage

sammeeeeeee

New Member
May 11, 2024
4
1
3
Hi,

I'm pretty new to ZFS. My disks are full, and I'm not 100% sure why. My set up is 2 of the same size disks (480G) in a mirror. I also had a disk for backups as well but currently I've had to unplug that.

Status:

Bash:
root@pxmx01:~# zpool status -v rpool
  pool: rpool
 state: ONLINE
  scan: scrub repaired 0B in 00:31:30 with 0 errors on Sun May 12 00:55:32 2024
config:

        NAME                                                  STATE     READ WRITE CKSUM
        rpool                                                 ONLINE       0     0     0
          mirror-0                                            ONLINE       0     0     0
            ata-LK0480GFJSK_BTHC72100BS4480MGN-part3          ONLINE       0     0     0
            ata-KINGSTON_SA400S37480G_50026B72832514CA-part3  ONLINE       0     0     0

ZFS List

Bash:
root@pxmx01:~# zfs list
NAME                           USED  AVAIL  REFER  MOUNTPOINT
rpool                          420G  10.2G   104K  /rpool
rpool/ROOT                     330G  10.2G    96K  /rpool/ROOT
rpool/ROOT/pve-1               330G  10.2G   330G  /
rpool/data                    78.2G  10.2G   104K  /rpool/data
rpool/data/subvol-107-disk-0  1.75G  6.25G  1.75G  /rpool/data/subvol-107-disk-0
rpool/data/vm-101-disk-0      1.55G  10.2G  1.55G  -
rpool/data/vm-102-disk-0      34.5G  10.2G  34.5G  -
rpool/data/vm-103-disk-0        84K  10.2G    84K  -
rpool/data/vm-103-disk-1      16.1G  10.2G  16.1G  -
rpool/data/vm-103-disk-2        64K  10.2G    64K  -
rpool/data/vm-104-disk-0      19.2G  10.2G  19.2G  -
rpool/data/vm-105-disk-0      4.98G  10.2G  4.34G  -
rpool/data/vm-106-disk-0        56K  10.2G    56K  -
rpool/var-lib-vz              11.9G  10.2G  11.9G  /var/lib/vz

From here I see rpool/ROOT/pve-1 is taking up 330G. Its not the VM disks, as they are under rpool/data.

So I went to that directory and

Bash:
root@pxmx01:~# cd /rpool/ROOT/pve-1
root@pxmx01:/rpool/ROOT/pve-1# du -h -x -d1 /
512     /media
512     /home
3.7M    /etc
328G    /backup
2.0G    /usr
186M    /var
69K     /root
512     /opt
1.0K    /backups
512     /srv
2.0K    /mnt
29K     /tmp
296M    /boot
330G    /

And the culprit:


Bash:
root@pxmx01:/rpool/ROOT/pve-1# du -h -x -d1 /backup/dump/
328G    /backup/dump/

However, I'm not sure where to go from here. I'm a little confused as to what this directory is (surprisingly couldn't find any info in google), and how it can take up so much space, as the sum of it + my VM's disks are greater than the size of my disk. So, all in all, I'm confused.

Thanks in advance, Sam.
 
check whats in there.
check your storage configuration in procmox cluster section, that directory must be used somewhere there, or check your crontab.

But in "dump" folders are usually Backups, i think images too, but unsure.
 
  • Like
Reactions: sammeeeeeee
Thanks for the fast response, Ramalama!

check whats in there.
Sorry - I'm pretty new to all this and I'm not sure how to see what's in there (the usual ls etc doesn't work).

check your storage configuration in procmox cluster section, that directory must be used somewhere there, or check your crontab.
It's not a cluster. I've been through the GUI to try ID but I couldn't find anything.

But in "dump" folders are usually Backups, i think images too, but unsure.
As far as I'm aware, the backups where going to another disk, and I disabled backups before removing it. I don't have a lot of images either (I'm assuming you mean ISO's - VM disks afaik are under /rpool/data.
 
  • Like
Reactions: BobhWasatch
- ls -lah /backup/dump/*
- You dont need a Cluster, just Check the Storage category und the Cluster View (The Cluster View is the first item in the GUI, above your Server)

- If you're sure that there can't be anything, you can remove that folder, but check first what there is in it.
 
  • Like
Reactions: justinclift
Thanks!
ls -lah /backup/dump/*

Bash:
root@pxmx01:~# ls -lah /backup/dump/*
-rw-r--r-- 1 root root  950 May  5 07:08 /backup/dump/vzdump-lxc-107-2024_05_05-07_05_28.log
-rw-r--r-- 1 root root 263M May  5 07:08 /backup/dump/vzdump-lxc-107-2024_05_05-07_05_28.tar.zst
-rw-r--r-- 1 root root   12 May  5 07:08 /backup/dump/vzdump-lxc-107-2024_05_05-07_05_28.tar.zst.notes
-rw-r--r-- 1 root root  953 May  6 07:14 /backup/dump/vzdump-lxc-107-2024_05_06-07_12_55.log
-rw-r--r-- 1 root root 638M May  6 07:14 /backup/dump/vzdump-lxc-107-2024_05_06-07_12_55.tar.zst
-rw-r--r-- 1 root root   14 May  6 07:14 /backup/dump/vzdump-lxc-107-2024_05_06-07_12_55.tar.zst.notes
-rw-r--r-- 1 root root  953 May  7 07:18 /backup/dump/vzdump-lxc-107-2024_05_07-07_18_04.log
-rw-r--r-- 1 root root 638M May  7 07:18 /backup/dump/vzdump-lxc-107-2024_05_07-07_18_04.tar.zst
-rw-r--r-- 1 root root   14 May  7 07:18 /backup/dump/vzdump-lxc-107-2024_05_07-07_18_04.tar.zst.notes
-rw-r--r-- 1 root root 1.9K Mar 30 13:12 /backup/dump/vzdump-qemu-101-2024_03_30-13_11_57.log
-rw-r--r-- 1 root root 1.1G Mar 30 13:12 /backup/dump/vzdump-qemu-101-2024_03_30-13_11_57.vma.zst
-rw-r--r-- 1 root root    7 Mar 30 13:12 /backup/dump/vzdump-qemu-101-2024_03_30-13_11_57.vma.zst.notes
-rw-r--r-- 1 root root 2.4K Apr 14 06:00 /backup/dump/vzdump-qemu-101-2024_04_14-06_00_04.log
-rw-r--r-- 1 root root 1.1G Apr 14 06:00 /backup/dump/vzdump-qemu-101-2024_04_14-06_00_04.vma.zst
-rw-r--r-- 1 root root    7 Apr 14 06:00 /backup/dump/vzdump-qemu-101-2024_04_14-06_00_04.vma.zst.notes
-rw-r--r-- 1 root root 2.4K Apr 21 06:00 /backup/dump/vzdump-qemu-101-2024_04_21-06_00_03.log
-rw-r--r-- 1 root root 1.1G Apr 21 06:00 /backup/dump/vzdump-qemu-101-2024_04_21-06_00_03.vma.zst
-rw-r--r-- 1 root root    7 Apr 21 06:00 /backup/dump/vzdump-qemu-101-2024_04_21-06_00_03.vma.zst.notes
-rw-r--r-- 1 root root 2.5K Apr 28 06:00 /backup/dump/vzdump-qemu-101-2024_04_28-06_00_06.log
-rw-r--r-- 1 root root 1.2G Apr 28 06:00 /backup/dump/vzdump-qemu-101-2024_04_28-06_00_06.vma.zst
-rw-r--r-- 1 root root    7 Apr 28 06:00 /backup/dump/vzdump-qemu-101-2024_04_28-06_00_06.vma.zst.notes
-rw-r--r-- 1 root root 3.0K May  5 06:00 /backup/dump/vzdump-qemu-101-2024_05_05-06_00_02.log
-rw-r--r-- 1 root root 1.1G May  5 06:00 /backup/dump/vzdump-qemu-101-2024_05_05-06_00_02.vma.zst
-rw-r--r-- 1 root root   12 May  5 06:00 /backup/dump/vzdump-qemu-101-2024_05_05-06_00_02.vma.zst.notes
-rw-r--r-- 1 root root 2.8K May  7 06:00 /backup/dump/vzdump-qemu-101-2024_05_07-06_00_04.log
-rw-r--r-- 1 root root 1.1G May  7 06:00 /backup/dump/vzdump-qemu-101-2024_05_07-06_00_04.vma.zst
-rw-r--r-- 1 root root   18 May  7 06:00 /backup/dump/vzdump-qemu-101-2024_05_07-06_00_04.vma.zst.notes
-rw-r--r-- 1 root root 2.5K May  8 06:00 /backup/dump/vzdump-qemu-101-2024_05_08-06_00_04.log
-rw-r--r-- 1 root root 1.1G May  8 06:00 /backup/dump/vzdump-qemu-101-2024_05_08-06_00_04.vma.zst
-rw-r--r-- 1 root root   18 May  8 06:00 /backup/dump/vzdump-qemu-101-2024_05_08-06_00_04.vma.zst.notes
-rw-r--r-- 1 root root 2.6K May  9 06:01 /backup/dump/vzdump-qemu-101-2024_05_09-06_00_01.log
-rw-r--r-- 1 root root 1.1G May  9 06:01 /backup/dump/vzdump-qemu-101-2024_05_09-06_00_01.vma.zst
-rw-r--r-- 1 root root   18 May  9 06:01 /backup/dump/vzdump-qemu-101-2024_05_09-06_00_01.vma.zst.notes
-rw-r--r-- 1 root root 5.9K Mar 30 08:26 /backup/dump/vzdump-qemu-102-2024_03_30-08_00_40.log
-rw-r--r-- 1 root root  28G Mar 30 08:26 /backup/dump/vzdump-qemu-102-2024_03_30-08_00_40.vma.zst
-rw-r--r-- 1 root root   10 Mar 30 08:26 /backup/dump/vzdump-qemu-102-2024_03_30-08_00_40.vma.zst.notes
-rw-r--r-- 1 root root  428 Mar 30 10:09 /backup/dump/vzdump-qemu-102-2024_03_30-10_00_40.log
-rw-r--r-- 1 root root 1.3K Mar 30 13:13 /backup/dump/vzdump-qemu-102-2024_03_30-13_12_24.log
-rw-r--r-- 1 root root  177 Apr 18 07:46 /backup/dump/vzdump-qemu-102-2024_04_18-07_46_30.log
-rw-r--r-- 1 root root 6.0K Apr 26 06:29 /backup/dump/vzdump-qemu-102-2024_04_26-06_00_40.log
-rw-r--r-- 1 root root  27G Apr 26 06:27 /backup/dump/vzdump-qemu-102-2024_04_26-06_00_40.vma.zst
-rw-r--r-- 1 root root   10 Apr 26 06:27 /backup/dump/vzdump-qemu-102-2024_04_26-06_00_40.vma.zst.notes
-rw-r--r-- 1 root root 3.8K Apr 27 06:21 /backup/dump/vzdump-qemu-102-2024_04_27-06_00_41.log
-rw-r--r-- 1 root root  754 Apr 28 06:00 /backup/dump/vzdump-qemu-102-2024_04_28-06_00_45.log
-rw-r--r-- 1 root root 6.9K May  5 06:39 /backup/dump/vzdump-qemu-102-2024_05_05-06_00_59.log
-rw-r--r-- 1 root root  25G May  5 06:37 /backup/dump/vzdump-qemu-102-2024_05_05-06_00_59.vma.zst
-rw-r--r-- 1 root root   14 May  5 06:37 /backup/dump/vzdump-qemu-102-2024_05_05-06_00_59.vma.zst.notes
-rw-r--r-- 1 root root 7.1K May  6 06:51 /backup/dump/vzdump-qemu-102-2024_05_06-06_01_01.log
-rw-r--r-- 1 root root  25G May  6 06:46 /backup/dump/vzdump-qemu-102-2024_05_06-06_01_01.vma.zst
-rw-r--r-- 1 root root   18 May  6 06:46 /backup/dump/vzdump-qemu-102-2024_05_06-06_01_01.vma.zst.notes
-rw-r--r-- 1 root root 6.9K May  7 06:51 /backup/dump/vzdump-qemu-102-2024_05_07-06_00_56.log
-rw-r--r-- 1 root root  25G May  7 06:48 /backup/dump/vzdump-qemu-102-2024_05_07-06_00_56.vma.zst
-rw-r--r-- 1 root root   18 May  7 06:48 /backup/dump/vzdump-qemu-102-2024_05_07-06_00_56.vma.zst.notes
-rw-r--r-- 1 root root 6.8K May  8 06:41 /backup/dump/vzdump-qemu-102-2024_05_08-06_00_47.log
-rw-r--r-- 1 root root  24G May  8 06:36 /backup/dump/vzdump-qemu-102-2024_05_08-06_00_47.vma.zst
-rw-r--r-- 1 root root   18 May  8 06:36 /backup/dump/vzdump-qemu-102-2024_05_08-06_00_47.vma.zst.notes
-rw-r--r-- 1 root root 4.9K Mar 30 08:34 /backup/dump/vzdump-qemu-103-2024_03_30-08_26_26.log
-rw-r--r-- 1 root root 9.3G Mar 30 08:34 /backup/dump/vzdump-qemu-103-2024_03_30-08_26_26.vma.zst
-rw-r--r-- 1 root root   13 Mar 30 08:34 /backup/dump/vzdump-qemu-103-2024_03_30-08_26_26.vma.zst.notes
-rw-r--r-- 1 root root  253 Mar 30 10:09 /backup/dump/vzdump-qemu-103-2024_03_30-10_09_51.log
-rw-r--r-- 1 root root 5.9K Apr 27 06:33 /backup/dump/vzdump-qemu-103-2024_04_27-06_21_24.log
-rw-r--r-- 1 root root  12G Apr 27 06:33 /backup/dump/vzdump-qemu-103-2024_04_27-06_21_24.vma.zst
-rw-r--r-- 1 root root   13 Apr 27 06:33 /backup/dump/vzdump-qemu-103-2024_04_27-06_21_24.vma.zst.notes
-rw-r--r-- 1 root root 1003 Apr 28 06:00 /backup/dump/vzdump-qemu-103-2024_04_28-06_00_45.log
-rw-r--r-- 1 root root 5.3K May  5 06:51 /backup/dump/vzdump-qemu-103-2024_05_05-06_39_36.log
-rw-r--r-- 1 root root  11G May  5 06:49 /backup/dump/vzdump-qemu-103-2024_05_05-06_39_36.vma.zst
-rw-r--r-- 1 root root   11 May  5 06:49 /backup/dump/vzdump-qemu-103-2024_05_05-06_39_36.vma.zst.notes
-rw-r--r-- 1 root root 5.5K May  6 07:00 /backup/dump/vzdump-qemu-103-2024_05_06-06_51_01.log
-rw-r--r-- 1 root root  11G May  6 06:59 /backup/dump/vzdump-qemu-103-2024_05_06-06_51_01.vma.zst
-rw-r--r-- 1 root root   11 May  6 06:59 /backup/dump/vzdump-qemu-103-2024_05_06-06_51_01.vma.zst.notes
-rw-r--r-- 1 root root 5.3K May  7 07:05 /backup/dump/vzdump-qemu-103-2024_05_07-06_51_01.log
-rw-r--r-- 1 root root  11G May  7 07:04 /backup/dump/vzdump-qemu-103-2024_05_07-06_51_01.vma.zst
-rw-r--r-- 1 root root   11 May  7 07:04 /backup/dump/vzdump-qemu-103-2024_05_07-06_51_01.vma.zst.notes
-rw-r--r-- 1 root root 5.3K May  8 07:12 /backup/dump/vzdump-qemu-103-2024_05_08-06_41_53.log
-rw-r--r-- 1 root root  11G May  8 07:09 /backup/dump/vzdump-qemu-103-2024_05_08-06_41_53.vma.zst
-rw-r--r-- 1 root root   11 May  8 07:09 /backup/dump/vzdump-qemu-103-2024_05_08-06_41_53.vma.zst.notes
-rw-r--r-- 1 root root 4.7K Mar 30 08:51 /backup/dump/vzdump-qemu-104-2024_03_30-08_34_55.log
-rw-r--r-- 1 root root  12G Mar 30 08:51 /backup/dump/vzdump-qemu-104-2024_03_30-08_34_55.vma.zst
-rw-r--r-- 1 root root    6 Mar 30 08:51 /backup/dump/vzdump-qemu-104-2024_03_30-08_34_55.vma.zst.notes
-rw-r--r-- 1 root root  253 Mar 30 10:09 /backup/dump/vzdump-qemu-104-2024_03_30-10_09_51.log
-rw-r--r-- 1 root root 5.9K Apr 27 06:47 /backup/dump/vzdump-qemu-104-2024_04_27-06_33_36.log
-rw-r--r-- 1 root root  15G Apr 27 06:45 /backup/dump/vzdump-qemu-104-2024_04_27-06_33_36.vma.zst
-rw-r--r-- 1 root root    6 Apr 27 06:45 /backup/dump/vzdump-qemu-104-2024_04_27-06_33_36.vma.zst.notes
-rw-r--r-- 1 root root  748 Apr 28 06:00 /backup/dump/vzdump-qemu-104-2024_04_28-06_00_45.log
-rw-r--r-- 1 root root 5.5K May  5 07:04 /backup/dump/vzdump-qemu-104-2024_05_05-06_51_26.log
-rw-r--r-- 1 root root  15G May  5 07:02 /backup/dump/vzdump-qemu-104-2024_05_05-06_51_26.vma.zst
-rw-r--r-- 1 root root   20 May  5 07:02 /backup/dump/vzdump-qemu-104-2024_05_05-06_51_26.vma.zst.notes
-rw-r--r-- 1 root root 5.7K May  6 07:11 /backup/dump/vzdump-qemu-104-2024_05_06-07_00_34.log
-rw-r--r-- 1 root root  15G May  6 07:10 /backup/dump/vzdump-qemu-104-2024_05_06-07_00_34.vma.zst
-rw-r--r-- 1 root root   20 May  6 07:10 /backup/dump/vzdump-qemu-104-2024_05_06-07_00_34.vma.zst.notes
-rw-r--r-- 1 root root 5.5K May  7 07:16 /backup/dump/vzdump-qemu-104-2024_05_07-07_05_07.log
-rw-r--r-- 1 root root  15G May  7 07:15 /backup/dump/vzdump-qemu-104-2024_05_07-07_05_07.vma.zst
-rw-r--r-- 1 root root   20 May  7 07:15 /backup/dump/vzdump-qemu-104-2024_05_07-07_05_07.vma.zst.notes
-rw-r--r-- 1 root root 5.4K May  8 07:47 /backup/dump/vzdump-qemu-104-2024_05_08-07_12_08.log
-rw-r--r-- 1 root root  15G May  8 07:45 /backup/dump/vzdump-qemu-104-2024_05_08-07_12_08.vma.zst
-rw-r--r-- 1 root root   20 May  8 07:45 /backup/dump/vzdump-qemu-104-2024_05_08-07_12_08.vma.zst.notes
-rw-r--r-- 1 root root 3.0K Apr  7 07:05 /backup/dump/vzdump-qemu-105-2024_04_07-07_04_27.log
-rw-r--r-- 1 root root 2.5G Apr  7 07:05 /backup/dump/vzdump-qemu-105-2024_04_07-07_04_27.vma.zst
-rw-r--r-- 1 root root   10 Apr  7 07:05 /backup/dump/vzdump-qemu-105-2024_04_07-07_04_27.vma.zst.notes
-rw-r--r-- 1 root root 2.9K Apr 14 07:04 /backup/dump/vzdump-qemu-105-2024_04_14-07_03_23.log
-rw-r--r-- 1 root root 2.5G Apr 14 07:04 /backup/dump/vzdump-qemu-105-2024_04_14-07_03_23.vma.zst
-rw-r--r-- 1 root root   10 Apr 14 07:04 /backup/dump/vzdump-qemu-105-2024_04_14-07_03_23.vma.zst.notes
-rw-r--r-- 1 root root 2.9K Apr 21 07:13 /backup/dump/vzdump-qemu-105-2024_04_21-07_12_09.log
-rw-r--r-- 1 root root 2.5G Apr 21 07:12 /backup/dump/vzdump-qemu-105-2024_04_21-07_12_09.vma.zst
-rw-r--r-- 1 root root   10 Apr 21 07:13 /backup/dump/vzdump-qemu-105-2024_04_21-07_12_09.vma.zst.notes
-rw-r--r-- 1 root root 3.1K Apr 27 06:48 /backup/dump/vzdump-qemu-105-2024_04_27-06_47_30.log
-rw-r--r-- 1 root root 2.6G Apr 27 06:48 /backup/dump/vzdump-qemu-105-2024_04_27-06_47_30.vma.zst
-rw-r--r-- 1 root root   10 Apr 27 06:48 /backup/dump/vzdump-qemu-105-2024_04_27-06_47_30.vma.zst.notes
-rw-r--r-- 1 root root  822 Apr 28 06:00 /backup/dump/vzdump-qemu-105-2024_04_28-06_00_45.log
-rw-r--r-- 1 root root 3.3K May  5 07:05 /backup/dump/vzdump-qemu-105-2024_05_05-07_04_24.log
-rw-r--r-- 1 root root 2.5G May  5 07:05 /backup/dump/vzdump-qemu-105-2024_05_05-07_04_24.vma.zst
-rw-r--r-- 1 root root   11 May  5 07:05 /backup/dump/vzdump-qemu-105-2024_05_05-07_04_24.vma.zst.notes
-rw-r--r-- 1 root root 3.2K May  6 07:12 /backup/dump/vzdump-qemu-105-2024_05_06-07_11_58.log
-rw-r--r-- 1 root root 2.5G May  6 07:12 /backup/dump/vzdump-qemu-105-2024_05_06-07_11_58.vma.zst
-rw-r--r-- 1 root root   13 May  6 07:12 /backup/dump/vzdump-qemu-105-2024_05_06-07_11_58.vma.zst.notes
-rw-r--r-- 1 root root 3.3K May  7 07:18 /backup/dump/vzdump-qemu-105-2024_05_07-07_16_17.log
-rw-r--r-- 1 root root 2.5G May  7 07:18 /backup/dump/vzdump-qemu-105-2024_05_07-07_16_17.vma.zst
-rw-r--r-- 1 root root   13 May  7 07:18 /backup/dump/vzdump-qemu-105-2024_05_07-07_16_17.vma.zst.notes
-rw-r--r-- 1 root root 1.1K May  5 07:05 /backup/dump/vzdump-qemu-106-2024_05_05-07_05_27.log
-rw-r--r-- 1 root root  533 May  5 07:05 /backup/dump/vzdump-qemu-106-2024_05_05-07_05_27.vma.zst
-rw-r--r-- 1 root root   14 May  5 07:05 /backup/dump/vzdump-qemu-106-2024_05_05-07_05_27.vma.zst.notes
-rw-r--r-- 1 root root 1.2K May  6 07:12 /backup/dump/vzdump-qemu-106-2024_05_06-07_12_55.log
-rw-r--r-- 1 root root  531 May  6 07:12 /backup/dump/vzdump-qemu-106-2024_05_06-07_12_55.vma.zst
-rw-r--r-- 1 root root   18 May  6 07:12 /backup/dump/vzdump-qemu-106-2024_05_06-07_12_55.vma.zst.notes
-rw-r--r-- 1 root root 1.2K May  7 07:18 /backup/dump/vzdump-qemu-106-2024_05_07-07_18_04.log
-rw-r--r-- 1 root root  533 May  7 07:18 /backup/dump/vzdump-qemu-106-2024_05_07-07_18_04.vma.zst
-rw-r--r-- 1 root root   18 May  7 07:18 /backup/dump/vzdump-qemu-106-2024_05_07-07_18_04.vma.zst.notes
You dont need a Cluster, just Check the Storage category und the Cluster View (The Cluster View is the first item in the GUI, above your Server)
Not certain what you mean - do you mean server view?
1716586790938.pngThere's also a 'folder view':
1716586857135.png


If you're sure that there can't be anything, you can remove that folder, but check first what there is in it.
Im not sure :(
 
That are indeed backups.... And you have a Backup Storage definition and im sure to this folder.

You can delete that backups if you don't need them or do whatever you want with them.

Or you can delete them in the GUI too...

Datacenter View....
Omg you are so blind xD
In your own picture the first item in the top left corner...

However, it's getting too stupid for me, the thing is, i don't know if you need really help, or you are joking here....
Your issue is simply too easy to solve...

You configured the "Backup" storage as directory to "/backup", then you backupped simply one container and 6 VM's to that.
And your main drive is full.

As you have all the VM's and the one Container you can simply:
Code:
rm -rf /backup/dump/*

But you gonna delete your Backups.

The rest is simple, if you need backups, get another drive, format it, mount it and configure the "Backup" Storage to that Drive.

At least you don't have any sort of problem, just a super simple misconfiguration.

Cheers
 
  • Like
Reactions: Kingneutron

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!