This server provides the map socket and map tiles for the admin panel live map.
- Download .example.env and admin-panel-sockets.exe to a directory of your choice
- Download the display-map.json and vehicle-map.json to the same directory
- Rename the .example.env to .env
- In the .env, set the SSL_CERT and the SSL_KEY to the path to your SSL certificate and key
- Add the secret tokens for every server (used for accessing the /world.json route)
- Example for c2s1
c2s1=mytoken
- Make sure you open port 8080 to the public
- Run admin-panel-sockets.exe