Upload images, textures and resources. Get permanent URLs ready to paste into ox_inventory, LBPhone, dealer scripts and any FiveM resource.
From inventories with custom items to in-game phone cameras — any script that needs an image URL has its solution here.
Origen Inventory lets you manage items directly from in-game. When creating or editing an item, there's a field for the image URL — but you need that URL ready. Upload your image to fivehub.pro, copy the permanent URL and paste it right there in-game. No code needed.
-- En el juego, campo "URL de imagen":
https://cdn.fivehub.pro/
org/inv/camisa_verde.png
-- Sin código. Sin caducidad. Sin cambios.LBPhone has a built-in camera that can upload photos to a configurable endpoint. Connect fivehub.pro as the upload destination with your API Key and photos taken in-server are automatically saved with permanent URLs in your organization.
-- lb-phone/config/config.lua
Config.UploadURL =
'https://fivehub.pro/api/upload'
Config.UploadKey = 'fhb_org_xxxxxxxx'Dealer scripts that let players take in-game photos of vehicles need somewhere to upload them. With the fivehub.pro Lua SDK, you upload the photo from the server and get a URL ready to display in the dealer interface.
-- server.lua
local url = exports['fivehub']:upload(
photoData, 'fotos-vehiculos'
)
-- url permanente, nunca caducaIf you develop scripts for FiveM and need to serve images in the NUI — banners, icons, textures — fivehub.pro is your dedicated CDN. Upload once, reference the URL from any script, on any server.
-- Sube cualquier asset desde Lua
local hub = exports['fivehub']
local url = hub:getUrl('ui/banner.png')
SendNUIMessage({ banner = url })Create your account with no credit card. The Free plan includes 20 GB of storage and the FiveM Lua SDK from day one.
Create folders by category (inventory-images, vehicle-photos, ui-scripts) and upload your assets. PNG, JPG, WebP and more supported.
Every asset gets a permanent signed URL. Copy and paste it into your script configuration. It never changes, never expires.
Unlike generic storage services, fivehub.pro URLs are permanent. Your image will always be available at the same address as long as your account is active.
Create folders for each category: inventory images, vehicle photos, UI assets, map textures. Everything organized from the control panel.
The FiveM Lua SDK is included in all plans. Upload assets, get URLs and manage files directly from your server-side scripts.
Your server can't rely on images that disappear. fivehub.pro guarantees availability so your assets are always online when players need them.
If your server grows and you exceed the storage limit, we don't cut your access. Excess is billed per GB — your server keeps running without interruptions.
PNG, JPG, WebP, GIF, SVG. Any format your FiveM scripts use is supported. Automatic WebP conversion available to optimize asset size.
Join the FiveM developers already using fivehub.pro to manage their images, textures and resources. 20 GB free, no credit card required.