I built the dedicated server, added it to my project, packaged both game and server and everything went smoothly. Set it up so that there’s a lobby where you can join the server by clicking a button that’s set as open map (127.0.0.1) but it won’t work. I will start the server, open the game and click the button but nothing will happen and no messages whatsoever in the server log. I also set a string after the “open map” and the string will print but nothing else works. Any help?
Are other clients using different PCs? 127.0.0.1 is local to the users PC you cannot connect like this over internet.
For now I just want to test it so it’s only me, running the server and trying to join from the same computer. But I did also try with my public ip and that didn’t work either. I also tried disabling firewall
1 Like