Stream assets
Host .ytd, .yft, and related GTA stream files. Copy a fast-download URL into your manifest or fileserver_add rule.
FiveM infrastructure
Store, deliver, and stream your assets — YTD/YFT, zips, audio, Lua — with clean URLs for fxmanifest.lua and API keys for your game server. Sign in with Discord.

Use cases
Host .ytd, .yft, and related GTA stream files. Copy a fast-download URL into your manifest or fileserver_add rule.
screenshot-basic, LB Phone, and report resources POST to your key. CDN URL comes back for Discord webhooks.
Zip packs, ogg/mp3, and Lua/JS helpers without stuffing a 4K loading screen into the resource folder.
Drop zip, ytd, yft, ogg, mp3, lua, and js. We categorize them automatically.
Stable /u/{id}/filename URLs formatted for fxmanifest.lua files {} and server.cfg fileserver_add.
Generate and revoke Bearer keys. Your token stays in a ConVar — never in NUI.
One identity per operator. Media and keys stay on that account.
Dashboard shows uploaded bytes and last-30-day delivery.
Same HTTP upload pattern those resources already expect.
Upload from the dashboard or from a resource with your API key.
-- fxmanifest.lua
fx_version 'cerulean'
game 'gta5'
files {
'https://YOUR_HOST/u/8f3a2c1b/police.ytd',
'https://YOUR_HOST/u/8f3a2c1b/police.yft',
}Sign in with Discord. No extra password. Tokens and uploads stay on this dedicated server.