PDA

View Full Version : Power up my Server, It doesnt appear on Server list.


rlie_0
07-19-2017, 09:42 PM
So I get my server up and going on my New windows 10 OS. I got the Database set up again, the server files are in place, I go to run the system and it fails to show up on server list...what gives?

Nerdgasm
07-20-2017, 11:28 AM
Need more information...

How is your config.xml set up?

Are your ports opened?

What do the logs say?

Did you use Akka's server set up?

.... I mean... Simply stating; 'it doesn't work' isn't enough...

It's not windows 10 so don't blame the OS, I'm using windows 10, I used Akka's server set up, and my server is running fine...

Fridgecritter
07-20-2017, 11:59 AM
It could be port forwarding issues, anything really. You need to tell us what you used to set up your server, and it would help if you would open your config file and copy and paste it here with the DB password Xed out to start.

rlie_0
07-20-2017, 05:42 PM
<?xml version="1.0">
<server>

<world>

<!-- Set the shortname to ONE word. The longname is what shows up on server list -->
<shortname>Rlie</shortname>
<longname> ! ! (A Classical Server!) Testing, Looking for beta players</longname>



<!-- DO NOT EDIT ANY LINES BETWEEN HERE AND THE DATABASE SECTION -->
<!-- <address>do.not.edit</address> -->
<!-- <localaddress>do.not.edit</localaddress> -->



<!-- Loginserver information. DO NOT EDIT -->
<loginserver>

<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>

</loginserver>


<!-- Server status. Default is unlocked DO NOT EDIT RIGHT NOW -->
<!--<locked/>-->
<!-- <unlocked/> -->



<!-- Sets the ip/port for the tcp connections. DO NOT EDIT -->
<tcp ip="127.0.0.1" port="9000" telnet="disable"/>



<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>rliesuperservercrazyserver1</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. DO NOT EDIT -->
<chatserver>

<host>192.168.1.141</host>
<port>7778</port>

</chatserver>

<!-- Mailserver (in-game mail) information. DO NOT EDIT -->
<mailserver>

<host>192.168.1.141</host>
<port>7778</port>

</mailserver>

<zones>

<!-- The defaultstatus is what status the new toons will have on your server -->
<defaultstatus>0</defaultstatus>



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

</zones>

<!-- Set username to root and password is your MySQL password and db to peq -->
<database>

<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>xxxxxxxxxxx</password>
<db>venge</db>

</database>
<qsdatabase>

<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>xxxxxxxxxxx</password>
<db>venge</db>

</qsdatabase>

<!-- Launcher Configuration DO NOT EDIT-->
<launcher>

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

</launcher>

<!-- File locations. DO NOT EDIT -->
<files>

<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->

</files>
<!-- Directory locations. DO NOT EDIT -->
<directories>

<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->

</directories> </server>

rlie_0
07-20-2017, 05:43 PM
It might be a port forwarding issue for sure. I've moved since I last also changed Internet company and a Router.

Nerdgasm
07-20-2017, 05:58 PM
It might be a port forwarding issue for sure. I've moved since I last also changed Internet company and a Router.

It's a port forwarding issue then, if you've changed routers. Correct me if I'm wrong but port forwarding is per router, go into your router and forward the right ports and give 'er another shot. If you have any further issues post back. I'm home now, so I can help further if you need.

Nightrider84
07-21-2017, 12:35 AM
This part is what's causing the problem.

<!-- Loginserver information. DO NOT EDIT -->
<loginserver>

<host>eqemulator.net</host> <--------------This needs to be login.eqemulator.net
<port>5998</port>
<account></account>
<password></password>

</loginserver>

rlie_0
07-21-2017, 02:45 AM
This part is what's causing the problem.

<!-- Loginserver information. DO NOT EDIT -->
<loginserver>

<host>eqemulator.net</host> <--------------This needs to be login.eqemulator.net
<port>5998</port>
<account></account>
<password></password>

</loginserver>

That was it I cant believe it, thank you for your help!

bestdruid
07-21-2017, 09:13 AM
Is it possible to run a client from the server machine also ?
Nevermind found my issue. I saw a post that explained my IP issue if connecting to locahost.