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 01-20-2016, 09:25 PM
XanatosNemos
Sarnak
 
Join Date: Feb 2007
Posts: 53
Default Can't find my server on the list, searches exhausted.

I was able to move on and have the 4 black windows open for hosting a server as per following the setup guide for windows.

I am unable to find my server on the server list once logged in.

Please help!
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
Reply With Quote
  #2  
Old 01-21-2016, 01:20 AM
Excuses
Hill Giant
 
Join Date: Mar 2015
Posts: 126
Default

Have you setup a loginserver through EQEmu?
Reply With Quote
  #3  
Old 01-21-2016, 01:26 AM
XanatosNemos
Sarnak
 
Join Date: Feb 2007
Posts: 53
Default

http://wiki.eqemulator.org/p?Complet...ide&frm=Main#3

Followed this. dont recall doing anything much browser side beyond downloads
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
Reply With Quote
  #4  
Old 01-21-2016, 01:30 AM
Excuses
Hill Giant
 
Join Date: Mar 2015
Posts: 126
Default

http://www.eqemulator.org/index.php?pageid=ws_mgmt


Create your world server. This is the information you put inside your eqemu config document, fill out the acc / pass that u create here.

<loginserver>
<host>login.eqemulator.net</host>
<port>5998</port>
<account>Account_Created</account>
<password>******</password>
</loginserver>

Restart server.


If it comes up as locked, you need to forward your ports
Reply With Quote
  #5  
Old 01-21-2016, 01:37 AM
XanatosNemos
Sarnak
 
Join Date: Feb 2007
Posts: 53
Default

i hadnt put anything in the account/pw area of config as it said to leave them default but now that i have and have created a world server here on the site, i still cant find it on the list. =/
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
Reply With Quote
  #6  
Old 01-21-2016, 02:08 AM
Excuses
Hill Giant
 
Join Date: Mar 2015
Posts: 126
Default

Does it say your sever is running? What config etc did u put, what's the name
Reply With Quote
  #7  
Old 01-21-2016, 02:12 AM
XanatosNemos
Sarnak
 
Join Date: Feb 2007
Posts: 53
Default

Code:
<?xml version="1.0"?>
<server>
	<world>
		<shortname>Desiderium</shortname>
		<longname>Realm of Shadows</longname>

		<!-- Only specify these two if you really think you need to.  (read: You don't) -->
		<!-- <address>some.server.com</address> -->
		<!-- <localaddress>192.168.0.5</localaddress> -->

		<!-- Loginserver information.  Defaults shown -->
		<loginserver>
			<host>login.eqemulator.net</host>
			<port>5998</port>
			<account>myworldserveraccount</account>
			<password>myworldserveraccountpw</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="localhost" port="9000" telnet="disable"/>

		<!-- Sets the shared key used by zone/launcher to connect to world -->
		<key>iputarandombunchofnumbershere</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>channels.eqemulator.net</host>
		<port>7778</port>
	</chatserver>

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

	<zones>
		<defaultstatus>20</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>localhost</host>
		<port>3306</port>
		<username>root</username>
		<password>i put my sql pw here.</password>
		<db>peq</db>
	</database>

	<qsdatabase>
		<host>localhost</host>
		<port>3306</port>
		<username>root</username>
		<password>i put my sql pw here.</password>
		<db>peq</db>
	</qsdatabase>

	<!-- 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>


i have a feeling my world and queryserv are getting stuck at 'connecting to mysql...'
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
Reply With Quote
  #8  
Old 01-21-2016, 02:22 AM
Excuses
Hill Giant
 
Join Date: Mar 2015
Posts: 126
Default

For your server to show up, it needs to say in world.exe 'Loading Items etc'
New connection from ip.ip.ip.ip.

If you can provide some info on after you launche start.bat im sure i can help out somehow
Reply With Quote
  #9  
Old 01-21-2016, 02:25 AM
XanatosNemos
Sarnak
 
Join Date: Feb 2007
Posts: 53
Default

it never did that, world mostly had about 5 lines of yellow and then about20 options.. things like updating etc..


i tried to play around with changing localhost to my ip and see if rebooting server would help... even after changing back i cannot even get server to launch now it gives me the cannot open config error.

Appreciate the helps, ill reply quickly.
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
Reply With Quote
  #10  
Old 01-21-2016, 02:27 AM
XanatosNemos
Sarnak
 
Join Date: Feb 2007
Posts: 53
Default

__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
Reply With Quote
  #11  
Old 01-21-2016, 02:37 AM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

You are missing database updates you need to read the world.exe window and follow the options.
Reply With Quote
  #12  
Old 01-21-2016, 02:37 AM
Excuses
Hill Giant
 
Join Date: Mar 2015
Posts: 126
Default

Ok first run those updates from world.exe

I thin its 3, let it run through untill it reutrn the 20 options than press 3 again. Missing dbase so it should source anything missing.

Is it local server or hosted?
Reply With Quote
  #13  
Old 01-21-2016, 02:43 AM
XanatosNemos
Sarnak
 
Join Date: Feb 2007
Posts: 53
Default

localserver, booting up now and lets see!
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
Reply With Quote
  #14  
Old 01-21-2016, 02:47 AM
XanatosNemos
Sarnak
 
Join Date: Feb 2007
Posts: 53
Default

I'm in! But how do I add in those custom items i made over with EOC ? lol

thanks again guys!
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
Reply With Quote
  #15  
Old 01-21-2016, 02:50 AM
XanatosNemos
Sarnak
 
Join Date: Feb 2007
Posts: 53
Default

(EDITED OUT, this ones solved)
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
Reply With Quote
Reply


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 11:08 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3