View Single Post
  #1  
Old Yesterday, 11:08 AM
malkamus1
Fire Beetle
 
Join Date: Jul 2026
Posts: 1
Default gane logs into login server but world server not shown

Hi all I had a server running eons ago with mini logon. I decided to start a new on with rof2 I set up the server and the game connects to the login server but in available servers there are no servers listed.
I have tried the machine's ip, 127 ip, and local host. I have the conf files in the folder that eqemu config says it wants them which is the assets folder. I am sure I am doing something stupid and just can not figure it out. I have also tried 5998 port and get no connection and 5999 which does connect to login and server select which of course is empty.
Any help is appreciated.
Thanks
login.json
{
"database": {
"host": "localhost",
"port": "3306",
"db": "peq",
"user": "root",
"password": "root"
},
"account": {
"auto_create_accounts": true
},
"worldservers": {
"unregistered_allowed": true,
"show_player_count": false,
"dev_test_servers_list_bottom": false,
"special_character_start_list_bottom": false,
"reject_duplicate_servers": false
},
"web_api": {
"enabled": false,
"port": 6000
},
"security": {
"mode": 14,
"allow_password_login": true,
"allow_token_login": false
},
"logging": {
"trace": false,
"world_trace": false,
"dump_packets_in": false,
"dump_packets_out": false
},
"client_configuration": {
"titanium_port": 5998,
"titanium_opcodes": "login_opcodes.conf",
"sod_port": 5999,
"sod_opcodes": "login_opcodes_sod.conf",
"display_expansions" : true,
"max_expansions_mask" : 524287
}
}

eqemu config
{
"server": {
"database": {
"db": "peq",
"host": "localhost",
"password": "root",
"port": "3306",
"username": "root"
},
"directories": {
"opcodes": "assets/opcodes/",
"patches": "assets/patches/"
},
"files": {
"mail_opcodes": "assets/opcodes/mail_opcodes.conf",
"opcodes": "assets/opcodes/opcodes.conf"
},
"qsdatabase": {
"db": "peq",
"host": "localhost",
"password": "root",
"port": "3306",
"username": "root"
},
"ucs": {
"host": "localhost",
"port": "7778"
},
"world": {
"key": "yuYGI6iKu76rkhoi9&bFyEIrHcMu65dont",
"address" : "localhost",
"localaddress": "localhost",
"locked": "false",
"loginserver": {
"account": "",
"host": "localhost",
"password": "",
"port": "5999"
},
"longname": "My Server",
"shortname": "myserver",
"tcp": {
"ip": "localhost",
"port": "9000"
},
"telnet": {
"enabled": "false",
"ip": "0.0.0.0",
"port": "9001"
}
},
"zones": {
"defaultstatus": "0",
"ports": {
"high": "7500",
"low": "7100"
}
}
}
}
eqhost
[LoginServer]
Host=localhost:5999
Reply With Quote