View Single Post
  #6  
Old 05-18-2018, 05:41 PM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

Quote:
Originally Posted by spidey1170 View Post
[31m[Error] Handle_NewLSInfo error, remote address was null, defaulting to stream address <SERVER_IP>[0m
[33m[World Server] Server <SERVER_NAME> attempted to log in but account and password did not match the entry in the database.[0m
In your tblserveradminregistration table, the AccountName and AccountPassword
have to match the name and password in your config file.

"loginserver2" : {
"account" : "<server_admin>", <<<<<<<<<<<<<<<<<
"host" : "<server_external_IP>",
"password" : "<server_admin_password>", <<<<<<<<<<<<
"port" : "5998"
Reply With Quote