FiveM Discord Bot - Monitor your FiveM Server easily.
| Status |
Upvotes |
Servers |
Owner |
 |
 |
 |
 |
All New FiveM Monitor Functionality - it tells you when your FiveM Server goes online/offline!

No Advanced Setup Required!
FiveM Bot is a discord bot by Zua that makes monitoring your FiveM server easily.
Set-Up
-
Invite the bot
-
In any channel, type $set <serverAddress:Port> (example: $set 82.252.125.20:30120)
-
The Bot is now setup, do $help to see all the commands
Commands
$help Sends Help Embed
$set <serverAddress:withPort> - Sets the IP of the FiveM Server for the bot
$players - Gets the current player list of a server
$info - Gets all information of a server
$hide - Enables/disables (toggles) server IP address from being shown in bot messages
$find <username> - Finds a user that is on the server via Username
$id <id> - Finds a user that is on the server via Server ID
$status - Checks the current status of the server
$status - Checks if the server is online
$stats - Checks bot statistics
$forum - Checks the current categories on https://forum.fivem.net/
$forum <category> - Displays the latest topics in the respective category on https://forum.fivem.net/
$forum search <search terms> - Searches terms on https://forum.fivem.net/
$forum user <username> - Displays user’s profile info on https://forum.fivem.net/
$save-log <person's server id> - Saves a player’s information
$get-log - Gets a player’s information (per guild)
$monitor set <#channel> - Sets a channel to send updates about the status of your FiveM Server in real-time
$monitor - Sends monitor help information.
$monitor toggle - Enables/disables (toggles) real-time updates being sent to the specified channel
$monitor mode update - Change monitor mode to update - where the bot will send you updates every 13 minutes. Demonstration
$monitor mode default - Change monitor mode to default - where the bot will send you updates whenever your server goes offline/online (state change). Demonstration
$rcon help - Sends RCON help information.
$rcon set <rcon_pwd> - Sets the guild’s RCON server password
$rcon <query_commands> - Executes an RCON Command remotely to your FiveM Server.
Tutorial/Demonstration

or Click Here
Note this is a bit out of date.

Optional Installation (Advanced Users)
This bot is ran by node.js using the discord.js library.
Make sure you have NodeJS installed.
- Download Here.
- Run
setup.cmd and follow the prompts
-
If you aren’t able to execute bat files then cd into the directory of the bot and type:
npm i
# then after that is done, type:
npm run build
- Run the
run.bat file or do (in the cmd line):
node fivem.js
FAQ
| Error |
Solution |
Example |
Error: Invalid URI |
Set the FiveM server URL correctly: No <> symbols and no spaces between the port and No http://
|
$set 69.20.156.100:30120 |
FetchError: invalid json response body [...] reason: Unexpected token in JSON |
Please use your direct IP address, not the cfx.re shortened URL
|
DO NOT: $set cfx.re/join/wjhe2g:30120 ← that is not your IP, INSTEAD DO: $set 69.20.156.100:30120 ← using your own IP |