I did manage to join my server if I am using my LOCAL ip. But that prevents other people from joining. If I use my PUBLIC ip for the server - people can join but I can't. In Arma 3 I used to use my local IP from direct connect to join my server, but here it does not seem to work at all.
My server settings -
{
"dedicatedServerId": "HIDDEN", "region": "EU", "gameHostBindAddress": "", "gameHostBindPort": 2457, "gameHostRegisterBindAddress": "PUBLIC IP", "gameHostRegisterPort": 2457, "adminPassword": "kurcheta", "game": { "name": "SERVERNAME", "scenarioId": "{59AD59368755F41A}Missions/21_GM_Eden.conf", "playerCountLimit": 16, "visible": true, "password": "PASSWORD", "gameMode": "", "supportedGameClientTypes": [ "PLATFORM_PC" ], "gameProperties": { "serverMaxViewDistance": 3000, "battlEye": false, "fastValidation": true }, "mods": [] }
}
Again - for "gameHostRegisterBindAddress" if I use LOCAL IP - works only for me, if I use PUBLIC IP - works only for others, not for me.