Installation

Installation

The tablet is currently in a closed beta

Install MariaDB

⚠️
Do not use XAMPP
⚠️
Always take a backup before doing any changes to your database

Install MariaDB (opens in a new tab) version 10.11 or newer, if you don't have it already. You can check your MariaDB version by running SELECT VERSION() in HeidiSQL.

Run the SQL file

⚠️
Do not use phpMyAdmin

Run the lb-tablet/tablet.sql file in your database using HeidiSQL (opens in a new tab).

Install all dependencies

Download and install the following dependencies:

Add to server.cfg

Add start lb-tablet to your server.cfg. Make sure to start it after your framework and essential resources.

Configure API keys

For photo, video and audio uploading, you need to configure an upload method and set your API keys.

Upload method

Set your desired upload method in the config.lua. The default (and recommended) upload method is Fivemanage (opens in a new tab). If you instead want to self-host, you can use lb-upload (opens in a new tab).

Use code LBPHONE10 for 10% off on Fivemanage

Set API keys

After setting an upload method and generating an API key, you need to enter the keys in
lb-tablet/server/apiKeys.lua.

Configure

The tablet should work out of the box, but you can configure it to your liking. The configuration file is located at lb-tablet/config/config.lua.

Script integration

To integrate the tablet with your scripts (e.g. jail, dispatch), you can use the client exports and server exports.