Installation
Install MariaDB
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
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:
- oxmysql (opens in a new tab)
- up-to-date server artifacts (opens in a new tab)
- OneSync infinity (opens in a new tab) (optional) – required for a few features, e.g. AirShare
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).
LBPHONE10
for 10% off on FivemanageSet API keys
After setting an upload method and generating an API key, you need to enter the keys inlb-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.