System Requirements
BlaB! AX Pro is a web app that runs on a web server. The requirements are minimal.
- Any Linux / Windows host or a shared hosting service with a web server (Apache, Nginx), PHP and MySQL.
- PHP JSON - JSON is bundled from PHP7 on, if you are still running PHP5 - PHP
jsonextension enabled. - Optional: PHP
fileinfoextension enabled in order to recognize file types incl. uploaded avatars. - Optional:
php_curl- required for VPN/ProxyGuard. - Optional:
php_curlor php.ini allow_url_fopen = On - Optional:
shell_execenabled in php.ini and ffmpeg - required to create thumbnails for voice and video messages.
Wikipedia: Apache ๊ PHP ๊ MySQL
Not sure what you have? Upload on your webhost a PHP file - info.php with content <?php phpinfo();?> and navigate to it with your browser. You'll see a detailed information about your server configuration. CTRL+F and search the page for mysqli, json and fileinfo.
Page updated: 2026-02-01