View Single Post
  #23  
Old 11-21-2021, 08:00 PM
fozy
Fire Beetle
 
Join Date: Oct 2019
Posts: 10
Default

Having issues getting my server to show up on the server list (host: : login.eqemulator.net”
I tried what splose suggested adding, I added it to the loginserver1 stanza, not sure that is where it goes though or if that would be the issue?
“localaddress”: “127.0.0.1”
“address”: “my external IP address xx.xx.xx.xx”
so part of my eqemu_config.json file looks like

"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "",
“localaddress”: “127.0.0.1”,
“address”: “my external IP address xx.xx.xx.xx”,
"port" : "5998"

but it still doesn’t populate on the server list. When I look in my log folder at the file world_xxx.log
I see these two lines

[11-21-2021 :: 18:01:56] [WorldServer] [Info] Login server responded with FatalError
[11-21-2021 :: 18:01:56] [WorldServer] [Error] Error [Worldserver Account / Password INVALID.]

I don’t know if this is what is causing it not to show up on the server list or if there is another issue. Any suggestions or guidance would be greatly appreciated.
Reply With Quote