PDA

View Full Version : add name to server list


bryan4268
10-21-2021, 10:18 PM
can someone provide me with an example to their eqemu_config.json file and explain how i login to eqemu login server and have my server name put on the list. I had it working at one point but after a few install's i cant figure it out and i know i am missing something silly.



"server" : {


},
"world" : {
"key" : "xrHfmnFvbzZYC6VBY7YPqH2eozOpX6w",
"loginserver1" : {
"account" : "bryan***", <------ eqemu login name
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "*******", <------ eqemu pass
"port" : "5998"
},
"loginserver2" : {
"account" : "bryan", <------eqemu login name
"host" : "135.xxx.xxx.221", <----server ip
"legacy" : "2",
"password" : "b>>>>>", <-----eqemu pass
"port" : "5998"
},
"longname" : " Bryan server",
"shortname" : "btps",
"tcp" : {
"ip" : "xxx.xxx.xxx.xxx", <------server ip address
"port" : "9001"
},

Shin Noir
10-22-2021, 12:24 AM
go to world server accounts: http://www.eqemulator.org/index.php?pageid=ws_mgmt

create a server entry there, with user/pass accordingly.

put those in your config.

bryan4268
10-22-2021, 09:20 AM
i already created the world account , where at in the config do i put them?