VoIP Lab, Part 1
VoIP Lab, Part 1
The original article was sourced from https://nerdvittles.com, then modified.
(Note. If you do not already have Ubuntu24.04 live server on your Yumi flash drive, then add it.)
FOR THE PURPOSE OF THIS LAB, USE certify AS THE PASSWORD FOR EVERYTHING.
On the virtual computer you will be using as your Incredible PBX 2025 platform, follow the traditional Ubuntu installation scenario in proxmox. DO NOT UPLOAD THE Ubuntu24.04 Live Server IMAGE to Proxmox, because it is already there!!!
Fire up your virtual machine. Choose Install Ubuntu Server to begin. Choose your Language and Keyboard Layout. Select Ubuntu Server (minimized). Configure an IPv4 Network Interface. Leave the Proxy Address blank. Accept the Ubuntu Archive Mirror default. Deselect the LVM Disk option. Accept the Default Storage Configuration. Create a user named nerd, with password certify. Use your lastname as the server name (For example, isaac). Skip the Ubuntu Pro upgrade option. Enable the OpenSSH Server install option. Skip enabling any Ubuntu Feature Snaps. Wait for the install to complete and then boot to this virtual machine.
Login to your new server as nerd. Issue the following commands to reset Ubuntu for management from the root user account by assigning a new root password:
sudo passwd root
logout
If you wish to permit SSH access as the root user at the IPv4 address, (Use ip a to display IP address) then log back into your server as root and issue the following commands:
sed -i 's|#PermitRootLogin prohibit-password|PermitRootLogin yes|' /etc/ssh/sshd_config
systemctl restart ssh
logout
Using SSH or Putty from your desktop, log back into your new Ubuntu server as root at the IPv4 address. (You can also login as nerd instead of root, then use the su command to temporarily become the root user).
Issue the following commands to kick off the Incredible PBX 2025 install:
apt install wget tar nano -y
wget http://incrediblepbx.com/IncrediblePBX2025.sh
chmod +x IncrediblePBX2025.sh
./IncrediblePBX2025.sh
Follow the prompts after the install completes and the server reboots. (It takes a long time! BE PATIENT)
Login to the IncrediblePBX VoIP server from the browser at the IP address of the server and complete the other required steps. (LET THE ADMIN USER FOR THE PBX GUI INTERFACE BE Admin)
IMPORTANT: ASK MR. ISAAC TO DO IP ADDRESS RESERVATION FOR YOUR SERVER'S IP!!!!!!!
Part 2 to follow.