André Amorim

Crafting Web Experiences

//

proxmox

Go back to /notes?

  • Change IP Address on Proxmox Backup Server (PBS)

    1. Update Network Interfaces Edit the main network configuration file to set your new IP, subnet mask, or gateway: Apply changes with systemctl restart networking or a reboot. 2. Update Hosts File Critical for local name resolution. Ensure the new IP is mapped to your hostname: 3. Update DNS (Optional) If your DNS server has…

  • Access Proxmox LXC Containers without Password

    When managing Proxmox VE, you often need to access a Linux Container (LXC) to perform administrative tasks. While SSH is the standard method, it requires a password and a running SSH service. There’s a faster way: pct enter If you have access to the Proxmox Node Shell (via the web GUI or SSH to the…

  • How to Replace a Failed ZFS Disk in Proxmox

    Replacing a failing or dead drive in a ZFS pool is a common task. Here is the safest and most efficient way to swap a disk using the command line. 1. Identify the Failed Disk First, you need to find the unique ID or the name of the disk that has failed. Look for the…

  • Fix Missing ZFS Pools on Proxmox (Permanent Solution)

    If you are running Proxmox, you might occasionally encounter an issue where your ZFS pools fail to import automatically after a reboot. While you can fix this manually each time, there is a simple way to make the solution permanent. The Problem After a restart, your ZFS pool might be missing from the Proxmox GUI…

  • Stop Repeating SMART Error Emails in Proxmox

    Proxmox often sends the same SMART error notification repeatedly. You can configure the system to alert you only when errors increase or new ones occur. Edit SMART Configuration Open the configuration file: Update the Device Scan Line Comment out the original line and add the one with the attribute log flag: Apply Changes Restart the…