PDA

View Full Version : Need help with my server please


jamescameronsmith2004
02-22-2023, 01:35 PM
Hello, so I setup my server (Rayovac) and I can connect to it but my dad (under the same house and obv ip) can't connect it gives him a 1017 error.

Here is my config file:

{
"server": {
"zones": {
"defaultstatus": "0",
"ports": {
"low": "7000",
"high": "7400"
}
},
"qsdatabase": {
"host": "localhost",
"port": "3306",
"username": "root",
"password": "eqemu",
"db": "peq"
},
"chatserver": {
"port": "7778",
"host": ""
},
"mailserver": {
"host": "",
"port": "7778"
},
"world": {
"loginserver1": {
"account": "Jamessmith04",
"password": "Cameron10377",
"legacy": "1",
"host": "login.eqemulator.net",
"port": "5998"
},
"loginserver2": {
"port": "5998",
"account": "",
"password": "",
"host": "127.0.0.1"
},
"loginserver3": {
"port": "5998",
"account": "",
"password": "",
"host": "login.projecteq.net"
},
"tcp": {
"ip": "127.0.0.1",
"port": "9001"
},
"telnet": {
"ip": "0.0.0.0",
"port": "9000",
"enabled": "true"
},
"key": "averylongrandomkeyformyserver124745723",
"shortname": "Raysovac",
"longname": "Rays"
},
"database": {
"db": "peq",
"host": "localhost",
"port": "3306",
"username": "root",
"password": "eqemu"
},
"files": {
"opcodes": "assets/opcodes/opcodes.conf",
"mail_opcodes": "assets/opcodes/mail_opcodes.conf"
},
"directories": {
"patches": "assets/patches/",
"opcodes": "assets/opcodes/"
}
}
}

jamescameronsmith2004
02-22-2023, 01:36 PM
it's formatted correctly btw i don't know why it's not formatted correctly here.

Kingly_Krab
02-22-2023, 05:22 PM
You need to set your “localaddress” in world to your local IP. If you need any more help, feel free to check out the Discord server, as this issue has been encountered and fixed numerous times in there.