SMDV-ServerStatusPingFiveM
A simple and fast status checker for FiveM servers. It sends heartbeat pings, logs activity, and can notify a Discord webhook. This version is clean, easy to set up, and built to run with almost no performance impact.
What It Does
- Sends regular status pings to any service you choose
- Logs everything to your console
- Saves logs to a file so you can look back at issues
- Can also send updates to a Discord webhook
- Shows a colorful splash when it starts
- Sends a thank-you message after 15 seconds
Why Itβs Useful
This script helps you keep track of server uptime and lets you know right away when something stops working. Itβs lightweight and doesnβt slow your server down. Everything is controlled from one config file.
Features
- Easy configuration
- Fast and optimized
- Log file support
- Console logging
- Discord logging
- Retry system for failed pings
- Startup splash screen
How To Install
- Drag the folder into your
resources directory
- Edit the
config.lua file
- Add this to your server.cfg:
ensure smdv-ServerStatusPingFiveM
- Restart your server
Configuration
All options are in the config.lua file. You can change:
- Ping interval
- Webhook URL
- Whether logs go to console, file, or Discord
- How many retries pings should attempt
- Status service URLs
- Discord embed settings
Notes
This script is made to be simple and reliable. If you need extra features, more logging, or deeper monitoring tools, they can be added later.
Credits
Made by SantosMods.dev