|
Can I set up the server on a separate WAN server? Each client will connect to it using lanucher. If so, could you please tell me how? Thank you. |
Answered by
luskaner
Sep 13, 2025
Replies: 1 comment 1 reply
|
Hello: Yes, as long as it can be reached via the 443 on IPv4 it can be anywhere. However, if it is outside the LAN it will not get discovered and each client launcher will need to configure, something like:
As the game |
1 reply
Answer selected by
luskaner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello:
Yes, as long as it can be reached via the 443 on IPv4 it can be anywhere. However, if it is outside the LAN it will not get discovered and each client launcher will need to configure, something like:
[Server].Host = <host/IPv4>As the game
BattleServer.exe(it's a standalone executable) also requires to be in LAN to be autodiscovered, it needs to be hosted and IPv4 and ports need to configurable and accessible. Read this to use an Online-Like one, otherwise, players can only join and host lobbies for their LAN peers.