EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   Nobody can connect? (https://www.eqemulator.org/forums/showthread.php?t=43431)

thefusz 10-22-2021 06:49 PM

Nobody can connect?
 
I have followed the guide and been reading forum posts everywhere and cannot figure this out; i'm sure i'm just over-looking something but I'm needing your help. When someone tries to connect to my server they just get black screened and kicked back to server select. So the following will be which ports I have forwarded followed by my eqemu_config.json and my login.json files.
;;


Ports (and all of these ports are both udp and tcp):

9000
to
9001

7000
to
7500

7778
to
7778

5999
to
5999

6000
to
6000

5998
to
5998

eqemu_config.json:
{
"server" : {
"chatserver" : {
"host" : "",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "Localhost",
"password" : "*****",
"port" : "3306",
"username" : "root"
},
"directories" : {
"opcodes" : "assets/opcodes/",
"patches" : "assets/patches/"
},
"files" : {
"mail_opcodes" : "assets/opcodes/mail_opcodes.conf",
"opcodes" : "assets/opcodes/opcodes.conf"
},
"mailserver" : {
"host" : "",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "Localhost",
"password" : "*****",
"port" : "3306",
"username" : "root"
},
"world" : {
"key" : "BVfLE8wg8uJqRC9nUbXhkfa5HST1901",
"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "*****",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "127.0.0.1",
"password" : "",
"port" : "5998"
},
"longname" : "Project Gate [Velious]",
"shortname" : "Project Gate [Velious]",
"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" : "assets/opcodes/login_opcodes_sod.conf",
"sod_port" : 5999,
"titanium_opcodes" : "assets/opcodes/login_opcodes.conf",
"titanium_port" : 5998
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "*****",
"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
}
}

Nightrider84 10-24-2021 11:40 PM

So the problem with black screen at login means that They are connecting to the Login server and see your server. But are being blocked from entering, Usually because of a port forward issue. Are you able to login to the server yourself? Also is your server using a static IP so the ports dont get messed up? And can you post your server launch shortcut contents


All times are GMT -4. The time now is 01:48 AM.

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