
A real-time Live Map Script for FiveM – This mod allowsto view a live map of their game world, making it easier to manage, interact, and enhance the overall gaming experience. It includes both a server-side resource and a web interface.
Here’s a quick preview of what the Live Map looks like in action.

Purpose: The Live Map mod is designed to provide real-time visualization of your FiveM server’s map. Whether you’re an admin looking to monitor player locations or a player wanting to see what’s happening around town, this mod is your go-to solution.
Enhances Gameplay: The mod adds a new layer of immersion, allowing players to interact with the live map. Admins can easily manage and oversee game sessions, improving overall server administration.
Unique Aspects: The mod is split into two parts—the server-side resource (live_map) and the web interface (live_map-interface). This separation ensures flexibility and ease of use, tailored to your server’s specific needs.
live_mapresources/live_map.server.cfg:
server.cfg file.start live_map1 2 3 Loaded live_map.net, ... Started resource: live_maplive_map-interfaceconfig.example.json to config.json.config.json and adjust the values to fit your server settings.Add the following to your server.cfg file.
set socket_port 30121
set livemap_debug "warn" # "[all]" 'trace', 'debug', 'info', 'warn', 'error', 'fatal', 'off'
set blip_file "server/blips.json"
set livemap_access_control "*"
set livemap_use_nucleus true # Allow livemap to set up a secure reverseProxy using the Nucleus project
ensure live_map
Stay tuned for updates, improvements, and new features. If you encounter any issues or have suggestions, feel free to reach out via the documentation pages or our community forums.