EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=598)
-   -   new server public login server (https://www.eqemulator.org/forums/showthread.php?t=29300)

foc 08-21-2009 07:20 PM

new server public login server
 
Hey Guys,

I'm trying to bring up a new server on the public login server and I'm getting the following error:

Code:

[Debug] [WORLD__LS] Connected to Loginserver: eqemulator.net:5998
[Debug] [WORLD__LS_ERR] Login server responded with FatalError.
[Debug] [WORLD__LS_ERR]      Account/Password invalid

I'm using my login server account information to try to register the server with, here my config:

Code:

<?xml version="1.0">
<server>
  <world>
  <shortname>new server</shortname>
<longname>newserver1</longname>

<!-- Only specify these two if you really think you need to. -->
<address>eqserver.eqserver.com</address>
<localaddress>192.168.1.230</localaddress>

<!-- Loginserver information.  -->
      <loginserver>
      <host>eqemulator.net</host>
      <port>5998</port>
      <account>foc</account>
      <password>*</password>
      </loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
      <key>neednew1</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
  </world>

<!-- Database configuration, replaces db.ini. -->
  <database>
      <host>localhost</host>
      <port>3306</port>
      <username>root</username>
      <password>*</password>
      <db>test</db>
  </database>

</server>

any ideas?

drzoyburg 08-23-2009 11:35 AM

Quote:

<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>foc</account>
<password>*</password>
</loginserver>
try this:
<!-- Loginserver information. -->
<loginserver>
<host>new.eqemulator.net</host>
<port>5998</port>
<account>foc</account>
<password>*</password>
</loginserver>


All times are GMT -4. The time now is 09:00 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.