View Single Post
  #1  
Old 10-22-2021, 06:49 PM
thefusz
Sarnak
 
Join Date: Feb 2010
Posts: 35
Exclamation 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
}
}
Reply With Quote