~/FEATURES
A CDN and structured logs, built for game servers
Everything you need to serve media and understand what your server is doing, on one platform, with unmetered bandwidth and no per-request fees.
Media CDN
Serve every asset, fast
Upload images, video, and audio and serve them from a fast, high-bandwidth CDN built for game assets, without ever getting an egress bill.
Images, video & audio
One endpoint for every asset your server produces, served from a high-bandwidth node with caching.
Presigned uploads
Upload straight from your FiveM NUI client with short-lived URLs, so your API key never leaves the server.
Unmetered bandwidth
No per-TB egress and no per-request fees. Fair-use, capped only by the line rate, never an overage bill.
Manage from the dashboard
Browse, preview in fullscreen, multi-select, and bulk-delete assets without leaving the browser.
Structured logging
See what your server is doing
Ship structured, searchable events with metadata and trace IDs, then slice and chart them. Spot exploits and crashes before your players report them.
Structured events
Level, name, message, metadata, and trace IDs on every entry, not lines of text you have to grep.
Search & filter
Slice events by player, type, or trace ID and find what happened in seconds.
Dashboards
Build charts over your logs and storage with a drag-and-resize editor: error rates, volume, top events.
Retention by plan
30 days on Free, 120 on Pro. Older logs are hidden when you downgrade, never silently dropped.
Platform & developers
Built to drop into your stack
Multi-tenant from day one, with a tiny SDK and scoped keys so you can wire it into a single test server or a whole network.
Organizations & roles
Invite your team, assign owner / admin / member, and scope everything to an org with its own URL.
Two-line SDK
Lua and TypeScript clients: upload a file or ship a log in a single call. Copy-paste and go.
Scoped API keys
Per-type keys (media, images, videos, audio, logs) so each integration gets only the access it needs.
One honest plan
Free to start, $22/mo Pro. Unmetered bandwidth and requests, no overage fees, cancel anytime.
Two lines, shipped
Drop it in, go live in minutes
-- Upload a screenshot to the CDN
local url = Manage.upload(image)
-- Ship a structured log line
Manage.log("player.join", {
id = source,
name = GetPlayerName(source),
})