FS PBX Now Installs in One Command – No More Separate FusionPBX Setup!

pbxgeek

Active Member
Jan 19, 2021
230
85
28
38
Big news for FS PBX users! We've made the installation process easier than ever—now you can install the entire system with just one command!

What’s New?

✅ No need to install FusionPBX separately – it's included in the FS PBX setup!
✅ A fully automated installation script sets up everything for you.
✅ Get your PBX up and running in minutes with minimal effort.

How to Install FS PBX in One Step?

Simply copy and paste the latest installation script from our GitHub page into your terminal, run it, and let the system do the rest. Once completed, the script provides:

  • The login URL (based on your server’s external IP).
  • Admin credentials for first-time access.

Why This Matters?

This streamlined process removes extra steps, making it easier for new and existing users to deploy FS PBX without worrying about dependencies or manual configurations.

Try it now and experience the easiest FS PBX installation yet!
https://github.com/nemerald-voip/fspbx

Video guide

Let us know what you think, and feel free to share feedback or ask questions below!
 
  • Like
Reactions: voipBull

dbz195

Member
Feb 3, 2021
39
1
8
37
Update on installer:


OS: Debian 12

Error:
Cron job already exists:
Added cron job: * * * * * cd /var/www/fspbx; /usr/bin/php /var/www/fspbx/public/app/xml_cdr/xml_cdr_
import.php 100 abcdef >/dev/null 2>&1
Added cron job: * * * * * cd /var/www/fspbx; /usr/bin/php /var/www/fspbx/public/app/xml_cdr/xml_cdr_
import.php 100 01234 >/dev/null 2>&1
Added cron job: * * * * * cd /var/www/fspbx; /usr/bin/php /var/www/fspbx/public/app/xml_cdr/xml_cdr_
import.php 100 56789 >/dev/null 2>&1
Added cron job: * * * * * cd /var/www/fspbx && php artisan schedule:run >> /dev/null 2>&1
Cron job already exists:
/var/www/fspbx/install/install_cron_jobs.sh: 48: crontab: not found
Failed to update cron jobs.
Error occurred while executing cron job installation script.
 

pbxgeek

Active Member
Jan 19, 2021
230
85
28
38
@dbz195
It looks like it’s failing on this line

crontab "$CRON_FILE" && rm "$CRON_FILE"

Does your Debian version not have crontab installed?

Please let me know and I will make sure it checks for its presence before running it. For now you can install it if it’s missing and rerun the install script.
 

pbxgeek

Active Member
Jan 19, 2021
230
85
28
38
Thank you all for your efforts in installing the software and reporting any bugs encountered. Some of you identified missing dependencies in certain Debian 12 distributions, so I have explicitly ensured their installation. As a result, the script has been improved. This is the true power of open source in action!

@dbz195 this includes crontab installation