Installing the In-Game Resource
Learn how to download and install the in-game resource.
A. One-Click Installation (RocketNode)
We've partnered with Rocket Node to bring you one-click Sonoran Radio installation for FiveM — making it easier than ever to host your community and connect with Sonoran Radio.
Use code
SONORAN
to save big!
B. Pre-Configured Resource Installation
1. Download the ZIP
Download a pre-configured version of the in-game resource from the panel. This download will already have your community ID and API key in the config.lua
file.
Navigate to Customization
> FiveM Integration
> Download Resource
2. Extract the ZIP File
Extract the .zip file into your resources directory. Place the sonoranradio
and sonoranradio_updatehelper
into a folder labeled [sonoranradio]

3. Update Your Server Config
In your server.cfg
file, add the following:
exec @sonoranradio/sonoranradio.cfg
It is very important that the sonoranradio_updatehelper
resource is not started manually. Doing so may cause a server crash if updates are available due to a race condition.
DO NOT start the whole [sonoranradio] folder as that will also start the sonoranradio_updatehelper which might cause crashing if started manually.
Example of what NOT to do: ensure [sonoranradio]
Start this resource AFTER your preferred framework and any additional framework core resources such as inventory resources
C. Resource Installation (Manual)
1. Download the ZIP
Download the latest release of the FiveM resource
2. Extract the ZIP File
Extract the .zip file into your resources directory. Place the sonoranradio
and sonoranradio_updatehelper
into a folder labeled [sonoranradio]

3. Configure Community Information
Rename the
config.CHANGEME.lua
file toconfig.lua
In the
config.lua
file setcomId
to your community's IDin the
config.lua
file setapiKey
to your community's API key
The community ID and API key can be found in the Administration
tab.

4. Update Your Server Config
In your server.cfg
file, add the following:
# Start the sonoranradio resource
ensure sonoranradio
# Permissions for auto-updater (REQUIRED)
add_ace resource.sonoranradio command allow
add_ace resource.sonoranradio_updatehelper command allow
It is very important that the sonoranradio_updatehelper
resource is not started manually. Doing so may cause a server crash if updates are available due to a race condition.
DO NOT start the whole [sonoranradio] folder as that will also start the sonoranradio_updatehelper which might cause crashing if started manually.
Example of what NOT to do: ensure [sonoranradio]
Configuration Values
ACE Permissions (Command Restrictions)
ACE permissions allow communities to restrict access to actions like using the radio, adding and removing towers, repairing towers, and more.
Configuring ACE PermissionsUpdates
The Sonoran Radio in-game resource will automatically update with the latest features, fixes, and changes upon server restart!
Next Steps
Learn how to customize and use the dispatch and in-game portals:
UsageLast updated
Was this helpful?