can someone help me set it up i cant get it to work hooked up with a cad
I install everything as instructed but when I load the interface all I get is the blue background and nothing else.
Did you modify anything with the map tiles? Or did you put the proper directory for the map tiles to be loaded from?
No I didn’t. I made almost no changes. I installed the files, changed the config.example.json to config.json, edited it to so the IP and ports matches that of my server and I still get that screen when I load the Live Map
What about if if use the debug.html file? Does this still happen?
It looks like the bundling of the JS files might have screwed up somehow…
Getting this…
‘Error getting blips! Maybe the server is down or, the config is setup incorrectly.’
Console looks good and everything is loading.
Loaded live_map.net, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null into ScriptDomain_716306426
Instantiated instance of script Havoc.Live_Map.LiveMap.
loaded blip cache from file
Started resource live_map
Also cannot access live map from outside my Network.
And I do not seem to have this file ’ utils/config.php’ ?
Since you’re using 3.2.0 Look for Config.Example.json and rename it to Config.json leaving it in place. Then edit the file’s values to match your server and remove the examples you don’t need. What server are you using to run your interface? Linux or Windows and what version?
Did all that already.
And it is Windows 10.
Make sure the ports for your fivem server and your socket port are open on your router as well as the general web ports (8080, 80, etc.) I use a Linux Ubuntu Server so it the best advice I can offer. That will also explain why you can’t access it outside of your Network. This can be either your antivirus software and/or your router/windows firewall.
If I set my IP to my internal one instead of my external I get the blips.
When I have it setup to use my external IP I do not get the blips and I get this message when trying to see the map from outside my network ‘Rejected request from RFC1918 IP to public server address’.
See if this link will help. To me it still seems like a port forwarding issue.
I had actually read that page already.
The only thing it could be is that maybe my ISP is blocking port 80, so even if I forward it (which I have) it still will not forward the port to my Server.
That could be the case. I rent a server from Zap-Hosting for my webserver. You can also try OVH.
Running on my own Hardware.
If you have Skype it uses port 80 so you may have to change that
I just need to fivure out why I am getting the message 'Rejected request from RFC1918 IP to public server address’.when connecting from outside my network.
By looking at the error message, it seems you have invalid JSON in the config file.
The following should work for you:
{
"debug": false,
"tileDirectory": "images/tiles",
"iconDirectory": "images/icons",
"showIdentifiers": true,
"defaults": {
"ip": "185.249.196.235",
"fivemPort": "32024",
"socketPort": "30121",
"liveMapName": "live_map"
},
"servers": {
"Default server 1": {}
},
"maps": [{
"name": "Postal",
"url": "images/tiles/postal/minimap_sea_{y}_{x}.png",
"minZoom": -5
}]
}
Make use of JSON validators, they can really help out: https://jsonlint.com/ 
Any solution to the map blips being off slightly?
It works. Thanks so much. I’ll bookmark that site for future use. 


