Uploads

Details

To upload screenshots and recorded videos, our dispatch uses fivemanage service. They have a perfectly fine free plan, which is more than enough for your needs. After registering, can your API key put it into config/server/uploads.lua configuration file.

Configuration file

config/server/uploads.lua
return {
    -- Your fivemanage key, get one from https://fivemanage.com.
    -- Otherwise, screenshots and recording in cameras won't work.
    ---@type string
    fivemanageApiKey = ''
}
fivemanageApiKeystring
Fivemange API key, get one from fivemanage.com.