View Single Post
  #1  
Old 02-22-2023, 01:35 PM
jamescameronsmith2004
Fire Beetle
 
Join Date: Feb 2023
Posts: 4
Default Need help with my server please

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/"
}
}
}
Reply With Quote