NolimitHost
Last updated: July 23, 2026
This guide shows you how to set up automated messages on your FiveM server — for example, countdown warnings before a scheduled restart or a "Join our Discord" message that repeats every 15 minutes. There are two ways to set up automated messages on your FiveM server: via txAdmin built-in warnings or via a standalone resource for recurring timed messages.
txAdmin is the web interface used to manage your FiveM server — you can reach it from your panel's Console, where its address and Master PIN are shown.
txAdmin automatically sends countdown warnings before scheduled restarts at 30, 15, 10, 5, 4, 3, 2, and 1 minutes. Configure restart schedules under Settings → Restart Schedule.
From the txAdmin dashboard, use the Announce feature to broadcast a message immediately.
To use your own UI instead of the default, add to server.cfg:
setr txAdmin-hideDefaultAnnouncement true
setr txAdmin-hideDefaultScheduledRestartWarning true
Resources can then listen for txAdmin:events:announcement and txAdmin:events:scheduledRestart events.
For timed recurring messages (e.g., "Join our Discord" every 15 minutes):
resources/ via Files in the left sidebar. Edit the config to set messages, intervals, and display style.ensure my_announcement_resource to server.cfg, save it, then start the server again from Console.This website uses cookies to ensure security, session management, and basic functionality. For details on all cookies used and how to manage your preferences, please see our Privacy Policy.