Search results

  1. T

    DR Options Using Proxmox

    Hi everyone, I've been a Proxmox user since version 2.3, and it has been my go-to virtualization platform since version 3.0. I'm truly impressed with how far Proxmox has come in such a short time, especially from version 6.0 onward. Over the years, my projects have grown — what used to be all...
  2. T

    Proxmox Datacenter Manager 0.9 Beta released!

    I'm using the deb repository http://download.proxmox.com/debian/pdm bookworm pdm-test how can I update to the beta version? Would it be enough to change the repository from bookworm to trixie like we do in PVE8 to PVE9?
  3. T

    [SOLVED] Sync timeout via Proxmox Backup Server

    I believe that this was the problem, the timeout was occurring due to the distance between the PBSs, the main one is in Brazil and the Backup one is in Canada, almost 200ms apart and perhaps during peak link usage times, this latency was even higher, causing the timeout. I ended up adjusting...
  4. T

    [SOLVED] Sync timeout via Proxmox Backup Server

    It seems that I have solved it here, for some reason my PBS was closing connections when it was taking too long, I ended up solving it by doing the following tuning on my Debian/PBS. I edited the /etc/sysctl.conf file and added the following content: ##Kernel kernel.panic = 10...
  5. T

    [SOLVED] Sync timeout via Proxmox Backup Server

    Hello everyone! I have a PBS running locally on my client and a PBS running on OVH to receive a copy of the data from the local PBS. In this environment I currently have 8 VMs, of the 8 machines 7 are smaller than the PBS and can push the VMs without any problems, however the largest of them all...
  6. T

    Backup vzdump stuck on pbs with 100% progress

    Is there any way to make PVE not wait for verification after the backup? I'm asking this because apparently what's happening is that after making the backup, PVE is waiting for PBS to verify the backup or something like that. In my case, the verify task has to be done after the backup time...
  7. T

    Proxmox backup client for windows ALPHA

    There is no way to restore from the client! The restoration process works as follows: 1 - Access PBS or any PVE, then go to the Datastore/Storage where you made the backup and search for the generated backup. 2 - After that, open it, with File Restore if it is in PVE or PBS, with the option to...
  8. T

    Requesting features for Android client

    Guys, just updating something I just noticed with the help of a friend. In this case, the Proxmox client for Android does have password verification, but instead of when the app opens, it is when each PVE/Cluster is connected. I ended up not seeing this because since I installed the app, it had...
  9. T

    Requesting features for Android client

    Apparently there is an option in Bugzilla, it is in PVE => Flutter App: https://bugzilla.proxmox.com/buglist.cgi?component=App%20%28Flutter%20GUI%29&list_id=44729&product=pve&resolution=---
  10. T

    Requesting features for Android client

    True! For this, if that's the case, you can even use Aprox, which has stopped being updated since 2022, but at least this functionality works. However, it would be interesting if this type of functionality, which is not so complex to implement, was added to the native application.
  11. T

    Requesting features for Android client

    Hello everyone! Does anyone know where I can request features for the Android App? I'm asking this because I went to Bugzilla, where I usually do this when I have an idea that might be interesting for PVE and PBS, but there is no Android Client option there. In this case, I would like to...
  12. T

    Problems with Proxmox + Port Knock

    Yes, another option would be to set up a VPN, but I thought about the possibility of Port Knock, because the idea would be to ultimately offer partners whose VMs I host on Proxmox a management interface for their machines, just like Contabo does, but without implementing any proprietary software...
  13. T

    Problems with Proxmox + Port Knock

    Bringing some updates! In this case, when I run the command below in CMD, it works perfectly: /sbin/iptables -A PVEFW-INPUT -s 10.100.0.11 -p tcp --dport 22 -j ACCEPT The problem I'm having is that it seems like knockd recognizes the entries, says it sent the command to CMD, but the commands...
  14. T

    Problems with Proxmox + Port Knock

    Hello everyone, I'm trying to configure Proxmo with Port Knock so that I can access Proxmox together with Port Knock so that I can protect some Proxmox that I have on dedicated players, without running the risk of being left stranded, if necessary (currently I only release my fixed IPs, but...
  15. T

    Pool View

    To do this in Proxmox VE 8.x is even simpler: nano /usr/share/pve-manager/js/pvemanagerlib.js After that, you should use Control + W to search for the "Pool View" code block and comment it out as you can see below: let default_views = { /* server: { text...
  16. T

    Ways to restore only some HDs from a vzdump or avoid deleting in case of errors

    Guys, I luckily managed to solve the problem with the backup that had been made on the Proxmox Backup Server! The restore took 16:23:43, but it worked. During the process, afraid of causing problems and losing the 2 disks, after each imported disk I used the zfs rename command to rename disks 0...
  17. T

    Ways to restore only some HDs from a vzdump or avoid deleting in case of errors

    Hello everybody! I come here with a question about a problem I'm having! I'm migrating several VMs from a Proxmox Cluster to another new, updated one with ZFS replication, but in my largest VM I'm encountering a headache (luckily the node where the VM is is still active for Monday, if the worst...
  18. T

    Rename a backup group

    Thanks for the explanation! I thought there was a way to rename the groups, but I'm going to stick with this option, thank you very much!
  19. T

    Rename a backup group

    Hello everybody! Some time ago I saw someone commenting in a Telegram or WhatsApp group about carrying out this process, but I couldn't find it again and I forgot to document this in my small personal process documentation, so I came to the group to request this help. In this case, I have a...
  20. T

    [SOLVED] Change email registered when installing Proxmox

    Thank you very much, in the 2 clusters that were having problems, the registered email was another, adjusted here! Once again, thank you for your help, knowing this will definitely help a lot.