BoxBilling installation

This setup will guide you through installation process of BoxBilling.

Check if your system meets minimum requirements to install and run billing software.

Database configuration

BoxBilling stores data in SQL database. You should already have an existing database before this step. If you do not have database prepared, you should do that now.

Installer will create all required tables in your database after correct connection details are provided.

How to create database?

Depending on your hosting provider database can be created in different ways.

Best way is to check the documentation available with your webhosting account. You can contact their support if you really get stuck.

Administrator account

This is the main user account to control all aspects of BoxBilling.

Email will be used to login to admin area.

Make sure password is strong.

Well done!

Thank you for choosing BoxBilling

Client area Admin area
Find us on Facebook
Operating system Linux
PHP version 8.2.26
PHP Safe mode OFF
PHP Extension: pdo_mysql Ok
PHP Extension: curl Ok
PHP Extension: zlib Ok
PHP Extension: gettext Ok
PHP Extension: openssl Ok
/home/pexahos1/public_html/Boxbilling/bb-config.php Yes
/home/pexahos1/public_html/Boxbilling/bb-data/cache Yes
/home/pexahos1/public_html/Boxbilling/bb-data/log Yes
/home/pexahos1/public_html/Boxbilling/bb-data/uploads Yes
I agree

Congratulations! BoxBilling was successfully installed.

Even though BoxBilling was installed successfully you must take a few more actions.

Remove installation module

Remove installation module for security reasons.

/home/pexahos1/public_html/Boxbilling/install

Change configuration file permissions

Change configuration file permissions to read-only (CHMOD 644)

/home/pexahos1/public_html/Boxbilling/bb-config.php

Setup cron job

Setup this cron job to run every five minutes

*/5 * * * * php /home/pexahos1/public_html/Boxbilling/bb-cron.php

Disable directory listing with .htaccess

Disable directory listing with .htaccess

Rename file htaccess.txt to .htaccess