EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Private Server Can Not Connect - /H Pls! (https://www.eqemulator.org/forums/showthread.php?t=42790)

mudman1 01-25-2020 12:36 PM

Private Server Can Not Connect - /H Pls!
 
EQMU_CONFIG_JSON

Windows 10 1903. Running server on same PC as game. I tried with Firewall disabled and DMZ off on router too. Do i need 127.0.0.1, instead of router IP? Tried that too about 10 hours into this tried a bunch of stuff.

Titanium 5998

do i need this
"localaddress" : "192.168.197.129", in login.json ?
I see this in https://eqemu.gitbook.io/server/cate...lation-windows at bottom of page but it does not say much about it.



Any help appreciated.


{
"server" : {
"chatserver" : {
"host" : "",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"mailserver" : {
"host" : "",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"webinterface" : {
"port" : "9081"
},
"world" : {
"http" : {
"enabled" : "true",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "192.168.XX.XX",
"password" : "",
"port" : "5998"
},
"longname" : "aaaaaaa",
"shortname" : "aa",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9001"
},
"telnet" : {
"enabled" : "true",
"ip" : "0.0.0.0",
"port" : "9000"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7400",
"low" : "7000"
}
}
}
}

LOGIN.JSON
{
"account" : {
"auto_create_accounts" : true
},
"client_configuration" : {
"sod_opcodes" : "login_opcodes_sod.conf",
"sod_port" : 5999,
"titanium_opcodes" : "login_opcodes.conf",
"titanium_port" : 5998
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"user" : "root"
},
"logging" : {
"dump_packets_in" : false,
"dump_packets_out" : false,
"trace" : false,
"world_trace" : false,
},
"security" : {
"allow_password_login" : true,
"allow_token_login" : true,
"mode" : 14
},
"web_api" : {
"enabled" : true,
"port" : 6000
},
"worldservers" : {
"reject_duplicate_servers" : false,
"unregistered_allowed" : true,
}
EQHOST.TXT
[LoginServer]
Host=192.168.XX.XX:5998

mudman1 01-25-2020 01:10 PM

Working Now - Follow up.
 
t_start_server_with_login_server.bat

needs this batch file not the start_server one. That is not in the documentation..

also i deleted login server 1 completely and took off the 2 on login server 2


its always something stupid


if I change the name of the server , the short name the server does not show up on the server list. Does that need to stay as "shortname" : "Akkas PEQ Installer"?
what is "longname" : "Mine (nyKpVK)", nykpvk? what is that? does that need to be there?

wont work if short name is changed what is that all about?


All times are GMT -4. The time now is 08:52 AM.

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