I'm having issues connecting to a localhost server using Azeroth Core. The server is up and running, I've set the realmlist ip as 127.0.0.1, both in the MSQL and in my client, yet it doesn't seem like I can connect to it. Any help would be appreciated. Screenshot of client and server
I think the problem is here:
Authserver listening to
0.0.0.0:8085
You changed the default port of the authserver
process to 8085
. That's supposed to be the port of the worldserver
instead.
The client uses by default the port 3724
so that should be the port you should set as RealmServerPort of your authserver.conf
configuration file.
RealmServerPort = 3724