Loading...
 

FS PBX with Proxmox


If you just want to kick the tires of FS PBX and you have a Proxmox server, here’s an image that will get you up and running in minutes.

1. Log into your Proxmox server using SSH and issue the following commands to create a new FS PBX virtual machine:

1. Change to the /var/lib/vz/dump directory: cd /var/lib/vz/dump
2. Download the fspbx image (4.1GB): wget https://filedn.com/lBgbGypMOdDm8PWOoOiBR7j/Proxmox/vzdump-qemu-fspbx-0.9.66.vma.zst
3. Create a new virtual machine using a unique VM-ID number (e.g. 888): qmrestore vzdump-qemu-fspbx-0.9.66.vma.zst 888

2. From the Proxmox web console, start the new FS PBX Machine and from the Console:

1. Login to the VM as root using default password of password
2. Decipher the LAN IP address of your FS PBX VM: pbxstatus
3. Delete the nerd user account: userdel nerd
4. apt install mailutils -y

3. Log back into your virtual machine as root via SSH

4. Read and follow the new GettingStarted.txt instructions in the /root directory