Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 03-02-2015, 07:05 PM
Sinclipse
Hill Giant
 
Join Date: May 2012
Posts: 122
Default

I'm on my phone trying to do this, so forgive me.

Login server - 127.0.0.1
Port - 5998
Account - Admin
Password - (mypw)

Set to unlocked.

Database and qsdatabase are
Host - 127.0.0.1
Port - 3306
User - root
Password - (mypwformysql)
Db - peq

I followed the guide and got to where it says; (In the login window) network error - handle_NewLSInfo error remote address was null defaulting to stream address 127.0.0.1

When I fire up the client (my host file is
[LoginServer]
Host=127.0.0.1:5998 )

And use the default Admin account it says. New titanium client (I'm using RoF2) from 127.0.0.1:55575.

And sits there at logging in please Wait.

I'm using,the Eqclient that you normally would if you had internet.
Reply With Quote
  #2  
Old 03-10-2015, 03:41 PM
Twilightmist
Fire Beetle
 
Join Date: Feb 2015
Location: California
Posts: 11
Default

Quote:
Originally Posted by Sinclipse View Post
I'm on my phone trying to do this, so forgive me.

Login server - 127.0.0.1
Port - 5998
Account - Admin
Password - (mypw)
If you are talking about the eqemu_config.xml file, I got mine to work by leaving the account and password in this section blank. The actual login info is "sha" encrypted in the database, and you need to set this up separately. The loginserver cannot use unencrypted login info. This really tripped me up for a long time, until I realized just what "sha" was.
Reply With Quote
  #3  
Old 03-11-2015, 05:03 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

The above seems right. IF you look at http://wiki.eqemulator.org/p?Windows...Guide&frm=Main there is no username and password specified (you don't need them). I'll add a note to specifically say that they are missed out intentionally.
Reply With Quote
  #4  
Old 03-13-2015, 04:25 AM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

This is what I use for my working server right now:

LOGIN.INI

Code:
[database]
host = 127.0.0.1
port = 3306
db = peq
user = root
password = *******
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 127.0.0.1

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType
EQEMU_CONFIG :

Code:
<server>
	<world>
		<shortname>huppys</shortname>
		<longname>Huppys Norath</longname>

		<loginserver>
			<host>127.0.0.1</host>
			<port>5998</port>
			<account>huppyadmin</account>
			<password>*****</password>
		</loginserver>

		<!-- Server status.  Default is unlocked -->
		<!--<locked/>-->
		<!-- <unlocked/> -->

		<!-- Sets the ip/port for the tcp connections.  Both zones and console (if enabled).  Defaults are shown -->
		<tcp ip="127.0.0.1" port="9000" telnet="disable"/>

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

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

	<!-- Chatserver (channels) information.  Defaults shown -->
	<chatserver>
		<host>127.0.0.1</host>
		<port>7778</port>
	</chatserver>

	<!-- Mailserver (in-game mail) information.  Defaults shown -->
	<mailserver>
		<host>127.0.0.1</host>
		<port>7778</port>
	</mailserver>

	<zones>
		<defaultstatus>1</defaultstatus>

		<!-- Sets port range for world to use to auto configure zones -->
		<ports low="7000" high="7100"/>
	</zones>

	<!-- Database configuration, replaces db.ini.  Defaults shown -->
	<database>
		<host>127.0.0.1</host>
		<port>3306</port>
		<username>root</username>
		<password>*****</password>
		<db>peq</db>
	</database>

	<!-- Launcher Configuration -->
	<launcher>
		<!-- <logprefix>logs/zone-</logprefix> -->
		<!-- <logsuffix>.log</logsuffix> -->
		<!-- <exe>zone.exe or ./zone</exe> -->
		<!-- <timers restart="10000" reterminate="10000"> -->
	</launcher>

	<!-- File locations.  Defaults shown -->
	<files>
		<!-- <spells>spells_us.txt</spells> -->
		<!-- <opcodes>opcodes.conf</opcodes> -->
		<!-- <logsettings>log.ini</logsettings> -->
		<!-- <eqtime>eqtime.cfg</eqtime> -->
	</files>
	<!-- Directory locations.  Defaults shown -->
	<directories>
		<!-- <maps>maps</maps> -->
		<!-- <quests>quests</quests> -->
		<!-- <plugins>plugins</plugins> -->
	</directories>
</server>
If you notice, I do have an "admin" name and password setup in config for login. Works fine.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:37 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3