https://github.com/coalaura/legacyrp-admin-panel-sockets
https://github.com/coalaura/legacyrp-admin-panel-sockets
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coalaura/legacyrp-admin-panel-sockets
- Owner: coalaura
- Created: 2021-07-10T20:58:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T15:01:51.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T18:55:58.138Z (about 2 years ago)
- Language: Go
- Size: 582 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.go
Awesome Lists containing this project
README
# LegacyRP Admin Panel Socket Server
This server provides the map socket and map tiles for the admin panel live map.
### Usage
1. Download [.example.env](.example.env) and [admin-panel-sockets.exe](admin-panel-sockets.exe) to a directory of your choice
2. Download the [display-map.json](display-map.json) and [vehicle-map.json](vehicle-map.json) to the same directory
3. Rename the .example.env to .env
4. In the .env, set the SSL_CERT and the SSL_KEY to the path to your SSL certificate and key
5. Add the secret tokens for **every** server (used for accessing the /world.json route)
- Example for c2s1
- `c2s1=mytoken`
6. Make sure you open port 8080 to the public
7. Run admin-panel-sockets.exe