|
|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
| Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself. |
 |
|
 |

01-23-2018, 11:06 PM
|
 |
Discordant
|
|
Join Date: May 2016
Location: Under a rock
Posts: 290
|
|
This is what I use for (private) "outside" connections for friends to connect.
Code:
{
"server" : {
"chatserver" : {
"host" : "127.0.0.1",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "password",
"port" : "3306",
"username" : "username"
},
"mailserver" : {
"host" : "127.0.0.1",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "password",
"port" : "3306",
"username" : "username"
},
"world" : {
"address" : "external-IP",
"http" : {
"enabled" : "false",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "asdfghjklzxcvbnmqwerty",
"localaddress" : "192.168.X.X",
"loginserver" : {
"account" : "username",
"host" : "192.168.X.X",
"password" : "password",
"port" : "5998"
},
"longname" : "PEQ TESTBOX",
"shortname" : "peqtestbox",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9000",
"telnet" : "disable"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7500",
"low" : "7000"
}
}
}
}
|
 |
|
 |
 |
|
 |

01-24-2018, 02:53 AM
|
|
Fire Beetle
|
|
Join Date: Jan 2008
Posts: 3
|
|
Beast, thanks for the response.
I tried your code and i am able to login but there is no server listing when i do so. here is what it looks like after i edited in my info. Do you seen anything wrong?
Quote:
{
"server" : {
"chatserver" : {
"host" : "127.0.0.1",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"mailserver" : {
"host" : "127.0.0.1",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"world" : {
"address" : "external.ip.address",
"http" : {
"enabled" : "false",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "k80EdZUUBYpgnXVU6mwax77H7ZHhZ6L",
"localaddress" : "192.168.XX.XX",
"loginserver" : {
"account" : "username",
"host" : "192.168.XX.XX",
"password" : "password",
"port" : "5998"
},
"longname" : "Nexus",
"shortname" : "Nexus",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9000",
"telnet" : "disable"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7500",
"low" : "7000"
}
}
}
}
|
|
 |
|
 |

01-24-2018, 02:55 PM
|
|
Fire Beetle
|
|
Join Date: Jan 2008
Posts: 3
|
|
I realized what I did. I had to remove the placeholder username and password from your code paste. It's working great now! Thank you Beast!
For other's reference:
Quote:
"world" : {
"address" : "external.ip.address",
"http" : {
"enabled" : "false",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "k80EdZUUBYpgnXVU6mwax77H7ZHhZ6L",
"localaddress" : "192.168.XX.XX",
"loginserver" : {
"account" : "username",
"host" : "192.168.XX.XX",
"password" : "password",
"port" : "5998"
},
|
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 05:57 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |