RoadPhone supports Fivemerr as an alternative to Fivemanage for media storage and management.

Prerequisites

Before setting up Fivemerr, ensure you have:
  • A Fivemerr account with or without an active subscription
  • Your Fivemerr Media API key (available in your account dashboard)
  • Access to edit the RoadPad resource files

Configuration Steps

1

Locate API Configuration

Navigate to your RoadPhone resource folder and open API.lua.
2

Insert API Key

Find the Fivemerr configuration section and paste your API key:
-- Fivemerr API Configuration
Config.FivemerrKey = "YOUR_FIVEMERR_API_KEY_HERE"
Keep your API key secure. Never share it publicly or commit it to version control.
3

Select Media Provider

Ensure Fivemerr is selected as your media provider in the configuration:
Config.uploadMethod = "fivemerr" -- Options: "fivemanage" or "fivemerr"
4

Verify Integration

Restart your server and take a picture ingame to see if the upload is successful.

Features Enabled

With Fivemerr properly configured, you unlock:
  • 📸 Gallery Storage - Photos and videos saved to cloud
  • 📱 Media Sharing - Send images and videos through messages

Troubleshooting

  • Verify your API key is correctly formatted
  • Check if Fivemerr services are operational
  • Ensure your server can reach Fivemerr endpoints
  • Check your storage quota on Fivemerr
  • Change Config.uploadMethod to “fivemerr”
  • Add your Fivemerr API key
  • Restart the server

Fivemerr Dashboard

Manage your Fivemerr account, API keys, and storage settings