Trip3 Docs
Getting Started

Installing a Purchase

Dropping an escrow-protected resource onto your server and getting it running.

Once a purchase is linked to your account and authorized, installing it works like any other FiveM/RedM resource — escrow handles decryption transparently on servers running your linked identity.

Buy through the store and complete Tebex checkout with your Cfx.re identity signed in.

Wait for escrow authorization

Once the license is authorized, the resource becomes available through Cfx.re's asset escrow system on servers running that linked identity. This is usually immediate.

Add the resource to your server

Drop the resource folder into your server's resources directory, then add it to server.cfg:

ensure your-resource-name

Restart and verify

For a newly purchased asset, a resource restart isn't enough — the server itself needs a full restart before escrow will grant access to it. Once it's back up, check your console for startup errors before going live. Most resources log a short version/ready message on successful start.

Resource-specific configuration — config.lua options, exports, database requirements — lives on that resource's own page under FiveM or RedM.

On this page