Prerequisites to Automatically Add Proxmox VE Host

Prerequisites to Automatically Add Proxmox VE Host

KB ID: 115226
Supported Platforms:
  1. Proxmox VE 8.2
  2. Proxmox VE 8.1
  3. Proxmox VE 8.0
  4. Proxmox VE 7.4
System Requirements:
  1. Memory: Minimum 2 GB
  2. CPU: Minimum Dual-Core Processor
Prerequisites to Automatically Add Proxmox VE Host:
1. User Account with Root Privileges:
  1. Ensure the user account specified to add the Proxmox VE Host has root privileges. If using a non-root account, provide the root password.
2. User Account Credentials:
  1. Linux Account Option:
  1. Connect to the Linux machine directly using the Username and Password of the specified user account.
  1. Linux Private Key Option:
  1. Connect to the Linux machine using the Identity/Pubkey authentication method.
  2. If you already have a public-private key pair, provide the Username, Private key, and Passphrase (if applicable), and save the Linux credentials. Otherwise, follow the steps below to generate the key pair:
Generating Public-Private Key Pair:
     1. Generate a pair of keys using the command:
      ssh-keygen -t rsa
     2. Specify the location and file name in the format .ppk or .pem to save the key. For example:
     /home/key.ppk
     3. Enter a passphrase or leave it empty. The private key is protected with a passphrase.
     4. The private key (.ppk) and public key (.pub) will be saved to the specified location and file:
        Your identification has been saved in /home/key.ppk
        Your public key has been saved in /home/key.ppk.pub
      5. Change the file permissions of the private and public keys using the command:
        chmod 755 /home/key.ppk
        chmod 755 /home/key.ppk.pub
6. On the target Proxmox VE Host, add the public key to the `authorized_keys` file using the command:
            ssh-copy-id -i /home/key.ppk.pub <username>@<Host IP Address>
                      Example:
  ssh-copy-id -i /home/key.ppk.pub admin@192.168.102.11
7. Copy the private key file to the backup server using any FTP tool. You now have the public key on the Proxmox VE Host and the private key on the backup server.
3. Ports:
  1. Ensure the SSH port is open to allow remote access to the machine. The default SSH port is 22. If the SSH server runs on a different port, ensure the port is accessible.
  2. BBA installed on the Proxmox VE Host uses port 42005 to communicate with the Backup Server. Ensure your firewall rules allow port 42005 to be open for communication.
By following these prerequisites, you can successfully add a Proxmox VE Host automatically.
    • Related Articles

    • Prerequisites to Automatically Add KVM Host

      KB ID: 115210 Supported Operating Systems Debian Linux(64-bit) Debian Linux 11 Ubuntu 20.04 Ubuntu 22.04 Redhat Linux(64-bit) CentOS 8 Core CentOS Stream 9 AlmaLinux 8 AlmaLinux 9 Rocky Linux 9 System Requirements Memory: Minimum: 2 GB CPU: Minimum: ...
    • Adding Proxmox Host for Backup

      Proxmox VE VMs can be backed up using the BDRSuite Backup Server. You can simply add the source to the BDRSuite Backup Server and configure backups. Navigate to Data Sources-> Hypervisors ->Proxmox VE. When a Proxmox VE is added to the BDRSuite ...
    • Steps to Add Proxmox VE through Manual Agent Installation

      KB ID: 115227 Step-by-Step Instructions 1. Access the Proxmox Host Machine: Open a terminal and connect to the Proxmox VE host machine. 2. Install the BDS Agent Manually: Download the Agent Build Obtain the agent build from the BDR server. The build ...
    • Add Backup Proxy for VMware through the option: Automatically Install BBP in the target host

      KB ID : 115205 Add Backup Proxy for VMware through the option: Automatically Install BBP in the target host BDRSuite Backup Proxy (BBP) runs with the service name - BDRSuite Delegation Service (BDS) is a necessary proxy component that need to be ...
    • Configuring Proxmox Backup

      Step 1: Adding Basic Job Details Get started by creating a backup job by choosing Job Create Option, choose to Create Job without using a template if you want to create a backup from scratch, or choose to Create Job using an existing template if you ...