Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 1.64 KB

README.md

File metadata and controls

32 lines (30 loc) · 1.64 KB

Easy install FreePBX on VPS with Cent OS

Pre-requsites

Lets get started

1. yum -y install wget
2. Tuning when you first start a clean system
wget https://raw.githubusercontent.com/lexx/asterisk/master/first_run.sh &&
sh first_run.sh
3. First we need to clone/get the script found in github repo and run the script
wget https://raw.githubusercontent.com/lexx/asterisk/master/install_clean_asterisk.sh &&
sh install_clean_asterisk.sh
OR
wget https://raw.githubusercontent.com/lexx/asterisk/master/install_freepbx.sh &&
sh install_freepbx.sh
The Script will run for a bit, afterwards, choose your options for MariaDB - DO NOT USE A ROOT PASSWORD.
The Script will run for a bit more, you then will be able to choose if you would like any more Asterisk modules to be installed.

The script will then finish and you can browse to the FreePBX WebGUI using the droplet IP address.

Troubleshooting

MODULENAME tampered If you get such errors in FreePBX web interface:
MODULENAME tampered
MODULENAME/file is wrong
You have 1 tampered files Module: "FreePBX Framework"
run fwconsole ma upgrade MODULENAME also try fwconsole a ma refreshsignatures

Credits

Forked from raysn0w
Original script belongs to Cameron