A simple WarThunder map host, used to limit who can download your map.
- Visit control with password.
- Multi map host.
- Map manager with upload and delete.
- multiple map
- Anything more? Submit your issue.
- Download the server executable program or build the source code by self.
- Edit the config.toml with you own idea.
- Fill the secret key in config.toml (required).
- Edit tmpl files in
./tamplatesif you want to customize your website. - Start server
You can use any string you want as the key without limit. But we recommend you use the key fully random (generate with tools), and longer than 256bit (32byte).
The command below can help you generate a random key with 32byte long.
openssl rand -base64 64You should run this server with a public server but not your local pc. The game cannot visit the map with private IP address.