ItsWizZard
New Member
- Joined
- Dec 4, 2022
- Messages
- 5
- Reaction score
- 0
Before posting this I have already looked for a solution to my problem and was not able to resolve it.
Hey guys, so today I have tried to Open a dev server for me and my friend.
I have opened all necessary ports: 80, 7171, 7172, 8080.
Website works on all IP's: localhost, 127.0.0.1, internal: 192.168.0.45, external IP & domain.
The issue lies with the server and the server's config:
when I set the IP to: 127.0.0.1, the server starts and I can login with the 127.0.0.1 client as expected.
when I set the IP to: 192.168.0.45, the server starts and logging in with 127.0.0.1 client is not possible, logging in with 192.168.0.45 client gets me into the character list but when I choose a character I get
when I set the IP to: external IP or domain, the server crashes after this.

Any help is much appreciated.
Hey guys, so today I have tried to Open a dev server for me and my friend.
I have opened all necessary ports: 80, 7171, 7172, 8080.
Website works on all IP's: localhost, 127.0.0.1, internal: 192.168.0.45, external IP & domain.
The issue lies with the server and the server's config:
LUA:
ip = "xxx"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
httpPort = 8080
httpWorkers = 1
when I set the IP to: 127.0.0.1, the server starts and I can login with the 127.0.0.1 client as expected.
when I set the IP to: 192.168.0.45, the server starts and logging in with 127.0.0.1 client is not possible, logging in with 192.168.0.45 client gets me into the character list but when I choose a character I get
Your game session is already locked to a different IP. Please log in again.
, and I get the same error message when trying to login with external IP client.when I set the IP to: external IP or domain, the server crashes after this.

Any help is much appreciated.