Installation Guide
Follow these steps to integrate Riveon into your FiveM server.
01. Purchase a License Key
Before you can use Riveon, you need an active license. Visit our store or dashboard to purchase a subscription.
License Key Required
You will receive a key like
rv_live_xxxxx02. Download the Resource
Navigate to your Dashboard and click on the Download Loader button. This will generate a pre-configured package linked to your license.
riveon-loader.zip
Contains
fxmanifest.lua, loader.lua, and UI files.03. Extract Files
Extract the downloaded files and place the riveon folder into your server's resources directory.
/server-data
└── /resources
└── /riveon
├── fxmanifest.lua
├── loader.lua
└── /ui
04. Update server.cfg
In your server.cfg, add the following line to start the resource:
server.cfg
ensure riveonNote: If you prefer, you can use start riveon.
05. Restart Server
Restart your server to apply the changes. You should see the Riveon banner in your server console upon successful startup.
Restart Required
The loader needs to initialize during server startup.