⚠️ Note:
At the moment, this LiveMap is exclusive to IceMod servers until public release approval.
🧊 IceMod LiveMap
Real-time Server & Player Tracking for ARK: Survival Ascended
IceMod LiveMap is a powerful server-side LiveMap solution designed specifically for IceMod servers. This mod provides real-time map visualization, multi-server support, and extended admin monitoring tools.
🌍 Features
✅ Real-time Player Tracking
All players are displayed on the map at configurable time intervals.
✅ Offline Character Support
Offline characters remain visible on the map, allowing admins to track last known positions.
✅ Multi-Server Compatibility
Run multiple ARK servers simultaneously and display them seamlessly in one LiveMap system.
✅ Advanced Admin Tools
Admins gain access to additional map-based controls and monitoring features (admin-only).
✅ Lightweight & Configurable
Update intervals, debug logging, and server identifiers can be fully customized.
⚙️ Configuration (GameUserSettings)
Add the following section to your GameUserSettings.ini:
[IceModLiveMap]
License= "GUID"
ServerID = "ServerID"
UpdateIntervallSeconds = 5
DebugMode = False
Not needed. only when self hosting available
WebUrl = "http://your-livemap-url/"
🔧 Configuration Options Explained
License
A unique guid used to identify which server is binded to.
WebUrl
The base URL of your LiveMap web service. All player, character, and server data will be sent to this endpoint.
ServerID
A unique id used to identify this server within the LiveMap system. Required when running multiple servers.
UpdateIntervallSeconds
Determines how often (in seconds) the server sends updates to the LiveMap. Lower values provide smoother updates but increase server load.
DebugMode
Enables additional logging for troubleshooting and development. 👉 Recommended to keep this set to False on live servers.