~/storage
Effortlessly upload, store, and manage in-game media.
Seamlessly capture and store in-game moments from your FiveM, Roblox, or Minecraft server with Fivemanage's robust media storage solution.
UPLOAD
Simple media uploads
Our platform provides a simple way to upload screenshots and videos, helping you to document player reports, capture evidence, or just save memorable moments without leaving the game.
INTEGRATE
Lightweight SDKs
We provide lightweight SDKs for FiveM (Lua, JS) and Roblox (Luau), with Minecraft support coming soon. Integrate our storage solution in minutes and start uploading media directly to your Fivemanage dashboard.
-- Client-side image capture
local imageData = exports.fmsdk:takeImage({
name = "My cool screenshot",
description = "A screenshot taken by a player"
})
print(imageData.url)
-- Server-side image capture
local success, imageData = pcall(function()
return exports.fmsdk:takeServerImage(playerSource, {
name = "Admin screenshot",
description = "Screenshot requested by an admin"
}, 10000) -- Optional timeout in ms
end)
if success then
print(imageData.url)
endGET_STARTED
Ready to manage your game server effectively?
Start with our free tier. No credit card required.
Fivemanage powers thousands of game servers for storage, logging, and more.