Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fivemanage.com/llms.txt

Use this file to discover all available pages before exploring further.

This requires LB-Phone v1.5.0 or higher

Configuring

First open lb-phone/config/config.lua and set all upload methods to Fivemanage
lb-phone/config/config.lua
Config.UploadMethod.Video = "Fivemanage"
Config.UploadMethod.Image = "Fivemanage"
Config.UploadMethod.Audio = "Fivemanage"
Now set the API token you got from Fivemanage in lb-phone/server/apiKeys.lua
lb-phone/server/apiKeys.lua
API_KEYS = {
    Video = "YOUR_TOKEN",
    Image = "YOUR_TOKEN",
    Audio = "YOUR_TOKEN",
}